linux slave won't connect

2016-08-09 Thread Gergely Brautigam
Have you tried restarting it? Is there an ip collision? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view t

Re: Aggregating Downstream test results - Not working though everything is setup fine

2016-08-09 Thread Gergely Brautigam
Hi Alok! The clue is this part: "What I did wrong was that, in the upstream job I waited for the downstreams to finish. And that was wrong!" This means that your jobs aren't finishing before that. It needs to be a fire and forget, because, as you said, the post build action must run. Now, thi

Re: Job DSL Extracting into Groovy Script

2015-10-13 Thread Gergely Brautigam
Thanks! Sorry, didn't knew there was such a list. I'll take it there as well. Thank you! I'll try your suggestion once I'm in. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it

Job DSL Extracting into Groovy Script

2015-10-13 Thread Gergely Brautigam
Hi guys. I'm trying to extract some common stuff from a JOB DSL file into some scripts which I can then use to augment my jobs to insert some common stuff. So I'm doing it like the example showed it => package utilities class MyUtilities { static void addMyFeature(def job) { jo

Re: Aggregating Downstream test results - Not working though everything is setup fine

2015-09-18 Thread Gergely Brautigam
s wrong! Cheers! Gergely On Friday, 18 September 2015 08:54:44 UTC+2, Gergely Brautigam wrote: > > Btw. What did you mean by, simple artefact such as a timestamp? What's a > timestamp as an artefact? :) > > On Friday, 18 September 2015 07:05:00 UTC+2, Gergely Brautigam wrot

Re: Aggregating Downstream test results - Not working though everything is setup fine

2015-09-17 Thread Gergely Brautigam
Btw. What did you mean by, simple artefact such as a timestamp? What's a timestamp as an artefact? :) On Friday, 18 September 2015 07:05:00 UTC+2, Gergely Brautigam wrote: > > And that would be enough to create the connection between the two jobs? > Even though there are no test

Re: Aggregating Downstream test results - Not working though everything is setup fine

2015-09-17 Thread Gergely Brautigam
And that would be enough to create the connection between the two jobs? Even though there are no tests performed on the timestamp? The connection is enough? I'll try to do that once I get to work. Thank you very much for the suggestion! :-) -- You received this message because you are subscri

Aggregating Downstream test results - Not working though everything is setup fine

2015-09-17 Thread Gergely Brautigam
Hello guys. I know this has been chewed upon many times, and I've read blogs after posts after questions and answers and descriptions and every damn thing I was able to find on the internetz, still, I can't get aggregation to work. I have a project main-aggregator who has 6-10 other jobs confi

Re: Moving a job to a Folder

2015-08-10 Thread Gergely Brautigam
Hi Dan. It's simple. On the Job, on the Left side, you see this option => Move Click on that, and select the directory in which you would like to move the job. This will also u