Skip to content

Commit

Permalink
Merge pull request #75 from george-smith/master
Browse files Browse the repository at this point in the history
Allow integration tests to work under windows
  • Loading branch information
ghale committed Mar 28, 2016
2 parents 66dd72e + 329ef4a commit c9d54d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class AbstractJenkinsIntegrationTest extends IntegrationSpec {
buildFile << """
buildscript {
dependencies {
classpath files('${System.getProperty('jenkins.plugin')}')
classpath files('${System.getProperty('jenkins.plugin').replaceAll("\\\\", "/")}')
}
}
Expand Down

0 comments on commit c9d54d4

Please sign in to comment.