Re: Build-Flow graph disappeared after restart jenkins

2013-12-12 Thread frank stockmans
We had a similar problem upgrading to LTS 1.504.9. Part of it was upgrading the buildflow plugin. We reverted to version 0.9 for now, till they fix a bug. So waiting for that release to upgrade. br/Frank On Thursday, December 12, 2013 6:20:54 AM UTC-8, zacky az wrote: > > Hi, > > After restart

[chef] Minitest

2013-12-12 Thread Eduardo Dias
Hi Chefs, I am experiencing a problem with the order that minitest is running. Does exist a way to say to minitest run in a desired order? Atenciosamente, Eduardo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this grou

How to turn off looking up the previous build?

2013-12-12 Thread Christian Goetze
I have a Jenkins job which can get triggered in a variety of ways, either via SCM polling or via a Gerrit trigger. The order in which the jobs are run has no real relationship to the ordering of the commits being built, so comparing the current build with the previous build is not very useful.

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-12 Thread Tim Drury
I had some success getting the Manage Old Data screen to work. Most of the time it will throw a ConcurrentModificationException, but occasionally it will list a few hundred records with the "Discard Old Data" button. I press the button and - again - sometimes it will "work" and sometimes throw

Groovy createUpdated question

2013-12-12 Thread Eric Pyle
I am using Groovy to try to update an existing build parameter. I based my work on this example from this list. However, I am getting an error saying my argument types are incorrect. Here's my code and the output from runni

"--sessionTimeout" and/or "Remember me on the computer"

2013-12-12 Thread VFloyd
As many people in the posts I have read on various internet sites have indicated, Jenkins session timing out is a great annoyance. I have read about a hack to the web.xml, the Bind DN and a couple of other "fixes". I also see that 1.528 supports: - Command line now supports "--sessionTimeo

How to Create/Save Email List

2013-12-12 Thread Peter Soncek
Hello, I would like to create/save a text file with a list of user email addresses that made changes for the specific build. I know that Jenkins somehow has this list because it sends an email to the list of culprits if the build failed. Regardless if the build failed or not, I would still li

Re: Combine one or more Trigger conditions

2013-12-12 Thread Vincent Latombe
Configure a daily polling at midnight, nous push hook Le 12 déc. 2013 14:30, "Erol KOCAMAN" a écrit : > Hi Rob, > > My problem is when selecting multiple build triggers, jenkins applies *OR > *case but I want *AND *case. > > On Thursday, 12 December 2013 14:34:56 UTC+2, Mandeville, Rob wrote: >>

Build-Flow graph disappeared after restart jenkins

2013-12-12 Thread zacky az
Hi, After restart Jenkins or Reload Configuration from Disk Build-Flow graph disappeared Jenkins ver. 1.542 on SUSE Linux Enterprise Server 11 SP2 (x86_64) buildgraph-view 1.1.1 CloudBees Build Flow plugin 0.10 Can you please let me know what i am doing wrong Regards Zacky -- You receive

Re: Access is denied. message appearing on trying to call ant targets any one hase an idea about this?

2013-12-12 Thread Mark Waite
How about DEL C:\ant-contrib-1.0b3.jar COPY %ANT_HOME%\ant-contrib-1.0b3.jar C:\ant-contrib-1.0b3.jar That source location (%ANT_HOME%) may not be the location to find the ant-contrib jar file, but if that is not the location, I suspect you can find it elsewhere on your system, or download it ag

Re: Combine one or more Trigger conditions

2013-12-12 Thread Erol KOCAMAN
Hi Rob, My problem is when selecting multiple build triggers, jenkins applies *OR *case but I want *AND *case. On Thursday, 12 December 2013 14:34:56 UTC+2, Mandeville, Rob wrote: > > When you configure a job, you can select multiple build triggers. You > want a “build periodically” trigger (

RE: Combine one or more Trigger conditions

2013-12-12 Thread Mandeville, Rob
When you configure a job, you can select multiple build triggers. You want a "build periodically" trigger (@midnight) and a "Poll SCM" trigger. --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Erol KOCAMAN Sent: Thursday, December 12, 2013 3:4

Re: Getting OutOfMemoryError (OOM) constantly in latest update to 1.542.

2013-12-12 Thread Nigel Magnay
So this is what is happening for us : - The build-usage plugin was displaying the problems at the beginning of the thread, so we disabled it. - Now, every build that we do, and every sub-project fills up the 'Old data' log, with hundreds of CannotResolveClassException: hudson.plugins.disk_usage.Bu

Re: Running a shell command on multiple/all slaves from script console

2013-12-12 Thread Dirk Heinrichs
Am 12.12.2013 10:33, schrieb Omer Weissman: > I want to execute an administrative shell script on all slaves using > the script console in Jenkins manage. Did you try the Debian distributed shell (dsh)? HTH... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Reco

Running a shell command on multiple/all slaves from script console

2013-12-12 Thread Omer Weissman
Hello, We are using Jenkins with multiple slaves (17 and soon more ), all are VBox Ubuntu guests. I want to execute an administrative shell script on all slaves using the script console in Jenkins manage. for example gathering mac addresses running ifconfig. I've tried to google the subject

Combine one or more Trigger conditions

2013-12-12 Thread Erol KOCAMAN
I have created a jenkins build that runs every @midnight but I wanna run this build at every midnight and also change is push to repo so How can I check every midnight, whether change is pushed or not? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenki