-
Notifications
You must be signed in to change notification settings - Fork 620
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
Unable to auto merge on successful build using Jenkins CI #186
Comments
I'm observing exactly same thing. |
+1 |
Same problem for me. |
👍 |
I did check that. The Jenkins plugin should send the |
I am also seeing this bug on Gitlab 8.3 and 8.5. |
WonderCsabo: Thanks. I'll verify it once again :) |
According to http://doc.gitlab.com/ce/api/commits.html#post-the-build-status-to-a-commit the ref has to be a tag or branch not the commit hash. |
Was closed by accident. |
@coder-hugo Is there anything that I can help with? |
@ayufan a bit more of time to work on the plugin would be helpful 😉 |
Awesome. @coder-hugo if you need any help from GitLab side I'm more than happy to help you with that :) |
@coder-hugo I tried a quick fix and it's solving the issue. In GitLabMergeRequest.java: change third parameter of Reference: #127 (comment) |
Is there any update on this? I have to keep reminding my team to not press that "oh so inviting" button. This would a wonderful feature to have working... |
This implements the fix proposed by: https://github.com/jenkinsci/gitlab-plugin/issues/186\#issuecomment-190805441
NPEs in 1.28
I have repos configured via the Jenkins CI service to trigger builds when a merge request is created. If I select the "Merge when build succeeds" option after creating the merge request, the merge request remains in a state where it's indefinitely waiting on a successful build result. While it's stuck in this state, Jenkins has already returned a successful result but the state of the merge request remains unchanged.
I can't tell if it's a issue on the Gitlab side or the Jenkins Gitlab plugin side. I am using Gitlab 8.3.4 with Jenkins Gitlab plugin 1.1.28. I followed the instructions here for setup: http://doc.gitlab.com/ee/integration/jenkins.html
The text was updated successfully, but these errors were encountered: