jutzig / github-release-plugin

uses the github release api to upload files
69 stars 24 forks source link

adapt to use Github Enterprise? #16

Closed lwiechec closed 8 months ago

lwiechec commented 8 years ago

Hi,

how much work would it require to use this plugin in GitHub Enterprise? Looking at the sources, I can see some hard-coded URLs that point to the 'regular' github.com...

jutzig commented 8 years ago

Hi,

it should not be that difficult in case the rest API is identical to that of normal github. The upload url needs to be made configurable and the repository id is currently parsed from the SCM URL, so that might have to be adjusted as well.

Best regards, Johannes Am 31.03.2016 15:04 schrieb "Lukasz Wiechec" notifications@github.com:

Hi,

how much work would it require to use this plugin in GitHub Enterprise? Looking at the sources, I can see some hard-coded URLs that point to the 'regular' github.com...

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/jutzig/github-release-plugin/issues/16

lwiechec commented 8 years ago

HI @jutzig, thanks. I have tested again with pre 1.75-SNAPSHOT of github-api and I am able to publish to my Github Enterprise; it turned out to be misconfiguration on my part.

My pull request on Github API is under review, maybe it will get accepted. We shall see :)