diff --git a/Jenkinsfile b/Jenkinsfile index 8cdbbcd..66dcda6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { sh "chmod +x ./model.py" sh "chmod +x ./predict.py" sh "python ./model.py" - sh "python .predict.py" + sh "python ./predict.py" archiveArtifacts artifacts: 'predicted_selling_prices.csv', onlyIfSuccessful: true } }