The id of the distribution repository in the blazemeter pom is " repo.jenkins-ci.org" but the id in your settings.xml is " maven.jenkins-ci.org" .
/B 2017-11-20 12:00 GMT+01:00 Dzmitry Kashlach <[email protected] >: > Hi, > > Need assistance with > mvn release:prepare release:perform > > Used this guide: > https://wiki.jenkins.io/display/JENKINS/Hosting+Plugins > > ~/.m2/settings.xml > <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 > http://maven.apache.org/xsd/settings-1.0.0.xsd"> > > <servers> > <server> > <id>maven.jenkins-ci.org</id> <!-- For parent 1.397 or newer; this > ID is used for historical reasons and independent of the actual host name > --> > <username>zmicerkashlach</username> > <password>{validpassword}</password> > </server> > </servers> > > </settings> > > > GITHUB is configued: > ssh -T [email protected] > Hi dzmitrykashlach! You've successfully authenticated, but GitHub does not > provide shell access. > > I have upload permissions: > https://github.com/jenkins-infra/repository-permissions-updater/blob/ > 2b1627e571d15a4b5836236288c77f91613b47cc/permissions/plugin- > BlazeMeterJenkinsPlugin.yml > > I've also tried > mvn release:prepare release:perform -Dusername=zmicerkashlach > -Dpassword={validpassword} > but with the same result. > > Thank you! > > -- > 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/7f66a081-3eee-4977-8ba3-e89a0f8e9f38% > 40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/7f66a081-3eee-4977-8ba3-e89a0f8e9f38%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Robert Sandell *Software Engineer* *CloudBees Inc.* -- 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/CALzHZS1NWk5A_MaO0M8k3d05QCGSASDOrPXmPVddm%3Dd%3DUkmKZw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
