gitlab-branch-source-plugin
gitlab-branch-source-plugin copied to clipboard
A Jenkins Plugin for GitLab Multibranch Pipeline jobs and Folder Organization
To avoid cluttering Jenkins with old branches/tags, it can be useful to filter branches by the last commit time. For this two new traits has been added, one for filtering...
Preventing calling gitlab api to get all members on project for non-fork merge requests in `getTrustedRevision`, hopefully helps with #515 ### Testing done Tested on a jenkins instance, fork builds...
### Jenkins and plugins versions report Environment ```text Jenkins: 2.492.1 OS: Linux - 5.15.0-1089-azure Java: 17.0.14 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- Office-365-Connector:5.1.0 ace-editor:1.1 active-directory:2.39 analysis-model-api:13.1.0 ansicolor:1.0.6 ant:513.vde9e7b_a_0da_0f...
### Jenkins and plugins versions report When a gitlab organization contains more than 100 git repositories (without subgroups, flatly) in a group, less than 100 are seen. This has been...
### Jenkins and plugins versions report Environment ```text Jenkins: 2.492.2 OS: Linux - 6.6.97+ Java: 17.0.14 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) -- ... gitlab-branch-source:718.v40b_5f0e67cd3 ... ``` ### What...
Please see [JENKINS-75902](https://issues.jenkins.io/browse/JENKINS-75902) for the original issue description. Several safety assurances are added to the `GitLabSCMSource` class: 1. `GitLabApiException`s are allowed to be thrown instead of hidden by `IllegalStateException`s on...
Version 715.v4c830b_ca_ef95 Previously, when scanning a group of repositories, Jenkinfile was found in the dev branch. No changes were applied to Jenkinsfile or the org folder itself. The pipeline has...