Compare commits
No commits in common. "e46a872179a1b7a8034399b69367870268237e3c" and "467c4d9c9ff8d173ea0eca63f8ea5cf1c3b6427c" have entirely different histories.
e46a872179
...
467c4d9c9f
|
@ -76,8 +76,8 @@ pipeline {
|
|||
)]) {
|
||||
sh '''
|
||||
curl -H "Authorization: Bearer $API_TOKEN_PASS" -H "Content-Type: application/json" \
|
||||
-X POST "https://api.digitalocean.com/v2/apps/$APP_ID/deployments" \
|
||||
-d "{ \"force_build\" : true }" --fail-with-body
|
||||
-X POST "https://api.digitalocean.com/v2/apps/$APP_ID/deployments"
|
||||
-d "{ \"force_build\" : true }"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue