jenkinsci / gitlab-plugin

A Jenkins plugin for interfacing with GitLab
https://plugins.jenkins.io/gitlab-plugin/
GNU General Public License v2.0
1.44k stars 612 forks source link

with version 1.8.0 gitlab plugin, no build is queued in jenkins after MR is raised in gitlab #1627

Closed priyankavit closed 5 months ago

priyankavit commented 5 months ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

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

PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian

Reproduction steps

Step 1. created a MR in gitlab Step 2: it should ideally trigger MR build in jenkins Step 3: all the gitlab server configuration is seems to be fine since the master latest build is getting pulled from gitlab to jenkins if any build job is triggered manually. Steps 4: queue is getting refused in system log of jenkins Steps 5: no logs I am able to get undet gitalb plugin logs in jnekins system logs but before I was able to get gitlab logs. Step 6: i tried to degrade the gitalb plugin in jenkins but still didnt helped.

Expected Results

After MR is raised in gitlan it should trigger the MR build in jenkins

Actual Results

After MR is raised in gitlan it should trigger the MR build in jenkins but it is not triggering, system hooks of gitlab is fine because I am sneding the test for MR and it is giving 200 response gitlab plugin log system log

Anything else?

No response

Are you interested in contributing a fix?

No response

priyankavit commented 5 months ago

Seems it was network issue. updating jenkins plugins, restarting jenkins and then restarting gitlab pod resolved the issue.