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.
2 parents 3c04fdd + 51d937e commit 9dbd8a6Copy full SHA for 9dbd8a6
.github/renovate.json
@@ -11,7 +11,7 @@
11
"description": "remoting agent uses non-standard versioning",
12
"matchDatasources": ["docker"],
13
"matchPackageNames": ["jenkins/inbound-agent"],
14
- "versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?(-(?<buildtype>[^\\.-]*))?$"
+ "versioning": "regex:^(?<major>\\d+)\\.(?<minor>[^\\.-]*)(\\.(?<patch>\\d+))?(-(?<build>\\d+))?$"
15
}
16
],
17
"enabledManagers": [
src/main/resources/org/csanchez/jenkins/plugins/kubernetes/Dockerfile
@@ -1 +1 @@
1
-FROM jenkins/inbound-agent:3077.vd69cf116da_6f-3-jdk11
+FROM jenkins/inbound-agent:3077.vd69cf116da_6f-3
0 commit comments