Skip to content

Commit

Permalink
Update dependency io.jenkins.tools.bom:bom-2.479.x to v3944 (#2626)
Browse files Browse the repository at this point in the history
* Update dependency io.jenkins.tools.bom:bom-2.479.x to v3944

* Use versions from plugin BOM

* Fix `sbt`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Basil Crow <[email protected]>
  • Loading branch information
renovate[bot] and basil authored Jan 18, 2025
1 parent 44ef3da commit 0201edb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/sbt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Basic configuration of the [Sbt plugin](https://plugins.jenkins.io/sbt)

```yaml
tool:
sbtInstallation:
sbt:
installations:
- name: sbt
home: "/usr/bin/sbt"
Expand Down
3 changes: 0 additions & 3 deletions integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-oauth</artifactId>
<version>597.ve0c3480fcb_d0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -256,7 +255,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>msbuild</artifactId>
<version>1.35</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -278,7 +276,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>sbt</artifactId>
<version>81.vb_82499046630</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void configure_sbt_tool() {
public void export_sbt_tool() throws Exception {
ConfiguratorRegistry registry = ConfiguratorRegistry.get();
ConfigurationContext context = new ConfigurationContext(registry);
CNode yourAttribute = getToolRoot(context).get("sbtInstallation");
CNode yourAttribute = getToolRoot(context).get("sbt");

String exported = toYamlString(yourAttribute);

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<tagNameFormat>configuration-as-code-@{project.version}</tagNameFormat>
<useBeta>true</useBeta>
<plugin-bom.version>3893.v213a_42768d35</plugin-bom.version>
<plugin-bom.version>3944.v1a_e4f8b_452db_</plugin-bom.version>
<spotless.check.skip>false</spotless.check.skip>
</properties>

Expand Down

0 comments on commit 0201edb

Please sign in to comment.