Skip to content

Commit b17f30c

Browse files
committed
update 2
1 parent 25ce37a commit b17f30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sharedLibrary/toolsJenkisn.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class toolsJenkisn implements Serializable{
2727
String report = steps.libraryResource(encoding: 'utf-8', resource: "dataLake/local.sh").stripIndent()
2828

2929
steps.writeFile(
30-
file: "${env.WORKSPACE}/local.sh",
30+
file: "${script.env.WORKSPACE}/local.sh",
3131
text: report
3232
)
3333

0 commit comments

Comments
 (0)