add mongo observer
This commit is contained in:
parent
0f549394c9
commit
85d6971484
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user