diff --git a/Jenkinsfile b/Jenkinsfile index fbc058e..7a53e35 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,9 +75,9 @@ pipeline { passwordVariable: 'API_TOKEN_PASS' )]) { 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 }' + 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 }" ''' } }