Hi all, I ran into an issue recently in which the git client would exit with status 1, causing the build to fail, even though it successfully checked out the repo. I submitted a PR with a fix, but I'd like to have someone review it before it gets merged.
https://github.com/jenkinsci/git-client-plugin/pull/23 This occurs in pretty strange edge cases: in our case, someone submitted a PR with invalid symbolic links. When GitHub triggered our job, it detected multiple new commits and scheduled another job to handle them. Then the job would fail when it tried to check out the bad commit. The next job would do the exact same thing, so Jenkins ended up "stuck" all night trying to build the bad commit. I'm hoping this will save other people a few hours of debugging :) Does anyone have time to review the PR? Thanks, -- Will -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
