diff --git a/Jenkinsfile-training b/Jenkinsfile-training index 5ddc4d7..b8a9977 100644 --- a/Jenkinsfile-training +++ b/Jenkinsfile-training @@ -24,6 +24,7 @@ pipeline{ stage('Archive model'){ steps{ + sh "docker cp \$(docker ps -l -q):/app/model_with_data.pickle ${env.WORKSPACE}" archiveArtifacts artifacts: 'model_with_data.pickle', fingerprint: true } }