projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175b96b
)
💚 Use verify for recording JaCoCo coverage correctly
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Sat, 23 Nov 2024 15:13:50 +0000
(16:13 +0100)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Sat, 23 Nov 2024 15:13:50 +0000
(16:13 +0100)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
847401d
..
ae1f7c2
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-19,7
+19,7
@@
pipeline {
jdk 'OpenJDK 8'
}
steps {
- sh './mvnw
test
'
+ sh './mvnw
verify
'
}
post {
always {