Update Jenkinsfile
This commit is contained in:
parent
9aa9a2ec01
commit
43c26e6d65
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -41,7 +41,7 @@ pipeline {
|
|||||||
sh "chmod +x ./predict.py"
|
sh "chmod +x ./predict.py"
|
||||||
sh "python ./model.py"
|
sh "python ./model.py"
|
||||||
sh "python ./predict.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') {
|
stage('Archive Results') {
|
||||||
|
Loading…
Reference in New Issue
Block a user