git-plugin
git-plugin copied to clipboard
Git repository access for Jenkins jobs
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...
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...
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...
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...
[JENKINS-64383] Combined reference repositories are too heavy-weight (git takes ages to parse them)
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...
(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...
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...
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...
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...
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...