Update Jenkinsfile
This commit is contained in:
parent
cfde3804eb
commit
93c0381a3a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -40,7 +40,7 @@ pipeline {
|
|||||||
sh "chmod +x ./model.py"
|
sh "chmod +x ./model.py"
|
||||||
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: 'predicted_selling_prices.csv', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'predicted_selling_prices.csv', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user