Fix the portainer webhook URL

This commit is contained in:
Andrea Dell'Amico 2023-08-22 19:29:02 +02:00
parent 7b1b43a17f
commit 3d34443505
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 -X POST https://portainer.d4science.org/api/webhooks/7912a372-ce48-4931-b85e-28694c93b1e8'
sh 'curl -X POST https://portainer.d4science.org/api/webhooks/b8401088-6a0a-4979-8f89-13cc785e0949'
}
}
}