Jenkinsfile update
Some checks failed
s434780-training/pipeline/head This commit looks good
s434780-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
sadurska@trui.pl 2021-05-17 12:25:40 +02:00
parent 00d6a1908b
commit d132fd150d
4 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ pipeline {
stage('archiveArtifacts') { stage('archiveArtifacts') {
steps { steps {
archiveArtifacts 'trained_model' archiveArtifacts 'trained_model/**'
} }
} }
} }

Binary file not shown.