From 0eb13b8fa0dd38385731ddc62e87370cc4295618 Mon Sep 17 00:00:00 2001 From: Amber Date: Sun, 4 Sep 2022 01:18:47 -0400 Subject: [PATCH] aaa --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 88e307b..5c0e715 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 }' ''' } }