copy artifacts from training

This commit is contained in:
Mikołaj Pokrywka 2022-05-06 21:10:50 +02:00
parent 3f9d87eab6
commit 5f926cc75c

View File

@ -19,7 +19,7 @@ pipeline {
stage('bash script') {
steps {
withEnv(["EPOCH=${params.EPOCH}"]) {
copyArtifacts filter: '*', projectName: 's444463-training'
copyArtifacts filter: '*', projectName: 's444463-training/master'
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
sh 'python3 ./evaluation.py'
archiveArtifacts artifacts: "metrics.txt"