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:
parent
98a45bd961
commit
a64d8e78f1
@ -34,7 +34,7 @@ public class PiperTestBase extends BasePipelineTest {
|
||||
|
||||
protected withPipeline(p) {
|
||||
pipeline << p()
|
||||
loadScript(pipeline.getAbsolutePath())
|
||||
loadScript(pipeline.toURI().getPath())
|
||||
}
|
||||
|
||||
private preparePiperLib() {
|
||||
|
Loading…
Reference in New Issue
Block a user