Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bom-latest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>pom</packaging>
<properties>
<configuration-as-code-plugin.version>1.34</configuration-as-code-plugin.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test dependencies in the git plugin which test configuration as code support require a newer version of the configuration as code plugin.

Suggested change
<configuration-as-code-plugin.version>1.34</configuration-as-code-plugin.version>
<configuration-as-code-plugin.version>1.35</configuration-as-code-plugin.version>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a lot more than that to bump this version,
#172

currently failing on cloudbees-folder plugin and I don't understand the error, something to do with a plugin that was split from core but is still picking up the split-plugin instead of the correct version

https://ci.jenkins.io/blue/organizations/jenkins/Tools%2Fbom/detail/PR-172/17/pipeline

<git-plugin.version>4.0.0</git-plugin.version>
<git-plugin.version>4.2.0</git-plugin.version>
<scm-api-plugin.version>2.6.3</scm-api-plugin.version>
<structs-plugin.version>1.20</structs-plugin.version>
<workflow-api-plugin.version>2.40</workflow-api-plugin.version>
Expand Down