Re: Block Build when downstream project is *queued*

2012-02-09 Thread Didier Durand
Hi, Lock & Latch plugin should help you achieve what you need: https://wiki.jenkins-ci.org/display/JENKINS/Locks+and+Latches+plugin regards didier On Feb 9, 3:42 pm, Dirk Kuypers wrote: > Hi, > > is it possible to block a build as long as downstream projects are > queued, but not running? > >

members from india, bangalore east

2012-02-09 Thread Prabu, Saravana
Hi All, Is anyone from india, specially from Bangalore east ? Thanks & Regards, Saravana Prabu

Re: Upstream/Downsteam configuration

2012-02-09 Thread Didier Durand
Hi, Just go in the config of the upstream job and update the field Add Build Step > Build other projects > projects to build then choose your downstrean projects to launch and decide when to build them (always, only on success, etc.) regards didier On Feb 9, 6:09 pm, Sebastian Otaegui wrote:

Scheduler build

2012-02-09 Thread Suri
Hi, If I make multiple scheduler jobs with same time, is this impact Jenkins service? Recently we had an issue with Jenkins web page. We are getting the below error message frequently. This Webpage is not available. ERROR 324 (Net::ERR_EMPTY_RESPONSE): Unknown error The webpage at http://10.10.34

Xvnc on Mac Server with Jenkins running under tomcat

2012-02-09 Thread dwitz
Has anyone been able to get the xvnc plugin working when running Jenkins from tomcat on a headless mac server? I get the following error FATAL: Cannot run program "vncserver" (in directory "/Library/Jenkins/jobs/flexUnitSampleCIProject/workspace"): error=2, No such file or directory java.io.IO

Re: ansi colors

2012-02-09 Thread Sami Tikka
Does your build generate color codes also when the output is not a TTY I.e. when piped to another process or redirected to a file? -- Sami Matt Fair kirjoitti 9.2.2012 kello 9.15: > I'm building my c++ code via cmake generated make file and command > line scripts. The cmake generated make fil

Re: selenium-grid issues?

2012-02-09 Thread Michael Higgins
On Thu, 9 Feb 2012 15:06:34 -0500 Richard Lavoie wrote: > Currently the plugin doesn't allow you to set anything about the > browser configuration, hence the version of the browser + it's binary > path. Thanks for the confirmation. > > This should be taken care of in my next release with the d

Re: selenium-grid issues?

2012-02-09 Thread Richard Lavoie
Currently the plugin doesn't allow you to set anything about the browser configuration, hence the version of the browser + it's binary path. This should be taken care of in my next release with the different configuration options. Are you willing to be a beta tester of that plugin version ? Ri

Re: selenium-grid issues?

2012-02-09 Thread Michael Higgins
Hey, folks... Thanks for the feedback so far. So what I have inherited is a set of 'rspec' tests. I've modified them to be able to consume an environment variable 'browser' when setting up the requested capabilities. So my build step is, export BROWSER=firefox ; rspec selenium_spec ; export BR

Upstream/Downsteam configuration

2012-02-09 Thread Sebastian Otaegui
Hello guys, Is there a way to modify the upstream/downstream relationships between jobs? I though I saw an option like that in the past but I cannot find it, may be a plugin that we removed? Thanks in advance -- Those who do not understand Unix are condemned to reinvent it, poorly. Any suffic

Re: Tomcat task dies

2012-02-09 Thread Lee Meador
Thanks. Found something. Will take a while to see if it is the problem or only the first problem to be found. I had not (imagine me blushing) added the setenv.sh file into Tomcat's bin folder. I had only put the memory setting into setenv.local in Tomcat's conf folder. That meant I was never chan

warnings plugin

2012-02-09 Thread Nord, James
Hi, We have the warnings plugin enabled - which looks for javac and javadoc warnings in the maven2 type build. All is fine until I ran a release. The warnings plugin took about 9.5 hours (yes nine and a half) to parse the console to find the javadoc warnings!? A build of deploy site-deploy wit

Re: Q: CI-Game + Maven + Jenkins

2012-02-09 Thread Christoph Kutzinski
Sounds like you're hit by this bug in the ci-game plugin https://issues.jenkins-ci.org/browse/JENKINS-5819 Original-Nachricht > Datum: Thu, 9 Feb 2012 04:27:13 -0800 (PST) > Von: magenta > An: Jenkins Users > Betreff: Q: CI-Game + Maven + Jenkins > Hi! > > I´m quite despera

Re: Tomcat task dies

2012-02-09 Thread Les Mikesell
On Thu, Feb 9, 2012 at 9:17 AM, Lee Meador wrote: > > Any ideas on how to figure out whether it just needs more memory or > something is eating (slowly or rapidly) itself out of memory space? > > Give the jvm enough more memory to run longer and then monitor with jconsole to see if the usage leve

Re: jenkins and git over windows7 permission denied

2012-02-09 Thread Sami Tikka
The problem is this: Permission denied (publickey). So, you did everything explained in http://help.github.com/win-set-up-git/ ? Including step 5, test that it works? -- Sami adryen kirjoitti 9.2.2012 kello 11.12: > Permission denied (publickey).

Re: make is not detected

2012-02-09 Thread Sami Tikka
It would help us help you if you showed us the exact error message -- Sami Bobby kirjoitti 9.2.2012 kello 12.30: > Hi , >For the first time , i am trying to setup a c++ source code on > jenkins. > > It iscompiled using "make". > > Now i am using jenkins to establish continous integration

Re: Tomcat task dies

2012-02-09 Thread Sami Tikka
I have been told by a java developer that permgen space is where the classes are loaded. To me it sounds like it is not a memory leak. Like I said, I use jconsole for monitoring the JVM. -- Sami Lee Meador kirjoitti 9.2.2012 kello 17.17: > Found it. Lots of "out of memory" errors repeated in

build step with windows sdk shell

2012-02-09 Thread Simon Haegler
dear fellow jenkins users i have two somewhat related questions about building native applications in windows slaves. 1. what is the easiest/cleanest way to make the "windows batch command" shell behave like the windows sdk shell? calling SetEnv.cmd does not work for me. my current solution is to

Re: how does cron scheduler (timer) works?

2012-02-09 Thread Lee Meador
Is it a job that runs every 5 min or a job that check for changes to the source code control system every five minutes? If the latter, it could be it only finds changes twice that hour or it could be doing the "quiet period" thing and waiting for people to quit making changes for a few minutes. A l

Re: Tomcat task dies

2012-02-09 Thread Lee Meador
Found it. Lots of "out of memory" errors repeated increasingly quickly. Mostly PermGen space. Sort of a melt-down with lots of build tasks and tasks talking to the slaves starting and dying quickly until the whole Tomcat task gave up the ghost. The monitoring plugin doesn't show any growth in memo

Block Build when downstream project is *queued*

2012-02-09 Thread Dirk Kuypers
Hi, is it possible to block a build as long as downstream projects are queued, but not running? Background: We have a continuous compile job triggered by SCM changes which starts about 30 unit test jobs after successfull compile. Most test jobs copy their workspace via copy-workspace-scm plugin f

Re: how does cron scheduler (timer) works?

2012-02-09 Thread Wesley Zhang
i double checked, the build only took 1 min. Took 1 min 42 secon qa-ci204 On Thu, Feb 9, 2012 at 6:28 AM, Sami Tikka wrote: > Domi's reply is true. If you really wan

Q: CI-Game + Maven + Jenkins

2012-02-09 Thread magenta
Hi! I´m quite desperate after searching for a solution day after day. Maybe you could help me. I´m afraid the solution is much too obvious.. Setup: Jenkins ver. 1.418 Maven 3 Game Plugin for Jenkins activated for certain jobs 1.18 maven-checkstyle-plugin:2.8 findbugs-maven-plugin:2.3.2 Build Job:

make is not detected

2012-02-09 Thread Bobby
Hi , For the first time , i am trying to setup a c++ source code on jenkins. It iscompiled using "make". Now i am using jenkins to establish continous integration The problem here is , i have written a sample .bat file which calls the "make" command.The command is never executed. wh

jenkins and git over windows7 permission denied

2012-02-09 Thread adryen
Hello all, I try to checkout a git project in one Jenkins build, but the following error occurs: Any one have an idea ? I think the problem is linked to my RSA public key, but I have copy/ paste in “ssh public keys” into github.com and my account I have use the id_rsa.pub into my C:\Users\a.ruffi