parameters
This commit is contained in:
parent
76f9145ef0
commit
098f5cabfb
@ -33,7 +33,7 @@ pipeline {
|
||||
stage('Copy') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444354-create-dataset'
|
||||
copyArtifacts projectName: "s444417-training/${params.BRANCH}/", selector: buildParameter('BUILD_SELECTOR'), optional: true
|
||||
copyArtifacts projectName: "s444354-training/${params.BRANCH}/", selector: buildParameter('BUILD_SELECTOR'), optional: true
|
||||
sh 'python3 ./evaluation.py'
|
||||
archiveArtifacts 'eval.csv, metrics.png'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user