Skip to content

Commit 50afb1a

Browse files
authored
Enable rerun link with multiple components (#6629)
1 parent b7ec219 commit 50afb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv/jenkins/JenkinsfileBase

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,8 +1435,8 @@ def getFailedAndCustomizedTest(String paths="") {
14351435
env.RERUN_CUSTOMTARGET="${customTarget}_custom"
14361436
env.RERUN_TESTCASES="${testCases}"
14371437
}
1438-
return customizedTestCases
14391438
}
1439+
return customizedTestCases
14401440
}
14411441
return null
14421442
}

0 commit comments

Comments
 (0)