sacred fix 4
All checks were successful
s464980-evaluation/pipeline/head This commit looks good
s464980-training/pipeline/head This commit looks good

This commit is contained in:
Sheaza 2024-06-09 18:52:00 +02:00
parent 51cdfe1c2b
commit 44eb4dacff

View File

@ -47,7 +47,7 @@ pipeline {
steps {
sh "chmod +x ./train_sacred.py"
sh "python ./train_sacred.py --epochs ${params.EPOCHS}"
archiveArtifacts artifacts: 'experiments', onlyIfSuccessful: true
archiveArtifacts artifacts: 'experiments/**', onlyIfSuccessful: true
}
}
stage('Run training'){