We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ba753 commit ec0395fCopy full SHA for ec0395f
build.gradle
@@ -27,7 +27,9 @@ task runPipelineTester(type: Exec) {
27
} else {
28
args = ''
29
}
30
+ def currentDir = System.getProperty("user.dir")
31
32
+ environment PYTHONPATH: "${currentDir}/src/python"
33
workingDir 'src/groovy'
34
commandLine 'groovy', 'PipelineTester.groovy', "$args"
35
0 commit comments