From cda767977a209c575778c3e485b476605f465ba7 Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 25 Apr 2022 22:44:19 +0200 Subject: [PATCH] remove agent --- Jenkinsfile3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 03201b7..1026726 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -8,11 +8,9 @@ pipeline { } } } - agent any { - post { - always { - emailext body: "${currentBuild.currentResult}", subject: 's444417-testing build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' - } + post { + always { + emailext body: "${currentBuild.currentResult}", subject: 's444417-testing build status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' } } } \ No newline at end of file