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

Finished out irc translation. #9

Closed hekaldama closed 7 years ago

hekaldama commented 7 years ago

This implements all that I could find and uses the configure closure to do the rest. Tested to be working on localhost with required plugins installed.

visualphoenix commented 7 years ago

Looks great! Love the way you did the configure block!