From 43c26e6d6519fd6bfa84e380071954b3cab208db Mon Sep 17 00:00:00 2001 From: s464962 Date: Wed, 8 May 2024 23:52:58 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 24526b9..b448897 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { sh "chmod +x ./predict.py" sh "python ./model.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') {