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

Not all config parts are converted #41

Open iRobertas opened 7 years ago

iRobertas commented 7 years ago

Hello, I tried to convert config.xml and see that not all config parts are converted. I get output like:

  #(Element:0x1410e8c {
      name = "hudson.plugins.templateproject.ProxySCM",
      attributes = [
        #(Attr:0x1410c34 {
          name = "plugin",
          value = "template-project@1.5.2"
          })],
      children = [
        #(Text "\n        "),
        #(Element:0x140fc6c {
          name = "projectName",
          children = [ #(Text "template_GIT")]
          }),
        #(Text "\n      ")]
      }),
    #(Text "\n    ")]
  }),
#(Text "\n  ")]

}) }

So as I understand, not all plugins are supported. What info you need ? Where I can upload my config file ?