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

GitLab Plugin doesn't allow rebuild on comment. #1583

Open
andrewducker opened this issue Oct 12, 2023 · 0 comments
Open

GitLab Plugin doesn't allow rebuild on comment. #1583

andrewducker opened this issue Oct 12, 2023 · 0 comments
Labels
bug For changelog: Minor bug. Will be listed after features

Comments

@andrewducker
Copy link

Jenkins and plugins versions report

N/A

What Operating System are you using (both controller, and any agents involved in the problem)?

N/A

Reproduction steps

The Jenkins GitLab integration contains the functionality to be triggered by Push, Merge Request, and Tag. But this doesn't include comments on Merge Requests. Which means you can't use the "Comment (regex) for triggering a build" functionality.

We automatically (using a script) set up all of our projects with Jenkins Integration, but doing that in an idempotent manner for a webhook isn't possible (checking if you've already added a specific webhook is tricky to impossible).

In order for this functionality to work "by default" we need the the Jenkins Integration on GitLab to notify Jenkins when a comment has occurred so that a rebuild can be triggered.

Expected Results

When I enter the appropriate text in a comment on a Merge Request, Jenkins is triggered, without needing to set up an individual webhook.

Actual Results

Jenkins is not triggered for a Merge Request comment.

Anything else?

No response

@andrewducker andrewducker added the bug For changelog: Minor bug. Will be listed after features label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For changelog: Minor bug. Will be listed after features
Projects
None yet
Development

No branches or pull requests

1 participant