copy artifacts from training

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

View File

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