On Mon, 13 Mar 2017, at 22:34, JordanGS wrote: > Thanks for the reply, not what i meant tho. I know the project compiles > and > builds fine but for whatever reason the command > > mvn release:prepare release:perform > > > maybe due to a permission issue or it did the upload to maven but failed > the git push. I was hoping for a sanity test for this.
Once you're ready to release, the most common issue is permissions, but if you didn't have upload permission then you didn't burn a version number. Just run perform again. Everything is else is so rare or retryable that it's not worth worrying about. Regards, Chris -- 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/1489530915.4027564.911461440.1709CA46%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
