copy artifacts from training
This commit is contained in:
parent
3f9d87eab6
commit
5f926cc75c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user