From e46a872179a1b7a8034399b69367870268237e3c Mon Sep 17 00:00:00 2001 From: Amber Date: Sun, 4 Sep 2022 01:00:25 -0400 Subject: [PATCH] Fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d1d8a8f..849f869 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,7 @@ 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 }" + -d "{ \"force_build\" : true }" --fail-with-body ''' } }