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 use pipline checkout([ $class: 'GitSCM', userRemoteConfigs: [[url: env.GIT_PATH, credentialsId: 'loongle' ]], branches: [[name: 'main']], doGenerateSubmoduleConfigurations: false, extensions: [[ $class: 'SubmoduleOption', disableSubmodules: false, parentCredentials: true, recursiveSubmodules: true, reference: '', trackingSubmodules:...

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

In my scripted multibranch pipeline (using GitLab branch source) I use something like node(label: 'builder') { checkout scm ... } node(label: 'test') {  dir('src') { checkout scm   } ... }...

imported-jira-issue
component:git-plugin
priority:critical
resolution:unresolved
component:pipeline
component:gitlab-branch-source-plugin
component:git-forensics-plugin

In the job we are using parameter called BRANCH_NAME which is passed onto the plugin to clone and build the branch. Everything works fine, up to point that there is...

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

The v4.12.1 git plugin breaks when doing "git lfs install" during a Jenkins job. The attached image shows the error. It also breaks the command on the machine in the...

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

I have seen this issue described in a ticket from 2019 where it was seen as "not reproduceable". The problem is that if a link to a subrepository in git...

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

I am trying to set up refspecs for a project according to this guide, and they specify two glob refspecs to be used: +refs/heads/*:refs/remotes/origin/* +refs/merge-requests/*/head:refs/remotes/origin/merge-requests/* However, I just get a...

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

When using Pipeline Multibranch with a Pipeline script that checkout the branch scm and also a different branch of the same repo later on, the next build changelog contains all...

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

I'm experiencing a weird issue with GitHub Plugin when using the GitHub hook trigger for GITScm polling functionality. Specifically, I have a job which is supposed to run on each...

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

I have several jobs that specify Strategy for choosing what to build / Ancestry / Maximum Age of Commit. This is to prevent old heads unnecessarily building or dangerously deploying....

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

Jenkins fails to submodule update --init --recursive with Bitbucket For example, we have submodule: [submodule "thirdparty/poco"]     path = thirdparty/poco     url = https://bitbucket.web.domain.ru/scm/~user/poco.git Try to clone repo: ``` Running as SYSTEM...

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