> On 14.10.2016, at 22:03, Maciej Wiczynski <[email protected]> wrote: > > I looked in https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ and > don't see rebuild plugin listed. > I did find it in https://updates.jenkins-ci.org/current/update-center.json > but don't see how to set deps in build.gradle file. > I have tried adding another maven url block under repositories block using > different urls, didn't work.
As the update center JSON tells you, its groupId is not org.jenkins-ci.plugins. https://repo.jenkins-ci.org/releases/com/sonyericsson/hudson/plugins/rebuild/rebuild/ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/34712D92-BDCF-4A32-B441-7E216FE3250A%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
