add service webhook call
This commit is contained in:
parent
39fe2769cc
commit
c90e372a85
|
@ -32,6 +32,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
sh 'echo triggering the portainer service webhook'
|
||||
sh 'curl https://portainer.d4science.org/api/webhooks/e355d76f-38eb-48a7-adb5-ba960443e2e0'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Remove Unused docker image') {
|
||||
steps{
|
||||
|
|
Loading…
Reference in New Issue