Open cdenneen opened 8 years ago
Since JJB handles raw XML inline would it be useful for the parts it can't convert properly to just configure those to become raw xml?
similar to:
triggers: |
<hudson.triggers.SCMTrigger>
<spec>*/5 * * * *</spec>
</hudson.triggers.SCMTrigger>
I think that's a really great idea to just write out the XML for stanzas that JJW cannot translate to YAML. I'd happily merge a pull request that does that!
Ran into this today with the shelveproject plugin.