From 1bd4057b2b5db8061df8330ae31866aab1c8a2b7 Mon Sep 17 00:00:00 2001 From: s444417 Date: Wed, 4 May 2022 15:58:17 +0200 Subject: [PATCH] fix --- Jenkinsfile3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 9999f9b..1c51240 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -17,17 +17,15 @@ pipeline { } } } - } - options { - copyArtifactPermission('s444417-evaluation'); - } - stages { stage('Starting eval job') { steps { build job: 's444417-evaluation/master', wait: false } } } + options { + copyArtifactPermission('s444417-evaluation'); + } post { always { emailext body: "${currentBuild.currentResult}", subject: 's444417-testing build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'