ghale / gradle-jenkins-plugin

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

Allow integration tests to work under windows #75

Closed ghost closed 8 years ago

ghost commented 8 years ago

The integration tests do not pass when building under windows. This fix allows them to pass.

ghale commented 8 years ago

Ah, good ol' windows backslash...Thanks for the contribution!