1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-10 10:50:11 +02:00

Make base class working for windows also.

This commit is contained in:
Marcus Holl 2017-11-16 13:47:00 +01:00
parent 98a45bd961
commit a64d8e78f1

View File

@ -34,7 +34,7 @@ public class PiperTestBase extends BasePipelineTest {
protected withPipeline(p) {
pipeline << p()
loadScript(pipeline.getAbsolutePath())
loadScript(pipeline.toURI().getPath())
}
private preparePiperLib() {