Re: Pass parent workspace in build flow

2015-10-05 Thread James Nord
no matter what you do this is not really a good thing to do and does not scale (the workspace is tied to the node) - so you will require all the jobs to run on the same node (it is a good practice to have a single exectutor per node - so you can see where this is heading!). If you want to do

Re: Running build across slave nodes

2015-10-05 Thread James Nord
workflow with a parallel fork will give you this if you can do the "split" (that is you will only have one workflow build). On Sunday, October 4, 2015 at 10:20:05 PM UTC+1, uscen...@gmail.com wrote: > > I am using

How is the TFS plugin supposed to checkout sources on remote nodes

2015-10-05 Thread Andy Falanga
I've updated my TFS plugin to 4.0.0 (the latest). Jenkins is running on a Windows system. I must build in Linux. We have 3 systems configured as slave nodes for this purpose. The project that I configured in Jenkins did farm the job to one of the correct slave nodes. However, although the

Re: Templates Plugin (Jenkins Enterprise)

2015-10-05 Thread Martin Ba.
>> ... you can dynamically change the logic of a build job by inventing your own job attributes. << Could you elaborate? I don't quite follow. cheers, Martin On 05.10.2015 13:57, Walter Kacynski wrote: I use the Enterprise Templates extensively. They are very powerful but difficult to

Re: [Rebuild plugin] Request for feedback about current behaviour for build cause

2015-10-05 Thread Baptiste Mathus
Yes, that's also my opinion, the issue is in the Rebuild Plugin. And I'm thinking the cause was maybe reused involuntarily, since the "contract" of the Rebuild Plugin has always been "*rebuild* a *parametrized build* without entering the *parameters* again" and not to rebuild the last build

Re: Running build across slave nodes

2015-10-05 Thread uscengineer
Thanks Victor. The feedback is always appreciated. Selenium Plugin uses the old selenium grid and server setup. Our tests are basically kicked off from the slaves and run on Sauce Labs. The grid is not really needed unless it would provide a performance boost. I'll take a look at the other

Re: Running build across slave nodes

2015-10-05 Thread Victor Martinez
Hi, Let me also add more details, if you don't mind :) There are different approaches but as far as I see, if you use selenium, have you considered to use https://wiki.jenkins-ci.org/display/JENKINS/Selenium+Plugin ? You can use different Configuration as Code paradigms but in any case you

Re: Running build across slave nodes

2015-10-05 Thread uscengineer
Thanks James. I was considering that but was not sure if that would work. Definitely will take a look. On Monday, October 5, 2015 at 11:31:48 AM UTC-7, James Nord wrote: > > workflow > > with a parallel fork will give you

Re: Jenkins crashing after 1.631 update and disabling mailer

2015-10-05 Thread Victor Martinez
Hi, Are you sure the mail plugin is there? since "Caused by: java.lang.NoClassDefFoundError: hudson/tasks/Mailer$UserProperty" means that plugin is not part of the installation. A bit weird as the mail plugin is part of the jenkins default plugin list afaik. You could reinstall it and see

Re: Jenkins crashing after 1.631 update and disabling mailer

2015-10-05 Thread Slide
If you have other plugins that use the classes from Mailer, then yes, it will definitely crash. On Mon, Oct 5, 2015 at 2:48 PM Zach La Celle wrote: > So I figured out how to re-enable the mailer plugin from the terminal, and > it starts fine. So it looks like disabling this

Jenkins crashing after 1.631 update and disabling mailer

2015-10-05 Thread Zach La Celle
I recently upgrade to 1.631, and rebooted/ran successfully. I have also had issues with Extended Mailer Plugin emailing when it shouldn't, so I tried disabling it in the plugin list. Now, when I restart Jenkins, I get this: SEVERE: Failed Loading global config java.io.IOException: Unable to

Re: Jenkins crashing after 1.631 update and disabling mailer

2015-10-05 Thread Zach La Celle
So I figured out how to re-enable the mailer plugin from the terminal, and it starts fine. So it looks like disabling this plugin crashes Jenkins. On Oct 5, 2015 5:29 PM, "Victor Martinez" wrote: > Hi, > > Are you sure the mail plugin is there? since "Caused by: >

Re: [ANN] mailing list for JAM coordination

2015-10-05 Thread Alyssa Tong
If anyone is interested in becoming a Jenkins Area Meetup (JAM) organizer please see HERE for suggestions on how to get started. And if you're not able to become an organizer we're always in need of: speakers, food sponsors, venue

"Unsufficient memory" on server startup

2015-10-05 Thread Trevor Williams
Hi all, First time user of Jenkins here, and having a bit of trouble getting it started. From the Linux shell I run a command like: java -Xms512m -Xmx512m -jar jenkins.war and consistently get an error like: # There is insufficient memory for the Java Runtime Environment to continue. #

RE: Pass parent workspace in build flow

2015-10-05 Thread Ginga, Dick
You might find this easier: Build (“job1”, parent_workspace: build.properties["environment"]["WORKSPACE"]) From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of GS_L Sent: Sunday, October 04, 2015 1:47 AM To: Jenkins Users Subject: Re: Pass parent

Re: Re: Templates Plugin (Jenkins Enterprise)

2015-10-05 Thread Walter Kacynski
I use the Enterprise Templates extensively. They are very powerful but difficult to debug at times. I run a second "Test" master that I use to stage template changes to make sure that everything goes as planned before issuing updates to my production jobs. The great thing about these is that

Re: [Rebuild plugin] Request for feedback about current behaviour for build cause

2015-10-05 Thread Walter Kacynski
I think that this is a problem with the rebuild plugin. It should be adding a UserCause to the chain. However, this would technically change the build if that build was relying on the state of how the build was triggered. Maybe rebuild could annotate the SCM badge with a special note if BTB

Error during start of Xvfb in jenkins

2015-10-05 Thread Niels Berghen
Dear, At the start of our jenkins build, we sometimes receive the following error. This exception only occurs once every few builds, so it seems to appear randomly. We currently run jenkins v1.570 xvfb jenkins plugin v1.0.16 xvfb v2:1.16.4-1 Kind regards, Niels Berghen Xvfb starting$

Re: Error during start of Xvfb in jenkins

2015-10-05 Thread Victor Martinez
Hi, Ping started on 1443927763105 hasn't completed at 1443928003105 It looks like some networking issue, doesn't it? Is your NTP server synchronized with those jenkins slaves? I'm not an expert on that matters, but it might be the root cause. I hope it helps Cheers On Monday, 5 October