From 6e51e6f7d4b6909b89316b7770fd50e2c0721466 Mon Sep 17 00:00:00 2001 From: s464953 Date: Thu, 9 May 2024 00:24:27 +0200 Subject: [PATCH] added model training --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }