add mongo observer
All checks were successful
s440058-evaluation/pipeline/head This commit looks good
s440058-training/pipeline/head This commit looks good

This commit is contained in:
piotr6789 2021-05-24 15:45:10 +02:00
parent 0f549394c9
commit 85d6971484

View File

@ -29,7 +29,8 @@ pipeline {
stage('Docker'){ stage('Docker'){
steps{ steps{
sh 'python3 "./pytorch-example.py" ${BATCH_SIZE} ${EPOCHS} > model.txt' 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') { stage('archiveArtifacts') {