We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9507bcb commit 5c55f08Copy full SHA for 5c55f08
Jenkinsfile
@@ -1457,6 +1457,6 @@ def run_integration_test_post(String group) {
1457
1458
if (env.COVERAGE_REPORTS == 'true') {
1459
// Add the coverage data to the `combine` folder
1460
- sh "mv integration_$group/reports/integration.coverage combine/reports/integration-$group.coverage"
+ sh "mv integration_$group/reports/integration.coverage combine/reports/integration-${group}.coverage"
1461
}
1462
0 commit comments