projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3b0810
)
💚 Archive javadoc in binary stage
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Thu, 2 Jan 2025 21:48:45 +0000
(22:48 +0100)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Thu, 2 Jan 2025 21:55:38 +0000
(22:55 +0100)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
29fc553
..
1cf616f
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-35,6
+35,7
@@
pipeline {
steps {
sh './mvnw -DskipTests=true package'
archiveArtifacts artifacts: 'target/jFCPlib-*.jar', fingerprint: true
+ javadoc javadocDir: 'target/apidocs', keepAll: true
}
}
stage('Compatibility (Java 17)') {