no comment
This commit is contained in:
parent
3daecf4f3e
commit
47d9776529
@ -20,7 +20,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Train model with sacred') {
|
stage('Train model with sacred') {
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 ./biblioteka_DL/dllib.py with "epochs=$EPOCHS"''
|
sh 'python3 ./biblioteka_DL/dllib.py with "epochs=$EPOCHS"'
|
||||||
archiveArtifacts artifacts: 'model.pkl, s444018_sacred_FileObserver/**/*.*, result.csv', followSymlinks: false
|
archiveArtifacts artifacts: 'model.pkl, s444018_sacred_FileObserver/**/*.*, result.csv', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user