From 2084ba74aeda5e11e9eb69b5a95f55a54b16e840 Mon Sep 17 00:00:00 2001 From: Stas Bezuhlyi <56916662+stasbezuhlyi@users.noreply.github.com> Date: Thu, 1 Apr 2021 15:24:23 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index db85c0928..874423f6a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { steps { echo 'Running build automation' sh './gradlew build --no-daemon' - archiveArtifacts artifacts: 'dist/trainSchedule.zip' + archiveArtifacts artifacts: 'dist/petclinic.zip' } } stage('Test') {