correcting Jenkinsfile
s444517-training/pipeline/head This commit looks good Details

This commit is contained in:
Kamila 2022-05-03 11:39:17 +02:00
parent da75fd1aeb
commit 9f15c1c917
1 changed files with 5 additions and 0 deletions

View File

@ -31,5 +31,10 @@ pipeline {
} }
} }
} }
post {
always {
emailext body: "${currentBuild.currentResult}", subject: 's444517_build_status', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
}
}
} }