diff --git a/Jenkinsfile_train b/Jenkinsfile_train index 336bb24..607503d 100644 --- a/Jenkinsfile_train +++ b/Jenkinsfile_train @@ -20,7 +20,7 @@ pipeline { } stage('Train model with sacred') { steps { - sh 'python3 ./biblioteka_DL/dllib.py with "epochs=$EPOCHS"'' + sh 'python3 ./biblioteka_DL/dllib.py with "epochs=$EPOCHS"' archiveArtifacts artifacts: 'model.pkl, s444018_sacred_FileObserver/**/*.*, result.csv', followSymlinks: false } }