Skip to content

Commit

Permalink
[JENKINS-73471] Add TODO comment to cleanup when JENKINS-73677 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh committed Aug 28, 2024
1 parent 563cafa commit 4ee1da9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public GitClient decorate(GitSCM scm, GitClient git) throws GitException {
@Override
public void beforeCheckout(GitSCM scm, Run<?, ?> build, GitClient git, TaskListener listener)
throws IOException, InterruptedException, GitException {
// TODO: remove if/when https://issues.jenkins.io/browse/JENKINS-73677 is eventually fixed

Check warning on line 32 in src/main/java/com/cloudbees/jenkins/plugins/bitbucket/GitClientAuthenticatorExtension.java

View check run for this annotation

ci.jenkins.io / Open Tasks Scanner

TODO

NORMAL: remove if/when https://issues.jenkins.io/browse/JENKINS-73677 is eventually fixed
if (credentials != null) {
git.setCredentials(credentials);
}
Expand Down

0 comments on commit 4ee1da9

Please sign in to comment.