diff --git a/Jenkinsfile b/Jenkinsfile index 688da14..df134bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ pipeline { echo 'Triggering deploy webhook' script { def response = httpRequest contentType: 'APPLICATION_JSON', - httpMode: 'POST', authentication: 'AMARILLO-JENKINS-DEPLOY-SECRET', + httpMode: 'POST', requestBody: '{}', authentication: 'AMARILLO-JENKINS-DEPLOY-SECRET', url: "${DEPLOY_WEBHOOK_URL}" println("Status: ${response.status}")