From: David Roden Date: Fri, 20 Dec 2024 11:29:15 +0000 (+0100) Subject: 💚 Fix name of JAR file to archive X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=02923eb1115dc1900343e1ba23db14df37a81e06;p=rhynodge.git 💚 Fix name of JAR file to archive --- diff --git a/Jenkinsfile b/Jenkinsfile index 36393e0..fe21aeb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { } steps { sh './gradlew --no-daemon fatJar' - archiveArtifacts artifacts: 'build/libs/rhynodge-*-jar-with-dependencies.jar', fingerprint: true + archiveArtifacts artifacts: 'build/libs/rhynodge.jar', fingerprint: true } } }