💚 Fix name of JAR file to archive
authorDavid Roden <bombe@pterodactylus.net>
Fri, 20 Dec 2024 11:29:15 +0000 (12:29 +0100)
committerDavid Roden <bombe@pterodactylus.net>
Fri, 20 Dec 2024 11:29:15 +0000 (12:29 +0100)
Jenkinsfile

index 36393e0..fe21aeb 100644 (file)
@@ -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
             }
         }
     }