fix webhook call
This commit is contained in:
parent
c90e372a85
commit
d28059ec7d
|
@ -35,7 +35,7 @@ pipeline {
|
|||
post {
|
||||
success {
|
||||
sh 'echo triggering the portainer service webhook'
|
||||
sh 'curl https://portainer.d4science.org/api/webhooks/e355d76f-38eb-48a7-adb5-ba960443e2e0'
|
||||
sh 'curl -X POST https://portainer.d4science.org/api/webhooks/e355d76f-38eb-48a7-adb5-ba960443e2e0'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue