diff --git a/Jenkinsfile b/Jenkinsfile index 739af45..88b58de 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: '/app/model.pkl', onlyIfSuccessful: true + archiveArtifacts artifacts: 'model.pkl', onlyIfSuccessful: true } } }