I'm trying to not switch the git client plugin from the really old (1.532.1) jenkins release on which it is currently based until the release of git client plugin 2.0.0. Then it can switch to a JDK 7 based build, dependent on Jenkins 1.625 and on the most recent pom.
I inserted the override to point to repo.jenkins-ci.org. Unfortunately, I now have the message: [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project git-client: Failed to deploy metadata: Could not transfer metadata org.jenkins-ci.plugins:git-client/maven-metadata.xml from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): Access denied to: https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/maven-metadata.xml, ReasonPhrase: Forbidden. -> [Help 1] The message seems to indicate that it is trying to upload to https://repo.jenkins-ci.org/releases/, but I don't have permission to write to https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/git-client/maven-metadata.xml . As far as I can tell from https://github.com/jenkins-infra/repository-permissions-updater/blob/master/permissions/plugin-git-client.yml , I should have permission to that repository (though I'm accustomed to using "MarkEWaite" as my GitHub login name rather than "markewaite"). Any further hints of mistakes I'm making? Mark Waite On Sat, Aug 20, 2016 at 8:41 PM Daniel Beck <[email protected]> wrote: > This host name is obsolete (and has been for years, but now Tyler pulled > the plug). Update to the plugins POM 2.6 or newer, or override the host to > be used to point to repo.jenkins-ci.org. > > > On 21.08.2016, at 04:40, Mark Waite <[email protected]> wrote: > > > > I received the following error message while trying to deploy a new > version of the git client plugin: > > > > [INFO] [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on > project git-client: Failed to deploy artifacts: Could not transfer artifact > org.jenkins-ci.plugins:git-client:hpi:1.20.1 from/to maven.jenkins-ci.org > (http://maven.jenkins-ci.org:8081/content/repositories/releases): Connect > to maven.jenkins-ci.org:8081 [maven.jenkins-ci.org/199.193.196.24] > failed: Connection refused -> [Help 1] > > > > Any hints what mistake I've made? > > > > Thanks, > > Mark Waite > > > > -- > > You received this message because you are subscribed to the Google > Groups "Jenkins Developers" 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-dev/4610855b-20e9-42fb-8e8b-d06c3808f78a%40googlegroups.com > . > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" 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-dev/1060F9D3-D7B0-47B3-9109-26AF6BD36468%40beckweb.net > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CAO49JtFLNcM3VaYQTffrxrTqoo2jE41U7qSMbPHhUDA2%3D%2BoxXg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
