gitlab-branch-source-plugin
gitlab-branch-source-plugin copied to clipboard
A Jenkins Plugin for GitLab Multibranch Pipeline jobs and Folder Organization
The multibranch-build-strategy-extension plugin makes an assumption about the format of the String returned by the toString method of the ChangeRequestSCMRevision implementation [here](https://github.com/jenkinsci/multibranch-build-strategy-extension-plugin/blob/ce1b19770361dc855772e58bf0d6b9271b5a2c0a/src/main/java/com/igalg/jenkins/plugins/multibranch/buildstrategy/BranchBuildStrategyHelper.java#L71). It extracts the leading hash value returned by...
## Description of Changes ### Problem Description When configuring a GitLab multi-branch project, we search for projects by entering an OWNER name. The OWNER can be a user or a...
### Describe your use-case which is not covered by existing documentation. We have some gitlab repo's that are a fork of other repo's, when we try to perform **_Scan Gitlab...
### What feature do you want to see added? When using the plugin inside a project with a lot of repositories the list of jobs becomes very unhandy. In GitLab...
### Jenkins and plugins versions report Environment ```text Jenkins: 2.487 OS: Windows 11 - 10.0 Java: 17.0.11 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 asm-api:9.7.1-97.v4cc844130d97 bouncycastle-api:2.30.1.78.1-248.ve27176eb_46cb_ branch-api:2.1200.v4b_a_3da_2eb_db_4 caffeine-api:3.1.8-133.v17b_1ff2e0599...
I've been experiencing errors with rate limits on the organization folder scan, and checking out merge requests, due to GitLab reducing the API limit to these endpoints to 60/minute (https://gitlab.com/gitlab-org/gitlab/-/issues/580116),...
### Jenkins and plugins versions report Environment Jenkins: 2.516.1 OS: Linux - 5.10.240-238.959.amzn2.x86_64 Java: 17.0.15 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- active-directory:2.40 analysis-model-api:13.8.0-902.v26f80296f743 ansicolor:1.0.6 antisamy-markup-formatter:173.v680e3a_b_69ff3 apache-httpcomponents-client-4-api:4.5.14-269.vfa_2321039a_83 apache-httpcomponents-client-5-api:5.5-157.vb_43ef2f6845e asm-api:9.8-163.vb_2a_96d3f9c3c...
### What feature do you want to see added? To avoid cluttering Jenkins with old branches/tags, it can be useful to filter branches by the last commit time. ### Upstream...
### What feature do you want to see added? Webhooks are created with SSLverification disabled. SSL verification should be enabled per default. ### Upstream changes _No response_ ### Are you...
The created webhook should be created with SSL verification enabled. Closes #524 ### Testing done Add unit test to verify the functionality. Also used a local Jenkins and GitLab instance....