This commit is contained in:
AWieczarek 2024-06-11 19:50:12 +02:00
parent 999c18f3d9
commit 3e896933bc

2
Jenkinsfile vendored
View File

@ -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
} }