added model training

This commit is contained in:
s464953 2024-05-09 00:30:13 +02:00
parent 6e51e6f7d4
commit 9614bea42a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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