Thanks, Ullrich, I'v followed Hosting+Plugins <https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins> instruction and tried to run both mvn release:prepare release:perform -Dusername=<jenkinsci_user> -Dpassword=< jenkinsci_pass>
and mvn release:prepare release:perform In both cases I get [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:20.112s [INFO] Finished at: Fri Apr 17 09:17:46 MSK 2015 [INFO] Final Memory: 13M/196M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:prepare (default-cli) on project BlazeMeterJenkinsPlugin: Unable to commit files [ERROR] Provider message: [ERROR] The git-push command failed. [ERROR] Command output: [ERROR] ssh: Could not resolve hostname zmicerkashlach: Name or service not known [ERROR] fatal: Could not read from remote repository. [ERROR] [ERROR] Please make sure you have the correct access rights [ERROR] and the repository exists. I'm sure that I've specified right repository and I can push code to it. What should I check? On Thursday, April 16, 2015 at 11:58:22 AM UTC+3, Dzmitry Kashlach wrote: > > Hi, > > I have a published plugin, which I'd like to update and make this update > visible through Jenkins update center. > https://wiki.jenkins-ci.org/display/JENKINS/BlazeMeter+Plugin > I've synced up jenkinsci fork with my repository and marked stable > revision with a tag. > > Few questions: > 1. Is running "mvn release:prepare release:perform" required operation for > Jenkins update center? I do not want to have "SNAPSHOT" ending in plugin > version, but mvn requires it. > 2. Are any other configurations in pom.xml required? > > Thanks in advance. > > P.S. I've a newbie on this procedure. Please, point me to appropriate WIKI > page if it's already described there. > -- 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/69a327db-08ba-4339-9b6d-08b579a8a785%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
