IUM_7
This commit is contained in:
parent
999c18f3d9
commit
3e896933bc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -43,7 +43,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "chmod +x ./IUM_05-model.py"
|
sh "chmod +x ./IUM_05-model.py"
|
||||||
sh "chmod +x ./IUM_05-predict.py"
|
sh "chmod +x ./IUM_05-predict.py"
|
||||||
sh "python3 ./IUM_05-model.py"
|
sh "python3 ./IUM_05-model.py 10 32"
|
||||||
sh "python3 ./IUM_05-predict.py"
|
sh "python3 ./IUM_05-predict.py"
|
||||||
archiveArtifacts artifacts: 'beer_review_sentiment_model.h5,beer_review_sentiment_predictions.csv', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'beer_review_sentiment_model.h5,beer_review_sentiment_predictions.csv', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user