archive artifact metrics
s444354-training/pipeline/head This commit looks good Details
s444354-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
Adrian Charkiewicz 2022-05-07 05:21:27 +02:00
parent 72f5852d1a
commit 192e07685b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ pipeline {
copyArtifacts projectName: 's444354-create-dataset'
copyArtifacts projectName: 's444354-training/$TRAINING_BRANCH'
sh 'python3 ./evaluation.py'
archiveArtifacts 'eval.csv'
archiveArtifacts 'eval.csv, metrics.png'
}
}