fix build
s464980-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
Sheaza 2024-05-14 22:46:23 +02:00
parent e1445757ac
commit 591ef9c11b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pipeline {
steps {
sh "chmod +x ./predict.py"
sh "python ./predict.py"
archiveArtifacts artifacts: 'predictions.txt,rmse.jpg', onlyIfSuccessful: true
archiveArtifacts artifacts: 'predictions.txt,rmse.txt,rmse.jpg', onlyIfSuccessful: true
}
}
}