Skip to content

Commit

Permalink
Use jenkins.baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Oct 13, 2024
1 parent 4143bec commit 13aa639
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 77 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/ansible-plugin</gitHubRepo>
<jenkins.version>2.462.3</jenkins.version>
<jenkins.baseline>2.462</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotless.check.skip>false</spotless.check.skip>

<!-- Test dependencies version -->
Expand All @@ -39,7 +40,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.462.x</artifactId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3482.vc10d4f6da_28a_</version>
<type>pom</type>
<scope>import</scope>
Expand Down
67 changes: 0 additions & 67 deletions updatecli/updatecli.d/update-jenkins-version.yml

This file was deleted.

8 changes: 0 additions & 8 deletions updatecli/values.yml

This file was deleted.

0 comments on commit 13aa639

Please sign in to comment.