I am trying to publish the plugin by running the maven command below: $ mvn -X -s settings.xml release:prepare release:perform -Dusername=... -Dpassword=...
The build fails with error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project catalogic-ecx: Unable to tag SCM [ERROR] Provider message: [ERROR] The git-push command failed. [ERROR] Command output: [ERROR] ssh: Could not resolve hostname neethapai: Name or service not known [ERROR] fatal: The remote end hung up unexpectedly [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project catalogic-ecx: Unable to tag SCM Provider message: The git-push command failed. Command output: ssh: Could not resolve hostname neethapai: Name or service not known fatal: The remote end hung up unexpectedly Could you please advise on how to fix this? Thanks -- 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/608c2f9e-8603-4905-8828-b76f9436eaf4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
