Skip to content
Snippets Groups Projects
Commit 2f4815a1 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Disabled ctest_coverage_cobertura as it takes a long time.

parent a8397315
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ image.inside(defaultDockerArgs) { ...@@ -13,7 +13,7 @@ image.inside(defaultDockerArgs) {
stage('Build (Coverage)') { stage('Build (Coverage)') {
build.linux( build.linux(
script: this, script: this,
target: 'testrunner_coverage_cobertura ctest_coverage_cobertura' target: 'testrunner_coverage_cobertura'
) )
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment