Explorar o código

timeline staff

Benjamin Kornblum hai 8 meses
pai
achega
586500cfa5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -40,6 +40,6 @@ node {
     }
 
     stage('webhook deployment portainer') {
-       sh "curl -k https://192.168.188.23:9443/api/stacks/webhooks/8da9930d-966f-4696-8087-302e2ce139ba"
+       sh "curl -X POST -k https://192.168.188.23:9443/api/stacks/webhooks/8da9930d-966f-4696-8087-302e2ce139ba"
     }
 }