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

The git plugin left a config.lock file in one of the caches folders The folder was two weeks old and was showing indications that it might have benefited from a...

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

Currently many GitHub projects are changing the default branch from master to main.  Some projects have both branches.  The following produce different results: Shell: git clone url #checks out main...

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

add a message "Polling ignores commits with certain messages" .*\[maven-release-plugin\].* commit with this message - polling doesn't ignore the message Reason: the commit message string contains a final line break...

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

Jenkins 2.270 git-plugin 4.5.0 I have a freestyle project with such config: Repository URL: git@​mygitserver.com:my-repo Branches to build: ** Build Triggers > Poll SCM is enabled When I send a...

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

For our project I made a combined reference repository along the lines of https://plugins.jenkins.io/git/#combining-repositories and more specifically with https://github.com/jimklimov/git-scripts/blob/master/register-git-cache.sh script that I maintain for that purpose. This repository now hosts...

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

(Filing this issue due to comment https://github.com/jenkinsci/configuration-as-code-plugin/issues/536#issuecomment-613242807 from jetersen) During Jenkins startup I get: ``` WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class jenkins.plugins.git.GitSCMSource#owner: type is abstract but not Describable. ``` Based on...

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

We've been having issues with timeouts during the following command in branch scans and at the start of builds: git fetch --tags --progress --prune -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10   I...

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

As requested in allowSecondFetch ** documentation I am opening a ticket. After upgrading git plugin to version 4.4.4 (can't recall the previous version), my Jenkins job started to fail on...

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

The PR-187 job and the PR-182 job for the docker-inbound-agent on ci.jenkins.io runs every 30 minutes or 60 minutes and reports that the commit cannot be merged. The git polling...

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

We started to randomly run into the following issue. Bitbucket webhook sends an update to Jenkins multibranch pipeline, but pipeline doesn't schedule a build because it detects no changes, even...

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