-
Notifications
You must be signed in to change notification settings - Fork 93
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
MR jobs are not triggered by non-code updates #430
Comments
Hi @hoang97 , This is the normal behavior of Jenkins. This is not this plugin behavior or a bug. |
I confused because in homepage show that merge-request events (which include title changes) should trigger build
Should it be an option to turn on/off this behavior by default? Both |
Hi, Any update on this bug?? I am facing same issue Thanks in advance, |
Hi @hoang97 , Is your MR is in draft? I'm seeing in the code this verification : Line 36 in c7f1202
And I'm seeing above a check for non related code : https://github.com/jenkinsci/gitlab-branch-source-plugin/blob/c7f1202d7e14fdf673eb1011722aeba8b52f2a5e/src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabMergeRequestTrigger.java#L45C8-L45C9 Can you enable log with this package "io.jenkins.plugins.gitlabbranchsource" in FINE level? |
Here is full log of package Gitlab Branch Source Log
As you can see, |
I have a similar behavior - when I approve MR, nothing happens in Jenkins. I also do not have checked option Logs are pretty similar to the above attached ones - |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
docker image: jenkins/jenkins:2.452.2-jdk11
Reproduction steps
Expected Results
Merge Request job is triggered
Actual Results
No job is triggered even when the
Ignore builds for non-code related MR updates
option is turned offAnything else?
I got this log in Jenkins server indicated that update title should build
But in
Multibranch pipeline events
indicated that there is no changes detectedI've searched for log
no changes detected
but not found it ingitlab-branch-source
codeAre you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: