Re: SVN: ignore post commit hooks on maven release

2013-07-19 Thread Dean Yu
Hi Steffen, The Subversion plugin gives you some options for specifying exclusions, if you click the Advanced button on the job configuration page. My first thought was that the appropriate thing to exclude by is a revision property, but I don't think you get that level of control over the Maven

Re: run windows batch file

2013-07-19 Thread Les Mikesell
On Fri, Jul 19, 2013 at 4:00 PM, Nateshkumar NS wrote: > > How can i configure/schedule Jenkins to run windows batch file with set of > commands to checkout and build application. > > I dont want this to happen after any build as running this command should > take care of that. Normally you would

run windows batch file

2013-07-19 Thread Nateshkumar NS
Hi How can i configure/schedule Jenkins to run windows batch file with set of commands to checkout and build application. I dont want this to happen after any build as running this command should take care of that. Thanks -- You received this message because you are subscribed to the Goog

Source safe configuration

2013-07-19 Thread Nateshkumar NS
I am new to Jenkins. I get the error while srcsafe.ini doesn't exist. Configuration error. Tried giving IP address, mapped drive path, made the folder where srssafe.ini resides as shareable. Nothing works. Please advice. Thanks. -- You received this message because you are subscribed to

Re: Windows XP slave agent launch failure on 1.519

2013-07-19 Thread Mark Lamourine
What path did you end up supplying to make it work? - Mark On Monday, June 24, 2013 4:25:23 PM UTC-4, Jonathan Daugherty wrote: > > > Jun 20, 2013 10:10:07 AM hudson.remoting.JarCacheSupport$1 run > > WARNING: Failed to resolve a jar 99359fe9ac016153261e724d92de37eb > > java.io.IOException: The

Integrating Github and MultiJob Plugins

2013-07-19 Thread Alan
Hey Jenkins Users, I'm trying to get the github plugin and the multi-job plugin to play nice together but I can't seem to get it right. Basically, I have this repo that I want to build every time a change is pushed to github so I configure the top-level multi-job project to point to the github

Re: strange heap space

2013-07-19 Thread Vincent Latombe
Hi, See [1] for a possible workaround (this is the one I use). Basically when using maven 3, you just have to prefix your deployment url with dav: (ex. dav:http://yourmavenserver). It will use the dav wagon instead of the default http one, which has the bad habbit of loading the full file in memor

Re: capture non standard test results

2013-07-19 Thread Pawel Jasinski
thanks, works like a charm -- 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 more options, visit https://groups.

SVN: ignore post commit hooks on maven release

2013-07-19 Thread Steffen Breitbach
Hi everyone! We're testing post commit hooks for SVN at the moment. Together with maven releases we have bit of a problem. If you allow concurrent builds in one job and start a release job, maven will commit to SVN twice, thus triggering two new builds trough the post commit hook. Is there a w

Re: strange heap space

2013-07-19 Thread Raouf Abdelhamid
Okay thanks guys, i'll check the activity of maven-deploy and give you some feedback 2013/7/19 Daniel Beck > IIRC a few years ago I experienced an issue with very large artifacts > being uploaded to an artifact repository. maven-deploy-plugin couldn't > handle files larger than one third of the

Re: strange heap space

2013-07-19 Thread Daniel Beck
IIRC a few years ago I experienced an issue with very large artifacts being uploaded to an artifact repository. maven-deploy-plugin couldn't handle files larger than one third of the available heap space. On 19.07.2013, at 12:09, Raouf wrote: > Hi there, > > I'm getting a java heap space that

Re: strange heap space

2013-07-19 Thread Vincent Latombe
Hi, Your memory problem is with maven JVM, not jenkins. Vincent Le 19 juil. 2013 12:09, "Raouf" a écrit : > > Hi there, > > I'm getting a java heap space that i can't really explain. i tried to increase the memory allocated to jenkins, but that doesn't change a thing > > The most strange thing,

strange heap space

2013-07-19 Thread Raouf
Hi there, I'm getting a java heap space that i can't really explain. i tried to increase the memory allocated to jenkins, but that doesn't change a thing The most strange thing, is that i configured jenkins to not launch sonar analysis if the build fails, but sonar analysis is launched anyway,

Re: capture non standard test results

2013-07-19 Thread Ulli Hafner
You can use the unit plug-in, it uses a similar approach: https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin Here you need to define a stylesheet that converts the format to a JUnit format. Ulli Am 19.07.2013 um 10:39 schrieb Pawel Jasinski : > hi > > I am looking for a way to capture n

capture non standard test results

2013-07-19 Thread Pawel Jasinski
hi I am looking for a way to capture non standard test results, similar to capturing warnings with custom warning parser. In case of warning parser it is a combination of regular expression and groovy snippet. Googling did not produce any obvious hit. Any suggestions are greatly appreciated. -

Virtualization or Private Cloud solution recommended

2013-07-19 Thread William Zhang
We have a powerful server want to set as jenkins master/slave. we need ~40 slaves (one executor per slave), 20 slaves run in all day,and 20 left start when you need. we research two solutions as below: - JClouds Plugin= jclouds <