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