ghale / gradle-jenkins-plugin

Gradle plugin to programmatically configure Jenkins jobs.
123 stars 42 forks source link

Plugin should not push one-line xml so it plays nice with Jenkins Job Config History #66

Open u3r opened 8 years ago

u3r commented 8 years ago

Currently the plugin pushes a single line of XML (due to the fact that jenkins does not handle formatted xml well) Pull request https://github.com/ghale/gradle-jenkins-plugin/pull/64 proposes a format change for dumps that could be applied here.