Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Vivekanand S V
It failed once after changing to HTTPS, but I succeeded atlast in the subsequent try :) I released a version atlast :D Thanks for all your time On Fri, Sep 27, 2013 at 9:01 PM, Ulli Hafner wrote: > You need to change the connection in the pom, see maven documentation for > details about that st

Re: HP automation tools plugin not working in Linux

2013-09-27 Thread David Karlsen
That totally crap tool will only (and barely then too) run on windows. Den 28. sep. 2013 03:32 skrev "Kothandaraman, Prasanna" < prasanna.kothandara...@sc.com> følgende: > Dear Team > > ** ** > > I tested the HP automation tools plugin is not working in Linux > > ** ** > > The following co

HP automation tools plugin not working in Linux

2013-09-27 Thread Kothandaraman, Prasanna
Dear Team I tested the HP automation tools plugin is not working in Linux The following command is getting invoked and failed. /var/lib/Jenkins/plugins/Test1/workspace/HpToolsLauncher.exe -paramfile props24092013181319118.txt Please help. Thanks and Regards, K.Prasanna

Re: New Feature: Realtime test results for JUnit

2013-09-27 Thread ogondza
I consider this pull request feature complete. If interested, try it out: https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/1247/artifact/war/target/jenkins.war -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To u

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Ulli Hafner
You need to change the connection in the pom, see maven documentation for details about that string. If you are using HTTPS then you need to specify your user and password in the maven command line. scm:git:g...@github.com:jenkinsci/${project.artifactId}-plugin.git Ulli Am 27.09.2013 um 16:03

Re: Create a new plugin or contribute to existing one?

2013-09-27 Thread Domi
It seems to fit to the usecase of the maven-info plugin, so i add it to it. Create a pullrequest and maybe take over the ownership of this plugin. /domi > Am 27.09.2013 um 15:45 schrieb Emilio : > > Hello > > > I want to contribute Jenkins and I don't know what's bette: contribute to an > ex

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Vivekanand S V
This one "git clone https://github.com/jenkinsci/copy-to-slave-plugin.git"; is working for me, but ssh isn't. I am behind a proxy may be that is the issue, is there a way to use https clone instead of ssh while releasing ? On Fri, Sep 27, 2013 at 7:07 PM, Vivekanand S V wrote: > No use, same pro

Create a new plugin or contribute to existing one?

2013-09-27 Thread Emilio
Hello I want to contribute Jenkins and I don't know what's bette: contribute to an existing plugin (maven Info Plugin) or start a new one. I want to add some functionality related to Maven: Some columns and a buildwrapper to extract info from maven (for displaying) I've noted that Maven Info p

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Vivekanand S V
No use, same problem Cloning into 'copy-to-slave-plugin'... ssh: connect to host github.com port 22: Operation timed out fatal: The remote end hung up unexpectedly On Fri, Sep 27, 2013 at 7:02 PM, Ulli Hafner wrote: > Hmm, maybe a temporary problem? Does > > git clone g...@github.com:jenkinsci/

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Ulli Hafner
Hmm, maybe a temporary problem? Does > git clone g...@github.com:jenkinsci/copy-to-slave-plugin.git work now? If a release failed, then you need to start again (with a new version number). Otherwise the update manager will not find your release... Ulli Am 27.09.2013 um 13:22 schrieb Vivekanan

Re: Re: Solving unwritten changelogs

2013-09-27 Thread Christian Wolfgang
It's ok. Thank you. On Fri, Sep 27, 2013 at 1:33 PM, Vojtech Juranek wrote: > On Friday 27 September 2013 12:50:54 Christian Wolfgang wrote: >> I would really appreciate if someone merged the pull request! > > merged, sorry for delays -- You received this message because you are subscribed to t

Re: Re: Solving unwritten changelogs

2013-09-27 Thread Vojtech Juranek
On Friday 27 September 2013 12:50:54 Christian Wolfgang wrote: > I would really appreciate if someone merged the pull request! merged, sorry for delays signature.asc Description: This is a digitally signed message part.

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Vivekanand S V
Now, after release preparations are done, it fails while cloning git repo. This is turning out as a good learning experience for me :) All the release commits happened well, how come the clone fail ? Btw, I think one release is wasted, I should be releasing again right ? Or is the release done and

Re: Solving unwritten changelogs

2013-09-27 Thread Christian Wolfgang
I would really appreciate if someone merged the pull request! On Thu, Sep 26, 2013 at 9:48 AM, Christian Wolfgang wrote: > I have tested it agains the ClearCase UCM plugin and it works like a charm. > > Could someone please take a look at it! > > Thank you. > > On Wed, Sep 25, 2013 at 1:05 PM, Ch

RE: dynamic-axis plugin

2013-09-27 Thread Sandell, Robert
By forking a repo in GitHub (by the click of a button) you put a copy of it in your account. From there you make your changes and then make a pull request from that repo. You can read more about it here: https://help.github.com/articles/fork-a-repo Robert Sandell Software Tools Engineer - SW En

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Ulli Hafner
Ok, it is still referencing subversion. You need to add in your pom: scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git scm:git:g...@github.com:jenkinsci/${project.artifactId}-plugin.git https://github.com/jenkinsci/${project.artifactId}-plugin Ulli Am 27.09.

Problems with Buildhive builds of github-api

2013-09-27 Thread Luca Milanesio
Seems that Buildhive is not able to communicate with GitHub for pulling changes and running builds: https://buildhive.cloudbees.com/job/kohsuke/job/github-api/97/console stderr: fatal: Unable to look up github.com (port 9418) (Name or service not known) Can someone have a look on the machine ?

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Vivekanand S V
I've tried it and that step was done and it went till finishing running the tests. After that while committing the pom I get this error [INFO] Checking in modified POMs... > [INFO] Executing: /bin/sh -c cd > /Users/vivekanand/NetBeansProjects/copy-to-slave-plugin && svn > --non-interactive commit

Re: dynamic-axis plugin

2013-09-27 Thread nathan grunzweig
i'm unfamiliar with forking. i git cloned and fixed it locally and have everything set up in my branch. where does forking come into play? 2013/9/26 Emanuele Zattin > Hello Nathan, > > Fork the repo, create a branch in your fork, and code in that branch. when > you feel it's ready make a push

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Vivekanand S V
I found a discussion which says we need to do this. I'm going to try it now, is it the right way or just a workaround till a fix gets ready ? On Fri

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Vivekanand S V
I added repo details in maven settings.xml and ran the mvn release command and I got this :) [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:prepare > (default-cli) on project copy-to-slave: Execution default-cli of goal > org.apache.maven.plugins:maven-re

Re: Request for access to copy-to-slave plugin

2013-09-27 Thread Ullrich Hafner
You need to revert the version back to -SNAPSHOT. Maven will automatically fill in the correct version. I'm not sure if the SCM section is derived from our parent Pom. Maven will create a new TAG during the release. So that section needs to be present. You can run mvn help:effective-pom to see the