added artifact
All checks were successful
s444507-evaluation/pipeline/head This commit looks good
444507-training/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-02 01:56:16 +02:00
parent bca2f97564
commit 6207e95793

View File

@ -22,7 +22,9 @@ pipeline {
} }
} }
post { post {
success {
archiveArtifacts artifacts: 'metrics.csv', followSymlinks: false
}
always { always {
emailext body: "${currentBuild.currentResult}", subject: 's444507-evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms' emailext body: "${currentBuild.currentResult}", subject: 's444507-evaluation', to: 'e19191c5.uam.onmicrosoft.com@emea.teams.ms'
} }