Open tomav opened 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:
@plouc have a look at https://github.com/codeandfury/hubot-jenkins-enhanced. they are supporting env var based configuration with multiple instances
@plouc do you think you'll have a solution to this issue ?
Is there a way to configure multiple Jenkins instance? I tried to change
jenkins
tojenkinsA
andjenkinsB
in the config file and callingjenkinsA.job_status
, but it doesn't work. Before digging more, I was wondering if you know an existing solution.Thank you.