Skip to content

Commit d4a52aa

Browse files
committed
Hey, let's try not to mangle the Groovy
1 parent f923844 commit d4a52aa

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
@@ -175,7 +175,7 @@ def describeAdhocAndScheduledTestingStage() {
175175

176176
// branch pattern for cron
177177
// should match 3.x, 4.x, 4.5.x, etc
178-
def branchPatternCron() = {
178+
def branchPatternCron() {
179179
~"((\\d+(\\.[\\dx]+)+))"
180180
}
181181

0 commit comments

Comments
 (0)