saving artifacts fix

This commit is contained in:
s434695 2021-05-15 18:06:33 +02:00
parent 72b0e06eb3
commit f5158a272c

1
Jenkinsfile vendored
View File

@ -29,7 +29,6 @@ pipeline {
}
stage('archiveArtifacts') {
steps{
archiveArtifacts 'ium_s434695/**'
archiveArtifacts 'model1'
}
}