no comment
All checks were successful
s444018-evaluation/pipeline/head This commit looks good
s444018-training/pipeline/head This commit looks good

This commit is contained in:
Szymon Parafiński 2022-05-12 00:09:52 +02:00
parent 3daecf4f3e
commit 47d9776529

View File

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