From 00033dcc3932575d407cfacf8ade3fa679f41ae8 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 4 Jun 2023 19:34:49 -0500 Subject: [PATCH] try this --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 754e347..a2bab74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,7 @@ pipeline { sh """ #!/bin/sh mv \${WORKSPACE}/build/libs/Scissors-paperclip-*.jar scissors-\${BUILD_NUMBER}.jar + rm Scissors-bundler-*.jar """ } } @@ -52,7 +53,7 @@ pipeline { } post { always { - archiveArtifacts artifacts: 'build/libs/scissors-${BUILD_NUMBER}.jar', fingerprint: true + archiveArtifacts artifacts: 'build/libs/scissors-*.jar', fingerprint: true junit 'Scissors-Server/build/test-results/test/*.xml' junit 'Scissors-API/build/test-results/test/*.xml' cleanWs()