projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a83f8
)
💚 Remove invocation of Jenkins’ jacoco plugin in CI build
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 1 Jan 2025 20:51:36 +0000
(21:51 +0100)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 1 Jan 2025 20:51:36 +0000
(21:51 +0100)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
ae1f7c2
..
29fc553
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-24,7
+24,6
@@
pipeline {
post {
always {
junit 'target/surefire-reports/*.xml'
- jacoco classPattern: 'target/classes/*/main', sourcePattern: '**/src/main/'
recordCoverage(tools: [[parser: 'JACOCO', pattern: '**/jacoco.xml']])
}
}