Skip to content

Commit

Permalink
Revert "Bump org.jenkins-ci.plugins:promoted-builds (#1542)"
Browse files Browse the repository at this point in the history
Fails tests in plugin bill of materials with report that promoted builds
needs to be upgraded to a newer version.

One error message is:

Caused by: java.io.IOException: Failed to load: Git plugin (git 5.2.2-rc5199.9999da_372d5a_)
 - Update required: Jenkins promoted builds plugin (promoted-builds 3.11) to be updated to 945.v597f5c6a_d3fd or higher

Second error message is:

Caused by: java.io.IOException: Failed to load: Git plugin (git 5.2.2-rc5199.9999da_372d5a_)
 - Update required: Jenkins promoted builds plugin (promoted-builds 892.vd6219fc0a_efb) to be updated to 945.v597f5c6a_d3fd or higher

Also adds a dependabot exclusion for that release of promoted builds
plugin.

This reverts commit 4f5ecfe.
  • Loading branch information
MarkEWaite committed Jan 8, 2024
1 parent 9999da3 commit 913b55c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
# Maintain dependencies for maven
- package-ecosystem: "maven"
directory: "/"
ignore:
# Fails plugin bill of materials tests
- dependency-name: "org.jenkins-ci.plugins:promoted-builds"
versions: ["945.v597f5c6a_d3fd"]
schedule:
interval: "weekly"
labels:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>promoted-builds</artifactId>
<version>945.v597f5c6a_d3fd</version>
<version>3.11</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 913b55c

Please sign in to comment.