Skip to content

Commit fe3ca5e

Browse files
committed
test
1 parent 8b89a9e commit fe3ca5e

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
@@ -19,7 +19,7 @@ class toolsJenkisn implements Serializable{
1919

2020
def callToActions(String name) {
2121
steps.sh "gcloud components list"
22-
this.printMessage("${WORKSPACE}")
22+
this.printMessage("${script.env.WORKSPACE}")
2323
}
2424

2525
}

0 commit comments

Comments
 (0)