Jenkins file Hook
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user