visualphoenix / jenkins-xml-to-jobdsl

Translates jenkins xml jobs into jobdsl groovy using ruby and nokogiri
Apache License 2.0
44 stars 16 forks source link

Handle channels XML node. #20

Closed hekaldama closed 7 years ago

hekaldama commented 7 years ago

The only examples I found of this are empty, and I cannot find anything in the docs / source of JobDSL that seemed to indicate it is used.

visualphoenix commented 7 years ago

What happens if you create the plugin yourself in Jenkins and configure it to join multiple channels?

hekaldama commented 7 years ago

Good call. I did this and it appears that the irc plugin generates this <channels/> node when there are multiple channels defined.