Releases: jenkinsci/gitlab-plugin
Releases · jenkinsci/gitlab-plugin
1.5.23
🐛 Bug fixes
- Prevent a
NullPointerException
when callingObjectId#fromString(String)
(#1146) @stmlange - Prevent a
NullPointerException
for old build data hashes (#1152) @Fearxpc - Prevent GitLab URL from being null (#1187) @mkemmerz
- Remove redundant space (#1145) @miago
📦 Dependency updates
- Bump plugin parent POM from 4.29 to 4.31 (#1192, #1190) @dependabot
- Bump
docker-maven-plugin
from 0.37.0 to 0.38.0 (#1191) @dependabot - Bump PostgreSQL JDBC driver from 9.4.1208 to 42.3.1 (#1189, #1175) @dependabot
- Bump Joda-Time from 2.10.5 to 2.10.13 (#1188, #1184) @dependabot
- Bump ASM from 9.1 to 9.2 (#1182) @dependabot
- Bump SLF4J from 1.7.31 to 1.7.32 (#1183) @dependabot
- Bump MockServer from 3.10.2 to 5.11.2 (#1181, #1177) @basil
- Bump RESTEasy from 3.0.16.Final to 3.15.2.Final (#1179, #1178) @basil
- Bump Maven Failsafe Plugin from 2.16 to 2.22.2 (#1173) @dependabot
- Bump JBoss JAXRS API Spec from 1.0.0.Final to 1.0.1.Final (#1172) @dependabot
🚦 Tests
1.5.22
🚀 New features and improvements
- JENKINS-66304: Prepare GitLab for core Guava upgrade (#1150, #1168) @basil
🐛 Bug fixes
- Fix problem with lookup for credentials (#1129) @ljackiewicz
- Fix error handling for
updateGitlabCommitStatus
(#1130) @david0 - Use red cross icon for build failure (#1132) @alkazar
📦 Dependency updates
- Bump Build Helper Maven Plugin from 3.0.0 to 3.2.0 (#1166) @dependabot
- Bump Docker Maven Plugin from 0.14.2 to 0.37.0 (#1165) @dependabot
- Bump PojoBuilder from 3.4.0 to 4.2.3 (#1164) @dependabot
📝 Documentation updates
- Migrate wiki documentation to GitHub (#1101) @Yunir
- Update
CHANGELOG
(#1125) @ljackiewicz
👻 Maintenance
gitlab-plugin-1.5.21
[maven-release-plugin] copy for tag gitlab-plugin-1.5.21
gitlab-plugin-1.5.20
[maven-release-plugin] copy for tag gitlab-plugin-1.5.20
gitlab-plugin-1.5.17
gitlab-plugin-1.4.2
- #408: Multiple branches pushed, Only one job triggered
gitlab-plugin-1.4.1
- #410:
NoStaplerConstructorException
foraddGitLabMRComment
- Use plugin ClassLoader for the resteasy client instead of the uberClassLoader
- #406: Add include/exclude of merge requests based on gitlab merge request labels
- Add possibility to configure secret tokens per job to allow only web hooks with the correct token to trigger builds
- #415: Add actual trigger phrase as environment variable
gitlab-plugin-1.4.0
- Breaking changes for some Pipeline jobs (see migration guide for more information)
- Cleanup UI for GitLabPushTrigger
- #201: customize notes for merge requsts
- #168: MR Voting Broken after Gitlab 8.2
- #190: Add option to mark unstable builds as success in GitLab
- #345: Configurable "Add note with build status on merge requests"
- Add Notifier and workflow step for accepting a MR on success
- Add workflow step for adding comments to a MR
gitlab-plugin-1.3.2
- JENKINS-36863: Credentials drop-down doesn't show API token credential! (finally fixed it)
- #402: Web hooks not triggering build in v1.3.1, Jenkins 2.20
- #404: NullPointerException with gitlab ce 8.11
gitlab-plugin-1.3.1
- JENKINS-36863: Credentials drop-down doesn't show API token credential!
- #299: Upgrading the plugin sometimes causes loss of configuration
- #382: Outgoing HTTP Proxy support in gitlab-plugin
- #383: Pipeline - "Pending" Jobs for all stages
- #69: Link to gitlab merge request url in getShortDescription posted to jenkins
- #396: Jenkins job stuck publishing build status
- #400: Fix gitlabBuilds step to actually use 'pending'
- JENKINS-35258: ci-skip and author should use the latest commit, not the first one from the push event