Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MergeRequestSCMRevision toString to be consistent with GitHub equivalent. #469

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iciclespider
Copy link

@iciclespider iciclespider commented Jan 29, 2025

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. It extracts the leading hash value returned by toString.

This works with the github-branch-source plugin because that returns the pull commit first here.

It does not work with this gitlab-branch-source plugin because it returns the merge commit last. This pull request aligns this GitLab implementation with the GitHub implementation, allowing the multibranch-build-strategy-extension plugin to work properly with GitLab.

Testing done

Built and installed this new version on running Jenkins and verified that the GitLab based changes during merge requests are now only automatically triggered when the configured condition matches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant