diff --git a/JenkinsFile b/JenkinsFile index bd491ca..ecbe24a 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -45,12 +45,12 @@ pipeline { always { script { withCredentials([string(credentialsId: 'is-registry-devnext-hook', variable: 'REGISTRY_DEVNEXT')]) { - sh "curl -v $REGISTRY_DEVNEXT" + sh "curl -v -X POST $REGISTRY_DEVNEXT" } } script { withCredentials([string(credentialsId: 'is-registry-devsec-hook', variable: 'REGISTRY_DEVSEC')]) { - sh "curl -v $REGISTRY_DEVSEC" + sh "curl -v -X POST $REGISTRY_DEVSEC" } } }