update jenkinsfile_train-sacred
This commit is contained in:
parent
0f681624a0
commit
9e2ac16082
@ -16,8 +16,11 @@ pipeline {
|
|||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||||
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
|
|
||||||
sh 'rm -r my_runs'
|
sh 'rm -r my_runs'
|
||||||
|
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
|
||||||
|
sh 'ls -al my_runs'
|
||||||
|
sh 'ls -al my_runs/1'
|
||||||
|
sh 'ls -al my_runs/_sources'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Artifacts'){
|
stage('Artifacts'){
|
||||||
|
Loading…
Reference in New Issue
Block a user