s12
This commit is contained in:
parent
bf690de8d4
commit
e94a14e8e7
@ -22,7 +22,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Docker'){
|
stage('Docker'){
|
||||||
steps{
|
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'
|
sh 'python3 "./stroke-pytorch-eval.py" >> eval.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user