From c2787b56662360f317a3a5c5ea64050fe6636603 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Mon, 18 Apr 2022 08:36:27 +0100 Subject: [PATCH] Jenkins file Hook --- Jenkinsfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9c6fed2..02309e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 + } + } + }