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

I have a pipeline job that builds the dev branch from a single repository hosted on our GitHub Enterprise instance. The repository is configured to use the Manage Jenkins (GitHub...

imported-jira-issue
component:git-plugin
priority:major
resolution:unresolved

git fetch has three options to fetch tags: "git fetch" fetches a branch with tags reachable, the ideal default "git fetch --no-tags" fetches a branch without tags "git fetch --tags"...

imported-jira-issue
component:git-plugin
priority:major
resolution:unresolved

Branch specifier set to refs/tags/* Max age used to only build recent tags. If no tags within max age range, there is nothing to build, no jobs needed. However, a...

imported-jira-issue
component:git-plugin
priority:minor
resolution:unresolved

Under certain conditions, the Git SCM polling will return false positives.  It gets into a state where it is consistently comparing hashes from two different branches, which will always trigger...

imported-jira-issue
component:git-plugin
priority:major
resolution:unresolved

When creating and pushing a tag with the Git Publisher, it gets pushed to the remote repository as a branch. The console output shows: ``` Pushing tag 4.6.44.0.5 to repo...

imported-jira-issue
component:git-plugin
priority:minor
resolution:unresolved

For some reason some builds (maven job) doesn't populate `${GIT_BRANCH}` I haven't found any pattern to this - my only suspicion would be "build strategy" that sometimes selects non-master branch...

imported-jira-issue
component:git-plugin
priority:minor
resolution:unresolved

Jenkins version: 2.163 Github plugin version: 1.29.3 Git plugin version: 3.9.3 Git client plugin version: 2.7.6 Job Type: Multibranch Job We're currently using the Github plugin so that commits to...

imported-jira-issue
component:git-plugin
priority:minor
resolution:unresolved
component:github-plugin

Jenkins ver. 2.161; git-plugin from master + unrelated changes. Visit /configure Scroll to Global Pipeline Libraries Click Add Select Retrieval method: Legacy SCM Find Additional Behaviours Click Add Click Strategy...

imported-jira-issue
component:git-plugin
priority:minor
resolution:unresolved

We have a library loaded dynamically in Pipeline script with  library "mylib@​8c8a4a95f3187b82112cc2eb8539ba470c1eebff" the sha1 in question is tagged on the remote, but not contained in any branch Jenkins fails to...

imported-jira-issue
component:git-plugin
priority:major
resolution:unresolved

If a submodule itself has submodules, and the URL of those submodules changes, then the second submodule's URL will not be updated. This can cause checkout to fail, because the...

imported-jira-issue
component:git-plugin
priority:minor
resolution:unresolved
component:git-client-plugin