archive prediction results
All checks were successful
444507-training/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-04-24 15:48:58 +02:00
parent 405d577aac
commit 1b7a420477

View File

@ -17,7 +17,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'Car_Prices_Poland_Kaggle*', followSymlinks: false
archiveArtifacts artifacts: 'Car_Prices_Poland_Kaggle*, prediction_results.csv', followSymlinks: false
}
}
}