git-plugin icon indicating copy to clipboard operation
git-plugin copied to clipboard

Git repository access for Jenkins jobs

Results 141 git-plugin issues
Sort by recently updated
recently updated
newest added

## JENKINS-27082 - Quote the username and password in credentials binding Followup an better solution to: https://github.com/jenkinsci/git-plugin/pull/1310 Fix wrong quoting in askpass. Won't solve all cases of quoting but will...

bugfix

cmd.exe doesn't work with '/' as path separator. ## [JENKINS-72044](https://issues.jenkins.io/browse/JENKINS-72044) - Fix filepath on windows With #1443 the `GIT_ASKPASS` script was changed. Unfortunately the `.bat` script contains `/` instead of...

## [JENKINS-65315](https://issues.jenkins.io/browse/JENKINS-65315) - Resolve environment variables in SubmoduleOption reference path On contrary to Freestyle projects' getEnvironment, WorkflowRun.getEnvironment doesn't provide node-specific environment variables as it can have multiple node blocks in...

enhancement

Some test cases related to `tag` git command can fail in case of the following `~/.gitconfig` configuration ``` [tag] gpgSign = true ``` ## Checklist _Put an `x` in the...

dependencies
tests

## [JENKINS-71506] Support custom refspec in lightweight checkout Let user specify a custom refspec to fetch. Add support for branch names FETCH_HEAD or a commit hash. This allows to use...

enhancement
tests

The core issue is that params are not resolved until the start of the build (i.e. not valid in the Polling context). The `git ls-remote` code-path uses an empty env...

bug
tests

useExistingAccountWithSameEmail makes sense on its own, independently of how a new account may be created if required. ## [JENKINS-70331](https://issues.jenkins.io/browse/JENKINS-70331) - Always honor useExistingAccountWithSameEmail In general, I'm not convinced about the...

enhancement

## [JENKINS-xxxxx](https://issues.jenkins.io/browse/JENKINS-xxxxx) - summarize pull request in one line Describe the big picture of your changes here to explain to the maintainers why we should accept this pull request. If...

- **use git-client SNAPSHOT with Mina** - **test with incremental of git-client-plugin** - **temporart testing** - **do not set default credentials for testing remote access** ## [JENKINS-xxxxx](https://issues.jenkins.io/browse/JENKINS-xxxxx) - summarize pull...

dependencies
bug