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