Compare commits

..

No commits in common. "e46a872179a1b7a8034399b69367870268237e3c" and "467c4d9c9ff8d173ea0eca63f8ea5cf1c3b6427c" have entirely different histories.

1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -76,8 +76,8 @@ pipeline {
)]) { )]) {
sh ''' sh '''
curl -H "Authorization: Bearer $API_TOKEN_PASS" -H "Content-Type: application/json" \ curl -H "Authorization: Bearer $API_TOKEN_PASS" -H "Content-Type: application/json" \
-X POST "https://api.digitalocean.com/v2/apps/$APP_ID/deployments" \ -X POST "https://api.digitalocean.com/v2/apps/$APP_ID/deployments"
-d "{ \"force_build\" : true }" --fail-with-body -d "{ \"force_build\" : true }"
''' '''
} }
} }