Re: Unable to schedule paralell builds using build flow dsl (java.util.ArrayList in place of set of closures)

2015-10-27 Thread Jakub Gladykowski
kins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Jakub > Gladykowski > *Sent:* Monday, October 26, 2015 10:23 AM > *To:* Jenkins Users > *Subject:* Unable to schedule paralell builds using build flow dsl > (java.util.ArrayList in place of set of closu

Unable to schedule paralell builds using build flow dsl (java.util.ArrayList in place of set of closures)

2015-10-26 Thread Jakub Gladykowski
Hi all, Coming from Python world, I'm trying to schedule paralell execution of builds using build flow plugin. However I fail everytime, using simplest implementation from internet: build_number = '1234' //Get all jobs from folder '1234' jobs =

Start a job on slave / node that just connected to master server

2016-03-11 Thread Jakub Gladykowski
http://wiki.jenkins-ci.org/display/JENKINS/Startup+Trigger will trigger build, whenever slave / node will connect. You can restrict on which slaves this build will be triggered, by using labels. However all I want to do, is to trigger this job, only on the slave / node that just connected. I

Re: Jenkins Task - Is it possible to add a windows shell commands as a step ( on Windows salve) inside a Linux master job.

2016-03-11 Thread Jakub Gladykowski
Hi, While installing GIT, many UNIX commands can be installed and added to path https://git-scm.com/ Then you can execute some shell commands on Windows slave. This is fast approach. Full approach would involve installing CYGWIN or some other stuff. On Friday, March 4, 2016 at 9:10:32 AM

Re: Start a job on slave / node that just connected to master server

2016-03-11 Thread Jakub Gladykowski
On Friday, March 11, 2016 at 1:01:01 PM UTC+1, Simon Richter wrote: > > This seems like a good time to ask what you *actually* want to do[1]. > >Simon > > [1] http://xyproblem.info/ > I need to reboot slave few times during test. So whenever slave goes back online, I need to execute