From 234be6c9729971a596a188eb86a5a93850cdbdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Raczy=C5=84ski?= Date: Mon, 13 May 2024 21:25:38 +0200 Subject: [PATCH] fix predict.py --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 393f1ae..6c31ed4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,5 +44,10 @@ pipeline { archiveArtifacts artifacts: 'car_prices_predict_model.h5, predicted_selling_prices.csv', onlyIfSuccessful: true } } + stage('Archive Results') { + steps { + archiveArtifacts artifacts: 'data/*', onlyIfSuccessful: true + } + } } } \ No newline at end of file