From cb21c20e0c5597c393e75244b3a3c340f9d33f68 Mon Sep 17 00:00:00 2001 From: piotr6789 Date: Mon, 24 May 2021 15:33:50 +0200 Subject: [PATCH] add multi job to POST in jenkinsfile --- lab06/jenkinsfile-train | 1 + 1 file changed, 1 insertion(+) diff --git a/lab06/jenkinsfile-train b/lab06/jenkinsfile-train index e91c944..68e8193 100644 --- a/lab06/jenkinsfile-train +++ b/lab06/jenkinsfile-train @@ -42,6 +42,7 @@ pipeline { } post { success { + build job: 's440058-evaluation/master' mail body: 'SUCCESS TRAINING', subject: 's440058', to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' }