sacred fix 4
s464980-evaluation/pipeline/head This commit looks good Details
s464980-training/pipeline/head This commit looks good Details

This commit is contained in:
Sheaza 2024-06-09 18:52:00 +02:00
parent 51cdfe1c2b
commit 44eb4dacff
1 changed files with 1 additions and 1 deletions

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'){