Skip to content

Commit

Permalink
Reintroduce workaround for kubernetes-credentials (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed Oct 26, 2023
1 parent 345fccf commit 454e3e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/jenkins/tools/test/PluginCompatTester.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ private static void cloneFromScm(

PluginSourcesUnavailableException lastException = null;
for (String gitUrl : gitUrls) {
// TODO pending removal of bom 2.387 line

Check warning on line 298 in src/main/java/org/jenkins/tools/test/PluginCompatTester.java

View check run for this annotation

ci.jenkins.io / Open Tasks Scanner

TODO

NORMAL: pending removal of bom 2.387 line
gitUrl = gitUrl.replace(
"git://github.com/jenkinsci/kubernetes-credentials-plugin",
"https://github.com/jenkinsci/kubernetes-credentials-plugin");
try {
cloneImpl(gitUrl, scmTag, checkoutDirectory);
return; // checkout was ok
Expand Down

0 comments on commit 454e3e8

Please sign in to comment.