dont copy from create-dataset, only from trainig
This commit is contained in:
parent
0b27d931f3
commit
6058a59034
@ -32,7 +32,7 @@ pipeline {
|
||||
}
|
||||
stage('Copy') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444354-create-dataset'
|
||||
//copyArtifacts projectName: 's444354-create-dataset'
|
||||
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