fix webhook call

This commit is contained in:
Roberto Cirillo 2023-04-03 10:41:00 +02:00
parent d28059ec7d
commit 5c6a6ab21b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
post { post {
success { success {
sh 'echo triggering the portainer service webhook' sh 'echo triggering the portainer service webhook'
sh 'curl -X POST 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'
} }
} }
} }