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