Update Jenkinsfile

This commit is contained in:
s464962 2024-05-05 22:43:11 +02:00
parent cfde3804eb
commit 93c0381a3a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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