Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misleading in logging statement in parallelPipeline Method #2566

Merged
merged 2 commits into from
Jul 30, 2024

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    a70deda View commit details
    Browse the repository at this point in the history
  2. Update GitRepositoryRule.java

    The original logging statement incorrectly logged the range of branch numbers as [1-(number + 1)], which implies that one more branch than specified is created. The update corrects this by logging the range as [1-number], matching the actual number of branches created in the loop.
    logresearch authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bf33d78 View commit details
    Browse the repository at this point in the history