Re: Dedicated Executors for specific Jobs

2016-05-19 Thread Mehdi Hayani
Hello, thank you for your answer :) I'll try to set the same machine as SSH slave and dedicate this slave to deployment job only. Regards, Mehdi 2016-05-19 15:04 GMT+02:00 'Björn Pedersen' via Jenkins Users < jenkinsci-users@googlegroups.com>: > > You can have slaves running on the master (usi

Re: Dedicated Executors for specific Jobs

2016-05-19 Thread 'Björn Pedersen' via Jenkins Users
You can have slaves running on the master (using docker has been named). The simplest solution ist to use e.g. a ssh slave on the same machine. Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rec

Re: Dedicated Executors for specific Jobs

2016-05-19 Thread Dirk Heinrichs
Am 19.05.2016 um 11:37 schrieb Mehdi Hayani: > PS: Adding a slave is not possible for the moment, So I should deal > with the only server I have :) If that slave is Linux, it could as well dynamically create and run Docker slaves and use these to run the job. HTH... Dirk -- *Dirk Heinrich

Dedicated Executors for specific Jobs

2016-05-19 Thread Mehdi Hayani
Hello Team, I'm in charge of maintaining a mutualized continuous integration platform which is based on Jenkins. Actually for each integrated project we create a specific Job for deployment: its role is to only send a list of parameters among them the environment to an external tool which is resp