Hi, I need to release new version of plugin. when i am executing command : mvn release:perform getting following error:
[INFO] Uploading: http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/sinatra-chef-builder/1.4/sinatra-chef-builder-1.4.pom [INFO] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD FAILURE [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:07 min [INFO] [INFO] Finished at: 2017-01-05T05:43:23-08:00 [INFO] [INFO] Final Memory: 62M/585M [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project sinatra-chef-builder: Failed to deploy artifacts: Could not transfer a rtifact org.jenkins-ci.plugins:sinatra-chef-builder:hpi:1.4 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 timed out: connect -> [Help 1] [INFO] [ERROR] [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [INFO] [ERROR] [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles: [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:22 min [INFO] Finished at: 2017-01-05T05:43:23-08:00 [INFO] Final Memory: 17M/222M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:perform (default-cli) on project sinatra-chef-builder: Maven execution failed, exit code: '1' -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException it seems that URL : *http://maven.jenkins-ci.org:8081/content/repositories/releases <http://maven.jenkins-ci.org:8081/content/repositories/releases>* is not working. Can someone please suggest ? Regards, -- 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/CACGLCJZk%2BviRU_Y9hMamcSBkq-nge0YFVQ9s8q%2ByoPXyw%2B4%3D6A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
