diff --git a/Jenkinsfile b/Jenkinsfile index 88b58de..c08c548 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { steps { sh "python3 /app/model_creator.py ${params.TEST_SIZE} ${params.MAX_ITER}" - archiveArtifacts artifacts: 'model.pkl', onlyIfSuccessful: true + archiveArtifacts artifacts: 'model.pkl, artifacts/docker_test_dataset.csv', onlyIfSuccessful: true } } }