-
Notifications
You must be signed in to change notification settings - Fork 97
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
Multi Branch Job Executed in jenkins but Pipeline status is still running state in GitLab #394
Comments
We are also encountering this issue from time to time. See my comment at https://issues.jenkins.io/browse/JENKINS-70010?focusedId=443439&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-443439 |
In the console log, the
|
Check this one more issue I opened yesterday, when I opened custom script, it was not returning the status. |
Hi @banholzer , I'm not sure if this is the same error. |
Not sure if it applies to the situation of the Issue creator, but we encountered this never-ending "Running" issue when multiple Jenkins instances were set up with Organization Folders for the same GitLab namespaces. i.e. in the "Webhooks" section of my GitLab projects, there were two separate webhooks for two different Jenkins URLs. I didn't bother investigating exactly why that situation was problematic because I didn't want or need two Jenkins instances building my projects -- it was inadvertently added. Removing the second webhook and/or removing duplicate Org Folder solved the issue. We also noticed the stuck "Running" state under some unknown circumstances when a |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
GitLab deployed on VM (RHEL)
Reproduction steps
Expected Results
Pipeline in GitLab should display the status and allow the merge request to merge successfully.
Actual Results
Pipeline is always in Running State and not displaying the success or failure status.
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: