Update Jenkinsfile

This commit is contained in:
s464962 2024-05-08 23:52:58 +02:00
parent 9aa9a2ec01
commit 43c26e6d65
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
sh "chmod +x ./predict.py"
sh "python ./model.py"
sh "python ./predict.py"
archiveArtifacts artifacts: 'car_prices_predict_model.h5', 'predicted_selling_prices.csv', onlyIfSuccessful: true
archiveArtifacts artifacts: 'car_prices_predict_model.h5, predicted_selling_prices.csv', onlyIfSuccessful: true
}
}
stage('Archive Results') {