Skip to content

Commit

Permalink
Remove Kubernetes credentials workaround (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 28, 2024
1 parent d81d62b commit c58af98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/jenkins/tools/test/PluginCompatTester.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ private static void cloneFromScm(

PluginSourcesUnavailableException lastException = null;
for (String gitUrl : gitUrls) {
// TODO 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 c58af98

Please sign in to comment.