fix
Some checks failed
s444018-evaluation/pipeline/head This commit looks good
s444018-training/pipeline/head There was a failure building this commit

This commit is contained in:
Szymon Parafiński 2022-05-11 23:55:39 +02:00
parent d0a13447be
commit 6959792f91

View File

@ -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
} }
} }
} }