fix
This commit is contained in:
parent
d0a13447be
commit
6959792f91
@ -21,7 +21,7 @@ pipeline {
|
|||||||
stage('Train model with sacred') {
|
stage('Train model with sacred') {
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 ./biblioteka_DL/dllib.py $EPOCHS'
|
sh 'python3 ./biblioteka_DL/dllib.py $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