Skip to content

Commit

Permalink
Pin previous credentials-binding release for LTS profiles
Browse files Browse the repository at this point in the history
The most recent release of the credentials-binding plugin adds masking
for base64 credentials.  That's a nice improvement.  Unfortunately,
it causes one of the config-file-provider tests to fail.

Adapt older bom profiles to "Bump credentials-binding (jenkinsci#2509)" by
retaining the current version of the credentials binding plugin on
the weekly release and pinning the previous credentials binding plugin
release on the LTS releases.

Could exclude the test failure on all releases, but it seemed better
to be able to detect test failures from the weekly release even if we
can't yet test the new version with the LTS releases.

This partially reverts commit bab8257.
  • Loading branch information
MarkEWaite committed Sep 16, 2023
1 parent 0616d45 commit 1e18003
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bom-2.414.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
<artifactId>theme-manager</artifactId>
<version>211.vef2a_42c645a_b_</version>
</dependency>
<!-- TODO Remove when config-file-provider test failure is fixed
by credentials-binding plugin
https://github.com/jenkinsci/bom/issues/2513
-->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials-binding</artifactId>
<version>631.v861c06d062b_4</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 1e18003

Please sign in to comment.