Skip to content

Commit 5c55f08

Browse files
committed
BUGFIX: fix a bug in groovy syntax that only shows up when calculating code coverage
1 parent 9507bcb commit 5c55f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,6 @@ def run_integration_test_post(String group) {
14571457

14581458
if (env.COVERAGE_REPORTS == 'true') {
14591459
// Add the coverage data to the `combine` folder
1460-
sh "mv integration_$group/reports/integration.coverage combine/reports/integration-$group.coverage"
1460+
sh "mv integration_$group/reports/integration.coverage combine/reports/integration-${group}.coverage"
14611461
}
14621462
}

0 commit comments

Comments
 (0)