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 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...

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

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...

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

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...

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

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...

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

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:...

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

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...

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

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...

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

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...

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

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...

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

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...

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