save my runs
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-08 09:47:39 +02:00
parent 7079854a5d
commit 2b481f758a

View File

@ -23,6 +23,9 @@ pipeline {
dir('saved_model') {
archiveArtifacts artifacts: '**/**'
}
dir('my_runs') {
archiveArtifacts artifacts: '**/**'
}
}
}
stage('Starting eval job') {