Fix
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
5ef4a42d42
commit
e46a872179
|
@ -77,7 +77,7 @@ 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 }"
|
-d "{ \"force_build\" : true }" --fail-with-body
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue