[Docker] Multiple Jobs running in the same container instance

2016-12-06 Thread Florian Lier
Dear all, there are some great Docker plugins for Jenkins out there. However, I couldn't find one that actually solves the following problem: Let's assume we have a software system consisting of multiple components, e.g, written in C++, that are _dependent_ on each other. D is dependent on C,

External Jenkins Job Monitoring Application | FYI

2015-04-04 Thread Florian Lier
Dear all, I just wanted to let you know that I recently wrote a small 'external' application in order to provide a quick overview of Jenkins jobs. Writing this application was really a piece of cake since Jenkins already provides views and a convenient REST-Like JSON API. So, if you need some kind

Start a group of "components", check if they're running and trigger jobs accordingly

2013-07-13 Thread Florian Lier
Dear all, I have a quite interesting use-case for the Jenkins community. Okay, here's the problem statement: I have a robotic system, the system consists of several components, not all necessarily written in the same language and don't use the same start-up mechanism. I need to start a couple of

Re: Update to 1.473 breaks matrix jobs

2012-07-04 Thread Florian Lier
Hey, I downgraded to 1.472, everything's fine again. Best, Florian On 07/04/2012 06:09 PM, Hauser, Wolfgang (external) wrote: > Hello, > > if I update to Jenkins 1.473 all my matrix jobs aren't displayed > anymore. > > log reports following error: > SEVERE: Failed Loading job app_key_generator_

Re: ssh -X for build slaves?

2012-02-08 Thread Florian Lier
> > Mark Waite > > -------- > *From:* Florian Lier > *To:* Jenkins Users > *Sent:* Wednesday, February 8, 2012 11:30 AM > *Subject:* ssh -X for build slaves? > > Hey everyone, > > is it possible

ssh -X for build slaves?

2012-02-08 Thread Florian Lier
Hey everyone, is it possible to launch builds on a slave (Linux), launched via ssh btw, which make use of "X"? The only thing I can think of is to export $display vars on the slave, is there any other way? Cheers, Florian