plouc / mozaik-ext-jenkins

Mozaïk jenkins widgets
MIT License
10 stars 26 forks source link

Using multiple Jenkins servers #6

Open tomav opened 8 years ago

tomav commented 8 years ago

Is there a way to configure multiple Jenkins instance? I tried to change jenkins to jenkinsA and jenkinsB in the config file and calling jenkinsA.job_status, but it doesn't work. Before digging more, I was wondering if you know an existing solution.

Thank you.

plouc commented 8 years ago

@tomav, unfortunately, no, the problem being the env var based configuration with multiple instances. I don't have a solution for now, but I'll think about that :smile_cat:

tommywo commented 8 years ago

@plouc have a look at https://github.com/codeandfury/hubot-jenkins-enhanced. they are supporting env var based configuration with multiple instances

oferkirsh commented 7 years ago

@plouc do you think you'll have a solution to this issue ?