From b5a31c26bcc0ff0d7ea2bcc3617a6f998b9faa03 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 17 Jan 2024 12:37:56 +0100 Subject: [PATCH] #13 added empty request body --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")