Releases: jenkinsci/gitlab-branch-source-plugin
Releases · jenkinsci/gitlab-branch-source-plugin
v1.2.1
🚀 New features and improvements
- Add i10n support (#44) @LinuxSuRen
🐛 Bug Fixes
- Only call getHookUrl if credential is not null (#46) @Casz
- Fix the IndexOutOfBoundsException because of no GitLabServers check (#42) @LinuxSuRen
📝 Documentation updates
v1.2.0
v1.1.0
GA Release
Beta Release 3
Beta Release 2
Beta Release 1
- Web Hook Events - Push/Merge Request/Tag Events supported [#16]
- Reduced API Calls in WebHookCreation and empty repository checking [#18, #16]
- Trusted Permission Strategy for MRs from forked projects [#12]
- Subgroups for User Projects in GitLab Group Job [#13]
- Fixed SSH Remote Url [#14]
- Added Documentation about Jobs creation in UI [#15]
Alpha Release 2
Alpha Release
New Features:
- Multibranch Pipeline Jobs for GitLab Projects
- Folder Organization for GitLab User/Group known as
GitLab Group
- GitLab Pipeline Status Reporting
- SCM Trait APIs support
Bugs:
- GitLab Group Job type doesn't show log
- Tags are not built automatically
- WebHook implementation is missing/broken
- Duplicate copies of SCM Traits
Enhancement and Fix Release
gitlabserver
package renamed togitlabserverconfig
- PR-13- Added Java 8 streams support for GitLab server filters - PR-16
- Added GitLab Server Url validation - PR-18
- Added JCasC instructions to README - JENKINS-57976
- Bumped Jenkins version - 2.150.3
- Fixed UI to reflect state of object - JENKINS-57988
- Fixed gitlab server expected output for JCasC test - PR-14