fix service webhook url

This commit is contained in:
Roberto Cirillo 2023-04-03 10:12:20 +02:00
parent dee3f65843
commit 00954fb2bb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 https://portainer.d4science.org/api/webhooks/7912a372-ce48-4931-b85e-28694c93b1e8'
}
}
}