projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a02a80
)
💚 Fix name of JAR file to archive
author
David Roden
<bombe@pterodactylus.net>
Fri, 20 Dec 2024 11:29:15 +0000
(12:29 +0100)
committer
David Roden
<bombe@pterodactylus.net>
Fri, 20 Dec 2024 11:29:15 +0000
(12:29 +0100)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
36393e0
..
fe21aeb
100644
(file)
--- 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
}
}
}