Skip to content

Commit ed05f14

Browse files
committed
Annotate issue JENKINS-26842
1 parent d75ac52 commit ed05f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/hudson/plugins/git/BranchSpecTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public void testUsesJavaPatternDirectlyIfPrefixedWithColon() {
158158
}
159159

160160
@Test
161+
@Issue("JENKINS-26842")
161162
public void testUsesJavaPatternWithRepetition() {
162163
// match pattern from JENKINS-26842
163164
BranchSpec m = new BranchSpec(":origin/release-\\d{8}");

0 commit comments

Comments
 (0)