sacred fix 3
Some checks failed
s464980-training/pipeline/head There was a failure building this commit

This commit is contained in:
Sheaza 2024-06-09 18:13:39 +02:00
parent 030217be1d
commit 51cdfe1c2b

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