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. For more options, visit https://groups.google.com/d/optout.
