dont copy from create-dataset, only from trainig
Some checks failed
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Adrian Charkiewicz 2022-05-09 11:01:04 +02:00
parent 0b27d931f3
commit 6058a59034

View File

@ -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'