fix predict.py

This commit is contained in:
Krzysztof Raczyński 2024-05-13 21:25:38 +02:00
parent dfd0da33c4
commit 234be6c972
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

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