We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75ac52 commit ed05f14Copy full SHA for ed05f14
src/test/java/hudson/plugins/git/BranchSpecTest.java
@@ -158,6 +158,7 @@ public void testUsesJavaPatternDirectlyIfPrefixedWithColon() {
158
}
159
160
@Test
161
+ @Issue("JENKINS-26842")
162
public void testUsesJavaPatternWithRepetition() {
163
// match pattern from JENKINS-26842
164
BranchSpec m = new BranchSpec(":origin/release-\\d{8}");
0 commit comments