s12
All checks were successful
s434766-training/pipeline/head This commit looks good
s434766-evaluation/pipeline/head This commit looks good

This commit is contained in:
s434766 2021-05-10 11:34:52 +02:00
parent bf690de8d4
commit e94a14e8e7

View File

@ -22,7 +22,7 @@ pipeline {
}
stage('Docker'){
steps{
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training', selector: buildParameter('WHICH_BUILD_TRAIN')
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training/master', selector: buildParameter('WHICH_BUILD_TRAIN')
sh 'python3 "./stroke-pytorch-eval.py" >> eval.txt'
}
}