Skip to content

Releases: jenkinsci/gitlab-branch-source-plugin

1.4.4

07 Feb 17:52
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

1.4.3

20 Dec 12:47
Compare
Choose a tag to compare

🐛 Bug Fixes

  • ensure root URL ends with slash (#71) @Casz

👻 Maintenance

v1.4.2

18 Dec 04:17
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Change all default info logs to their respective levels (#64) @baymac

v1.4.1

10 Dec 14:16
Compare
Choose a tag to compare

1.4.0

27 Sep 06:17
Compare
Choose a tag to compare

🚀 New features and improvements

  • Fix potential null pointer in lightweight checkout and support fetching Jenkinsfile from directory (#54) @Casz
  • Fix target branch hash for merge requests (#56) @baymac
  • Add the title of a merge request (#55) @LinuxSuRen

v1.3.0

11 Sep 08:28
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add project name strategy, being able to use GitLab project names (#53) @Casz

v1.2.2

08 Sep 05:22
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

  • Fix badge and fix installation instructions (#51) @baymac

👻 Maintenance

  • use spotbugs annotations and add missing declaration of annotation on overrides (#52) @Casz
  • fix deprecated API calls (#47) @Casz

v1.2.1

06 Sep 16:43
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • Only call getHookUrl if credential is not null (#46) @Casz
  • Fix the IndexOutOfBoundsException because of no GitLabServers check (#42) @LinuxSuRen

📝 Documentation updates

  • Use GitHub as source of documentation (#43) @zbynek

v1.2.0

30 Aug 10:27
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add gitlab project avatar (#40) @Casz
  • Add gitlab project display name (#40) @Casz
  • Add gitlab group description (#40) @Casz

v1.1.0

29 Aug 11:56
Compare
Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

  • Add Intellij Code style (#34) @Casz
  • Travis should only build master and PRs (#32) @Casz
  • Add release drafter (#31) @Casz