-
Notifications
You must be signed in to change notification settings - Fork 128
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
Please upgrade to Gitlab V4 API #224
Comments
fixed in #214 . |
How do I install this version? (#214) |
How do I install this version? (#214) |
To install:
|
@RaywayJohn hey have you tried the above approach? |
Sorry,I didn't try it. I couldn't download it in internal network because of network policy.So only way to install jenkins plugin is in plugin manage module.
Finally, I did it by other way. Thanks.
…---Original---
From: "Aditya Pingale"<[email protected]>
Date: Wed, Apr 15, 2020 19:29 PM
To: "timols/jenkins-gitlab-merge-request-builder-plugin"<[email protected]>;
Cc: "Mention"<[email protected]>;"RaywayJohn"<[email protected]>;
Subject: Re: [timols/jenkins-gitlab-merge-request-builder-plugin] Please upgrade to Gitlab V4 API (#224)
@RaywayJohn hey have you tried the above approach?
does it work?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@RaywayJohn can you help me with how did you manage to find another way? |
If I remember correctly , finally I used GitLab API Plugin intead . |
I've manually built master (needed to use java-8 due to an error with javadoc under java 11) and it works. |
Merge requests fail and I get the following error:
java.io.FileNotFoundException: https://xx.xxxxx.xx/api/v3/projects
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at org.gitlab.api.http.GitlabHTTPRequestor.parse(GitlabHTTPRequestor.java:324)
at org.gitlab.api.http.GitlabHTTPRequestor.access$200(GitlabHTTPRequestor.java:28)
at org.gitlab.api.http.GitlabHTTPRequestor$1.fetch(GitlabHTTPRequestor.java:232)
The text was updated successfully, but these errors were encountered: