-
Notifications
You must be signed in to change notification settings - Fork 619
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 client fails to update status for project #368
Comments
Looks like an SSL issue. As this plugin uses the standard java methods for invoking SSL calls this is related to your Jenkins setup. Changing the jdk of a build won't effect the code this code. This code will be executed directly by the Jenkins. So you have run the Jenkins with a different jdk to see if this changes the behavior. |
Thanks. Is there a specific one you guys use to compile and run your code? |
I use the oracle jdk 8u92 on my local machine for building the plugin and running Jenkins. And our Jenkins at work runs at the moment with the oracle jdk 8u60. |
I run it on OpenJDK 7 with no issues. Java 6 is no longer officially supported by Jenkins. |
Ok sounds good. Will try it out tonight. |
I switched over to Oracle jdk 8u92 and it worked. Thanks for the help |
Hello, Facing same issue. Gitlab Hook Plugin - 1.4.2 GitLab Plugin - 1.5.5 Jenkins - 2.107.2 openjdk version "1.8.0_162" 12:36:21 Failed to add comment on Merge Request for project '4886184': RESTEASY004655: Unable to invoke request But it actually does the comment on Merge request page. |
@prawen GitLab Hook Plugin is irrelevant to me, it provides similar features to GitLab Plugin but is otherwise unrelated and I don't maintain it. What version of GitLab are you using? I would suggest you look at the logs on your GitLab server when a build attempts to comment on an MR. It looks like GitLab is having a problem processing the request. |
Hello, We are on gitlab.com and now a days gitlab.com is facing some issue. May be because of that it seems. Anywayz, thanks for your response. |
…found Fix "No test results found" in Github build status
Set the pull request after updating the updated timestamp
Issue
Context
Logs & Traces
Problem description
When the gitlab-plugin calls gitlab to publish build status to GitLab commit, it fails with this message:
Regular MRs work, they get triggered for build.
When I test the connection in the gitlab configuration I get this:
I even tried to run this job with a different jdk via a parameterized build, and I still get the same error.
The text was updated successfully, but these errors were encountered: