RE: Spawning process in a job seems to be non working

2014-09-03 Thread Matthew.Webber
My guess is that ant.env(key:'BUILD_ID',value:'DO_NOT_STOP_MY_PROCESS_JENKINS') sets the environment variable in the spawned process, but not in the parent (Jenkins). That value needs to be visible to the Jenkins process. Matthew Webber From: Gábor Lipták [mailto:gabor.lip...@gmail.com]

Re: Spawning process in a job seems to be non working

2014-09-03 Thread Gábor Lipták
As far as I understand it Jenkins generates a BUILD_ID. At the end of the job it iterates the processes, and if any has a matching BUILD_ID, it will be terminated. Do I understand it wrong? If not, then I do exactly what I should do, don't I? 2014. szeptember 3., szerda 10:40:51 UTC+2

Building Bar files with Jenkins and Maven

2014-09-03 Thread david guetta
Hello there, I have been struggling with a problem for a while, so just wanted to ask for some help. I set up Git, Bitbucket, Maven and Jenkins but I want to build the *.bar files from WMB in Jenkins using Maven. I can now successfully build a project in Jenkins which fetches files from

Active Directory logins

2014-09-03 Thread teilo
If the other domain is trusted by the main domain then this should just work. If it is not trusted the you are very likely out of luck. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails

How many Remote Nodes can Jenkins manage?

2014-09-03 Thread AVIV YAM SIMHAY
How many Remote Nodes can Jenkins manage?? Are there any limitations/memory issues? What is more effective: 1) 100 Nodes 1 executes per node ? 2) 5 Nodes with 20 executes per node ? TX! -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

Re: How many Remote Nodes can Jenkins manage?

2014-09-03 Thread Stephen Connolly
On 3 September 2014 14:46, AVIV YAM SIMHAY avi...@gmail.com wrote: How many Remote Nodes can Jenkins manage?? With tuning, we have customers who have got to the 500-1000 slave count. Are there any limitations/memory issues? No hard limits, you will hit CPU limits and entropy source

secret option not showing on headless start option

2014-09-03 Thread Scott Evans
We have an established Jenkins instance where I'm trying to set up a new node, which I've done many times before. However, previously when I've set up a new node it's given the headless command line to use of the format: java -jar slave.jar -jnlpUrl

SOLVED (using workaround): Re: Help needed with CLI puzzle: list-jobs works, but get-job doesn't

2014-09-03 Thread G Dameron
Daniel -- your SSH key suggestion did the trick. Thanks. On Friday, August 22, 2014 10:31:31 AM UTC-6, Daniel Beck wrote: There's a known issue with CLI authentication via --username not working for some commands in Jenkins 1.538-1.576. Try using SSH key based authentication. On

Problems after fix for issue 23263 Move hudson.tasks.junit to a bundled plugin

2014-09-03 Thread Reinhard Karbas
After going from version 1.575 to 1.578 now it seems the values for TEST_COUNTS is not set properly in Jenkins anymore and my email does not get generated properly Based on the description of this fix I assume this is the issue as the functionality was moved out to a new plugin However the name

Re: Problems after fix for issue 23263 Move hudson.tasks.junit to a bundled plugin

2014-09-03 Thread Slide
It's a bundled plugin, so you shouldn't need to install anything directly. On Wed, Sep 3, 2014 at 9:06 AM, Reinhard Karbas reinhard.kar...@gmail.com wrote: After going from version 1.575 to 1.578 now it seems the values for TEST_COUNTS is not set properly in Jenkins anymore and my email does

Re: Spawning process in a job seems to be non working

2014-09-03 Thread Gábor Lipták
Solution found. See on stackoverflow link. 2014. szeptember 3., szerda 10:43:23 UTC+2 időpontban Gábor Lipták a következőt írta: As far as I understand it Jenkins generates a BUILD_ID. At the end of the job it iterates the processes, and if any has a matching BUILD_ID, it will be

Events section on wiki

2014-09-03 Thread Alyssa Tong
Hi All, We now have an events section on https://wiki.jenkins-ci.org/display/JENKINS/Home. Pls reference this page for upcoming Jenkins events. JUC SF agenda https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+User+Conference+US+West+%28San+Francisco%29+Agendaand future JUC agenda(s) will be on

Re: Events section on wiki

2014-09-03 Thread Kohsuke Kawaguchi
To clarify, the event section is in https://wiki.jenkins-ci.org/display/JENKINS/Events and that it's now linked from the side bar. 2014-09-03 15:13 GMT-07:00 Alyssa Tong alyton...@gmail.com: Hi All, We now have an events section on https://wiki.jenkins-ci.org/display/JENKINS/Home. Pls

Re: Recently upgraded to Jenkins 1.576 seeing one of the builds running continuously with no changes

2014-09-03 Thread Christopher Orr
On 08/28/2014 09:34 PM, rajesh wrote: Hello, we recently upgraded to Jenkins 1.576 we are using Stash to host the git repository. Jenkins build machine is Linux centos the build keeps running back to back and never stops (about 17000 builds completed ). Have you checked the build pages,