Jenkinsfile_docker fix

This commit is contained in:
MatOgr 2022-04-03 11:37:35 +02:00
parent c41f389915
commit fa6fa4738f

View File

@ -15,8 +15,10 @@ pipeline {
} }
} }
stage('Archive arifacts') { stage('Archive arifacts') {
steps {
archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false
} }
} }
}
} }