Unnecessary builds triggered after master or slave restart

2013-07-24 Thread Sebastian Gozin
Every time I restart the master node or even 1 of the slaves it seems to trigger every build which results in dozens of builds which have no new changes building and triggering other builds. I don't really understand why this is happening considering I have git polling set for midnight and it cl

Avoid script shell build failure

2013-07-24 Thread Adrien Ruffié
Hello all, Into one job I have the following script shell build step : git status > /tmp/git.status grep " webapp/res/description.xml " /tmp/git.status >/dev/null returncode=$? if [ "$returncode" -eq "0" ]; then git add -- webapp/res/description.xml git commit --verbose -F

Re: Avoid script shell build failure

2013-07-24 Thread Dirk Heinrichs
Am Mittwoch, 24. Juli 2013, 11:25:10 schrieb Adrien Ruffié: > Do you have an idea, how I can avoid this failure and continu other build > step and enter into else statement ? It's because the script is started with -xe. -e lets the script fail as soon as any command exits with non-zero return co

Slicing ant build steps

2013-07-24 Thread Andreas Ebbert-Karroum
Hi, at my current client, they will have many similar jobs to manage. The jobs are basically parametrized ant jobs that pull sources from Subversion. Besides there are some other options and plugins enabled : - Discard Old Builds - Delete workspace before build starts - Copy files int

Slow performance of Jenkins and deleting builds.

2013-07-24 Thread Ian Wood
Recently we have found our Jenkins getting slower and slower. * Clicking on a job to see the history is slow as it * Navigating to the main page. By slow I mean it can take 30 to 120 or so seconds. We have 25 jobs with numbers of builds ranging from 10 or so to at most 1756. Most of

Jenkins doesn't load all jobs on startup

2013-07-24 Thread Andreas Ebbert-Karroum
Hi everybody, during startup, jenkins fails to load all jobs. Which jobs that are is a bit random, and after some tries of stop / restart, they are eventually all there. What's the best logger to use for producing some meaningful log output, because at the moment, the logs do not contain anything

Re: Slicing ant build steps

2013-07-24 Thread Eric Pyle
We make extensive use of the template project plugin at my workplace. We have over 900 jobs, many of them similar, performing continuous and nightly build and tests. I have not seen any issues related to the use of templates. We also do delete workspace before build, clear workspace before buil

RE: Avoid script shell build failure

2013-07-24 Thread Stanley, Jason
Good explanation here. http://thingsyoudidntknowaboutjenkins.tumblr.com/post/30255425955/why-does-jenkins-think-my-build-succeeded -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Dirk Heinrichs Sent: Wednesday, July 24, 2

Re: Slicing ant build steps

2013-07-24 Thread Andreas Ebbert-Karroum
Eric, thanks for your feedback. Much appreciated! Kind Regards, Andreas 2013/7/24 Eric Pyle > We make extensive use of the template project plugin at my workplace. We > have over 900 jobs, many of them similar, performing continuous and nightly > build and tests. I have not seen any issues r

Re: Avoid script shell build failure

2013-07-24 Thread JonathanRRogers
On Wednesday, July 24, 2013 5:49:46 AM UTC-4, Dirk Heinrichs wrote: > > Am Mittwoch, 24. Juli 2013, 11:25:10 schrieb Adrien Ruffié: > > > Do you have an idea, how I can avoid this failure and continu other > build > > step and enter into else statement ? > > It's because the script is started w

Re: Avoid script shell build failure

2013-07-24 Thread JonathanRRogers
On Wednesday, July 24, 2013 12:53:09 PM UTC-4, JonathanRRogers wrote: > > On Wednesday, July 24, 2013 5:49:46 AM UTC-4, Dirk Heinrichs wrote: >> >> Am Mittwoch, 24. Juli 2013, 11:25:10 schrieb Adrien Ruffié: >> >> > Do you have an idea, how I can avoid this failure and continu other >> build >>

Brad Bonkoski

2013-07-24 Thread Brad Bonkoski
great news: http://seo.dafna4u.com/vqo/Brad_Bonkoski/addrac.php?Brad_Bonkoski wyjzmBrad Bonkoski -- 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-use

RE: Avoid script shell build failure

2013-07-24 Thread Adrien Ruffié
Yes you’re right and it avoids if loop. Thank De : jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] De la part de JonathanRRogers Envoyé : mercredi 24 juillet 2013 18:55 À : jenkinsci-users@googlegroups.com Cc : dirk.heinri...@recommind.com Objet : Re: Avoid scrip

Releasing javadoc step doesn't finish ?

2013-07-24 Thread Adrien Ruffié
Hello, During my release job in jenkins all work fine but at the end of maven prepare:release, my job work indefinitely on this last line I think: [INFO] [WARNING] Source files encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! More log bel