gitlab-branch-source-plugin icon indicating copy to clipboard operation
gitlab-branch-source-plugin copied to clipboard

A Jenkins Plugin for GitLab Multibranch Pipeline jobs and Folder Organization

Results 68 gitlab-branch-source-plugin issues
Sort by recently updated
recently updated
newest added

### What feature do you want to see added? At the moment it is only possible to customize a part of the build status name. https://github.com/jenkinsci/gitlab-branch-source-plugin/blob/efb7780f1000b1d116fb1c644ef2718cda34445a/src/main/java/io/jenkins/plugins/gitlabbranchsource/helpers/GitLabPipelineStatusNotifier.java#L111 It should be possible...

enhancement

After pushing a commit and getting triggered by a GitLab webhook, GitLab branch source is not reliably detecting that latest commit. We are repeatedly encountering the issue where GitLab branch...

bug

### Describe your use-case which is not covered by existing documentation. The list List of maintainers on [the official Jenkins plugin page](https://plugins.jenkins.io/gitlab-branch-source/) is outdated. Of the currently listed people there,...

documentation

Is it possible to have the GitLab project Jenkins jobs that are created by this plugin put into a Jenkins folder structure corresponding to the GitLab subgroups in the configured...

### What feature do you want to see added? Filter Merge Request panel based on the name of the source branch Instead of having the merge request id, we should...

enhancement

### Jenkins and plugins versions report Environment ```text Paste the output here ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? no...

bug

Somewhere after version 1.4.1 a NullPointer Exception was introduced, when creating webHooks for subprojects within an organisation folder. To reproduce it, scan for subprojects within an organisation folder and confuigure...

### What feature do you want to see added? It'll be cool if the github release contains the hpi file. It'll be easier to debug with previous version of plugin....

enhancement

### Jenkins and plugins versions report Environment ```text Jenkins: 2.332.2 OS: Linux - 5.16.18-200.fc35.x86_64 --- ace-editor:1.1 ansicolor:1.0.1 antisamy-markup-formatter:2.7 apache-httpcomponents-client-4-api:4.5.13-1.0 authentication-tokens:1.4 authorize-project:1.4.0 aws-credentials:191.vcb_f183ce58b_9 aws-java-sdk-ec2:1.12.201-326.veb_6ce41104a_e aws-java-sdk-minimal:1.12.201-326.veb_6ce41104a_e bitbucket:223.vd12f2bca5430 bootstrap4-api:4.6.0-5 bootstrap5-api:5.1.3-6 bouncycastle-api:2.26 branch-api:2.1046.v0ca_37783ecc5 build-timeout:1.20...

bug

### Dependencies ### Feature Request Sometimes the Gitlab webhook isn't sufficient to trigger the job creation. For example, the repository is created without a Jenkinsfile, so the job isn't created...