rm artifacts
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:55:40 +02:00
parent 51cd028ec3
commit bca2f97564

View File

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