From 7864042ffe9f6434bf4f4e6c2f84262adf1ad997 Mon Sep 17 00:00:00 2001 From: Oleksandr Butenko <58562385+sprientera992@users.noreply.github.com> Date: Sun, 13 Jun 2021 14:03:08 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2097bde72..f56c1168a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { steps { echo 'Running build automation' sh './mvnw package' - archiveArtifacts artifacts: '/trainSchedule.zip' + archiveArtifacts artifacts: '/*.zip' } } stage('Build Docker Image') {