Jenkins file Hook

This commit is contained in:
2022-04-18 08:36:27 +01:00
parent 1a72dfa6ab
commit c2787b5666

7
Jenkinsfile vendored
View File

@@ -34,6 +34,13 @@ pipeline {
}
}
}
tage('Recreate Live System') {
steps{
script {
httpRequest httpMode: 'POST', ignoreSslErrors: true, responseHandle: 'NONE', url: 'https://portainer.luna.fet.at/api/webhooks/42fc5252-796d-4bc5-b788-05e209bde44a', wrapAsMultipart: false
}
}
}