NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-06 Thread Andreas Jung
I am receiving the following error in the login screen after upgrading from 1.504 to 1.510...how to proceed? Andreas java.lang.NullPointerException at com.thoughtworks.xstream.converters.ConversionException.add(ConversionException.java:65) at com.thoughtworks.xstream.XStream.un

Re: Parallel builds

2013-05-06 Thread Mohan Radhakrishnan
Hello, Could you point out a sample for the approach you are recommending ? Is the 'Build Flow plugin' another way of doing what you mean ? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this g

Re: NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-06 Thread Ulli Hafner
Please create an issue in the issue tracker. Ulli Am 06.05.2013 um 11:05 schrieb Andreas Jung : > I am receiving the following error in the login screen after upgrading > from 1.504 to 1.510...how to proceed? > > Andreas > > java.lang.NullPointerException > at > com.thoughtworks.xstream

Assign private key to svn login

2013-05-06 Thread richared79
Hi. I want to set up check out from SVN using private key. However, the key is not on my local disk, and Jenkins will not accept a path to where the key is located. Is there any way around this issue? I cannot download the private key to my own computer in order to upload it again. Is there an

How to enable full logging in the CVS plugin ?

2013-05-06 Thread Barthélémy
Hello, I would like to understand why one of our CVS repositories behaves differently from another when getting the symbolic names. For this I would like to know what exact cvs commands are executed by the plugin. Therefore, how do I enable full logging for the CVS plugin and where will the lo

Re: How to enable full logging in the CVS plugin ?

2013-05-06 Thread ogondza
https://wiki.jenkins-ci.org/display/JENKINS/Logging -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For

Re: Trigger Build Only for Commits to Particular Branch

2013-05-06 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The JSON blob sent by GitHub is already parsed (if you have the GitHub plugin installed and point the webhook to it properly), but it doesn't contain very much useful information. Essentially the URL of the repository that was changed is extracted from it, then all jobs that use the Git SCM are

Re:Controlling which branch is built with a parametrized build and the Github Webook

2013-05-06 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
I tried this arrangement some time ago and ended up dropping it, because it can't work the way I (and you) want it to work. When the webhook 'poke' comes in, the job will look at the repository to see what has changed and determine whether any builds should be launched. It will match up the ch

RE: can't start slaves anymore, ssh auth failing - FIXED

2013-05-06 Thread Haszlakiewicz, Eric
Oh, I suppose that explains it. Well ssh favors the rsa key too, but ssh doesn't give up if the first key doesn't work. If the ssh slaves plugin, or the credentials plugin, or whatever actually controls this is stopping after trying the first key then that's a pretty significant regression. I'

nar-plugin integration

2013-05-06 Thread Rob Campbell
I'm attempting to use Jenkins for CI of a C++ project which is built using the maven-nar-plugin. I'd like to know how I could better integrate the nar-plugin with Jenkins so that failed tests do not cause a broken build, but instead cause an unstable build, as with JUnit tests for Java. The nar

Auto Node startup?

2013-05-06 Thread Hays Clark
I just started using Slave nodes. I immediately setup my box to use SSH to remotely startup so that the master box could start a slave node. However, I was surprised that you need to manually start the nodes. Is there a easy way to have Jenkins auto start slave nodes? -- You received this m

Re: nar-plugin integration

2013-05-06 Thread Dean Yu
Hi Rob, Usually, build steps that return with a non-zero exit code is what marks a build as failed. Test reporters, like the built in Junit reporter, can downgrade a build from successful to unstable if it discovers failed tests in the test results. It sounds like the maven-nar-plugin might be

Re: nar-plugin integration

2013-05-06 Thread Rob Campbell
Aha. Thank you, Dean. That's a good first step. I can add some Maven configuration and change my test runner to return zero as needed. And then to indicate to Jenkins that I want to downgrade the build from successful to unstable? I'll look into outputting test results in a format consumable by

Re: Job scheduling for 2 independent Repos does not schedule them in parallel

2013-05-06 Thread felix schwitzer
Did you configure your slave to have more than one '# of executors' ? See 'manage jenkins -> manages nodes -> (nodename) -> configure' On 2013-04-30 01:50, rakhee Kulkarni wrote: Folks, I have Jenkins configured with multiple slaves and I have builds running of off two independent Repos. I not

Re: nar-plugin integration

2013-05-06 Thread Dean Yu
If you're using the Maven project type, it publishes the test results automatically, so there's nothing else to configure. If you're using a freestyle project, all you need to do is check the appropriate publish test report post-build action, and it will automatically downgrade a successful bui

Re: NullPointerException after 1.504 -> 1.510 Upgrade

2013-05-06 Thread filtered
I did: https://issues.jenkins-ci.org/browse/JENKINS-17869 Is there any chance to revert somehow? Downgrading to 1.504 gives me the same error now. Andreas 2013/5/6 Ulli Hafner > Please create an issue in the issue tracker. > > Ulli > > Am 06.05.2013 um 11:05 schrieb Andreas Jung : > > I am r

Run job under different credentials

2013-05-06 Thread Aharon Twizer
Hi Guys, I'm trying to deploy my job artifacts to my Prod environment (All windows servers). The problem is that my Jenkins servers lays in one domain any my prod servers are in a different one, so I must supply credentials for the deploy process. How can I run specific job(The one that deplo

Re: How to enable full logging in the CVS plugin ?

2013-05-06 Thread Barthélémy
Hello, Thank you for your reply. I had read this page in the wiki. However, I still don't know the logger's name for the CVS plugin. I tried hudson.plugins.cvs but as I don't get anything I thought it might log somewhere else. Cheers, Barth On Monday, May 6, 2013 1:40:45 PM UTC+2, ogondza w

Re: How to enable full logging in the CVS plugin ?

2013-05-06 Thread Barthélémy
Hello, Actually the logger hudson.plugins.cvs is the correct one. I was mislead by the fact that nothing appears in "all logs" under this logger, but it appears in the main log. Thank you for your help, Barth On Monday, May 6, 2013 1:37:32 PM UTC+2, Barthélémy wrote: > > Hello, > > I would