This commit is contained in:
parent
e1445757ac
commit
591ef9c11b
2
evaluate/Jenkinsfile
vendored
2
evaluate/Jenkinsfile
vendored
@ -31,7 +31,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "chmod +x ./predict.py"
|
sh "chmod +x ./predict.py"
|
||||||
sh "python ./predict.py"
|
sh "python ./predict.py"
|
||||||
archiveArtifacts artifacts: 'predictions.txt,rmse.jpg', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'predictions.txt,rmse.txt,rmse.jpg', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user