diff --git a/lab06/jenkinsfile-train b/lab06/jenkinsfile-train index 48cc1c7..89f17dc 100644 --- a/lab06/jenkinsfile-train +++ b/lab06/jenkinsfile-train @@ -29,7 +29,8 @@ pipeline { stage('Docker'){ steps{ sh 'python3 "./pytorch-example.py" ${BATCH_SIZE} ${EPOCHS} > model.txt' - sh 'python3 "./sacredd-example-file.py"' + sh 'python3 "./sacred-example-file.py"' + sh 'python3 "./sacred-example-mongo.py"' } } stage('archiveArtifacts') {