#13 added empty request body
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
This commit is contained in:
parent
1ea83fbbb9
commit
b5a31c26bc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue