Skip to content

Commit 1824d0f

Browse files
authored
Use jenkins.baseline (#219)
1 parent ea4ba04 commit 1824d0f

File tree

3 files changed

+3
-83
lines changed

3 files changed

+3
-83
lines changed

Diff for: pom.xml

+3-8
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
<artifactId>openshift-k8s-credentials</artifactId>
1212
<version>${changelist}</version>
1313
<packaging>hpi</packaging>
14-
<developers>
15-
<developer>
16-
<id>jonesbusy</id>
17-
<name>Valentin Delaye</name>
18-
</developer>
19-
</developers>
2014
<scm>
2115
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2216
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
@@ -26,7 +20,8 @@
2620
<properties>
2721
<changelist>999999-SNAPSHOT</changelist>
2822
<gitHubRepo>jenkinsci/openshift-k8s-credentials-plugin</gitHubRepo>
29-
<jenkins.version>2.462.3</jenkins.version>
23+
<jenkins.baseline>2.462</jenkins.baseline>
24+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3025
</properties>
3126
<name>Openshift Token Credentials - Kubernetes Integration</name>
3227
<description>Integrates Openshift token credentials with the k8s credentials provider</description>
@@ -41,7 +36,7 @@
4136
<dependencies>
4237
<dependency>
4338
<groupId>io.jenkins.tools.bom</groupId>
44-
<artifactId>bom-2.462.x</artifactId>
39+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
4540
<version>3482.vc10d4f6da_28a_</version>
4641
<scope>import</scope>
4742
<type>pom</type>

Diff for: updatecli/updatecli.d/update-jenkins-version.yml

-67
This file was deleted.

Diff for: updatecli/values.yml

-8
This file was deleted.

0 commit comments

Comments
 (0)