IUM_7
This commit is contained in:
parent
d7be18b9f6
commit
42f90164aa
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -56,16 +56,16 @@ pipeline {
|
|||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'chmod +x sacred/sacred_training_model.py'
|
sh 'chmod +x sacred/sacred_training_model.py'
|
||||||
sh 'python3 sacred/sacred_training_model.py'
|
sh 'python3 sacred/sacred_training_model.py'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Archive Artifacts from Experiments') {
|
stage('Archive Artifacts from Experiments') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'sacred_runs/**/*.*', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'sacred_runs/**/*.*', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user