Skip to content

Commit 9dbd8a6

Browse files
authored
Merge pull request #1315 from Vlatombe/remoting-remove-jdk11-suffix
Remove jdk11 suffix from inbound-agent to ease matching
2 parents 3c04fdd + 51d937e commit 9dbd8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"description": "remoting agent uses non-standard versioning",
1212
"matchDatasources": ["docker"],
1313
"matchPackageNames": ["jenkins/inbound-agent"],
14-
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?(-(?<buildtype>[^\\.-]*))?$"
14+
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?$"
1515
}
1616
],
1717
"enabledManagers": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM jenkins/inbound-agent:3077.vd69cf116da_6f-3-jdk11
1+
FROM jenkins/inbound-agent:3077.vd69cf116da_6f-3

0 commit comments

Comments
 (0)