Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
giscience
big-data
ohsome
helpers
oshdb database driver
Commits
ea0923fc
Verified
Commit
ea0923fc
authored
May 17, 2021
by
Johannes Visintini
Browse files
update jenkins jacoco inclusionPattern
due to Jenkins JaCoCo plugin update to 3.2.0
https://plugins.jenkins.io/jacoco/
parent
0cc18dc1
Pipeline
#2228
created
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
ea0923fc
...
...
@@ -73,7 +73,7 @@ pipeline {
execPattern
:
'**/target/jacoco.exec'
,
classPattern
:
'**/target/classes'
,
sourcePattern
:
'**/src/main/java'
,
inclusionPattern
:
'
/
org/heigit/**'
inclusionPattern
:
'org/heigit/**'
)
sh
"mkdir -p ${report_dir} && rm -Rf ${report_dir}* && find . -path '*/target/site/jacoco' -exec cp -R --parents {} ${report_dir} \\; && find ${report_dir} -path '*/target/site/jacoco' | while read line; do echo \$line; neu=\${line/target\\/site\\/jacoco/} ; mv \$line/* \$neu ; done && find ${report_dir} -type d -empty -delete"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment