-
Notifications
You must be signed in to change notification settings - Fork 52
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
Auto-convert git/ssh-urls to https with GithubPRPlanPlugin #254
Comments
It looks like you're using the GithubOrg jenkins plugin, and you've added behavior to "Checkout over SSH". As a result, the git url that the plugin is finding has the |
@bondezbond has also run into this issue, and we talked through it a bit. I think there are 2 possible options here:
|
Have we validated that the PR link is constructed correctly for the public github? |
Bumping this to v5.10, so we can cut a v5.9 release |
You mean posting the plan results to public github? I remember testing that when we did the initial release |
When attempting to clone an https repository (
https://github.com/blah/foo
), the pipeline actually pulls via the git protocol (git://github.com/blah/foo
).This causes a problem when we execute the curl command to post comments.
See:
The text was updated successfully, but these errors were encountered: