Update Jenkinsfile (sacred)
This commit is contained in:
parent
567efd4534
commit
bd6b72b605
@ -26,12 +26,12 @@ pipeline {
|
|||||||
stage('Script') {
|
stage('Script') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName:'s444421-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts filter: '*', projectName:'s444421-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
|
sh 'rm -rf my_runs'
|
||||||
sh 'ipython ./training_sacred.py with "epochs=$EPOCHS"'
|
sh 'ipython ./training_sacred.py with "epochs=$EPOCHS"'
|
||||||
sh 'mv my_runs/1/config.json config.json'
|
sh 'mv my_runs/1/config.json config.json'
|
||||||
sh 'mv my_runs/1/model.pth model.pth'
|
sh 'mv my_runs/1/model.pth model.pth'
|
||||||
sh 'mv my_runs/_sources/training* training_sacred.py'
|
sh 'mv my_runs/_sources/training* training_sacred.py'
|
||||||
sh 'mv my_runs/1/info.json info.json'
|
sh 'mv my_runs/1/info.json info.json'
|
||||||
sh 'rm -rf my_runs'
|
|
||||||
archiveArtifacts artifacts: 'config.json, model.pth, training_sacred.py, info.json'
|
archiveArtifacts artifacts: 'config.json, model.pth, training_sacred.py, info.json'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user