update jenkisfile lab 6 zad 1

This commit is contained in:
Norbert Walkowiak 2023-06-07 20:57:28 +02:00
parent 3b697560da
commit 606f47bb4e

View File

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