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

allow GIT_ASKPASS as a pass through env var #2564

Merged
merged 1 commit into from Oct 27, 2022
Merged

Commits on Oct 27, 2022

  1. add GIT_ASKPASS as a passthrough env var

    documented via man gitcredentials,  it is used to provide a script/input
    for git to fetch creds in a no-tty usecase.
    used among other things by jenkins to pass credentials down to git for
    authentication.
    
    https://github.com/jenkinsci/git-plugin/blob/1e3488a730a169778ba0863dd4edbb1dc29154a1/README.adoc#git-bindings
    https://github.com/jenkinsci/git-plugin/blob/9429e7d05df3dbb4060ac6ab4da6538bb0eb50ba/src/main/java/jenkins/plugins/git/GitUsernamePasswordBinding.java#L130
    mattp- committed Oct 27, 2022
    Copy the full SHA
    8ebb7ae View commit details
    Browse the repository at this point in the history