From 93c0381a3af1ecfaf22f5edd816639a216b5c799 Mon Sep 17 00:00:00 2001 From: s464962 Date: Sun, 5 May 2024 22:43:11 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }