Re: Build fauiler while plublishing the plugin

2016-10-13 Thread Manfred Moser
Then something with your git/ssh and auth setup is wrong. manfred On Thu, Oct 13, 2016 at 8:50 AM, wrote: > > scm:git:ssh://github.com/jenkinsci/catalogic-ecx-plugin.git > > scm:git:ssh://g...@github.com/ > jenkinsci/catalogic-ecx-plugin.git >

Re: Build fauiler while plublishing the plugin

2016-10-13 Thread neethapaik
scm:git:ssh://github.com/jenkinsci/catalogic-ecx-plugin.git scm:git:ssh://g...@github.com/jenkinsci/catalogic-ecx-plugin.git https://github.com/jenkinsci/catalogic-ecx-plugin ssh also dint work. I an getting the same error as before -- You received this message because you are

Re: Build fauiler while plublishing the plugin

2016-10-12 Thread Manfred Moser
You cant use https in the scm section. You ahve to use ssh as in the example I linked earleir On Wed, Oct 12, 2016 at 1:25 PM, wrote: > scm element in pom file has the following content > > > scm:git:https://github.com/jenkinsci/ > catalogic-ecx-plugin.git >

Re: Build fauiler while plublishing the plugin

2016-10-12 Thread neethapaik
scm element in pom file has the following content scm:git:https://github.com/jenkinsci/catalogic-ecx-plugin.git scm:git:https://github.com/jenkinsci/catalogic-ecx-plugin.git https://github.com/jenkinsci/catalogic-ecx-plugin -- You received this message because you are subscribed to

Re: Build fauiler while plublishing the plugin

2016-10-12 Thread neethapaik
Here is the output with -X option [INFO] Resuming release from phase 'scm-tag' [INFO] Tagging release with the label catalogic-ecx-1.0... [DEBUG] ScmTagPhase :: scmTagParameters remotingTag true [DEBUG] ScmTagPhase :: scmTagParameters scmRevision null [DEBUG] ScmTagPhase :: fileSet basedir =

Re: Build fauiler while plublishing the plugin

2016-10-12 Thread Manfred Moser
What does the scm element in your pom look like? E.g. a correct setup can be seen here https://github.com/jenkinsci/tfs-plugin/blob/master/pom.xml#L42 On Wed, Oct 12, 2016 at 11:05 AM, wrote: > > Here is the output with -X option > > [INFO] Resuming release from phase

Re: Build fauiler while plublishing the plugin

2016-10-12 Thread Manfred Moser
Looks like your plugin github scm url is wrong. On Wed, Oct 12, 2016 at 10:23 AM, wrote: > 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

Build fauiler while plublishing the plugin

2016-10-12 Thread neethapaik
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)