Merge pull request 'feature/24899' (#2) from feature/24899 into main

Reviewed-on: #2
This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2023-04-03 14:04:10 +02:00
commit 8176db2ee5
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -32,6 +32,12 @@ pipeline {
}
}
}
post {
success {
sh 'echo triggering the portainer service webhook'
sh 'curl -X POST https://portainer.d4science.org/api/webhooks/e355d76f-38eb-48a7-adb5-ba960443e2e0'
}
}
}
stage('Remove Unused docker image') {
steps{