feature/24899 #2

Merged
ahmed.ibrahim39699 merged 3 commits from feature/24899 into main 2023-04-03 14:04:11 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d28059ec7d - Show all commits

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 -X POST https://portainer.d4science.org/api/webhooks/e355d76f-38eb-48a7-adb5-ba960443e2e0'
}
}
}