git-plugin
git-plugin copied to clipboard
Git repository access for Jenkins jobs
I have the folowing setup in Jenkins Build job A --> Build job B Build job A is triggered via Webhook after every commit in the associated Git repo, whereas...
Originally raised in Gitter: https://matrix.to/#/!ouJVNKRtaWHFflDvBW:gitter.im/$ric5V0euwF0jSREIWwLmZVRK_-h1ZleJDy7BpPcJfwY?via=gitter.im&via=matrix.org&via=minds.com Cheers, got a bit of a problem with the git-plugin, and wondering if my expectations are against some grand design or just... coincidence/circumstance? Namely: when...
PS: Im not sure if it is only for Multibranch Pipelines, but thats my current workflow, and the only one Im aware of. Setting Refspec on the Configuration level: Making...
In a failed job the committer of the build commit isn't even mentioned in the debug output of the email-ext-plugin. I set 'Developer', 'Upstream Commiters' and 'Culprits, Requestor and Developers...
1 def scmVars = checkout([$class: "GitSCM", branches: [[name: "${BRANCH}"]], doGenerateSubmoduleConfigurations: false, extensions: [[$class: "CleanBeforeCheckout", deleteUntrackedNestedRepositories: true]], submoduleCfg: [], userRemoteConfigs: [[credentialsId: "${CERT_ID}", url: "$CODE"]]]) 2 def scmVars = checkout scmGit(branches: [[name:...
[JENKINS-71742] Git fetch when pulling pod template fails when the "Branch Specifier" is an env var
I have a pipeline job that takes a branch as a parameter and then passes that value to the `Branch Specifier` like so: `${BRANCH}`. The git plugin expands the value...
When the withCredentials Pipeline step is used with a username GitUsernamePassword credential on Windows using the MinGit distribution, the console log includes an annoying but harmless message that command line...
git plugin left a lock file in controller cache folder for pipeline repos, which block all flows. It happens after we uplift git plugin to 4.12.1. I think it may...
We always used freestyle projects and there we can specifiy the commitId as the branch specifier. This works. However when using a pipeline job, this does not work. The documentation...
The Git plugin should now be able to expand environment variables and use them for the checkouts, such as the branch specifier. This works completely fine when specifying a branch...