Skip to content

Commit d0f313e

Browse files
authored
Update toolsJenkisn.groovy
1 parent 04f1f86 commit d0f313e

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-
steps.sh "sudo apt-get install -y kubectl"
22+
steps.sh "sudo apt install -y cowsay"
2323
this.printMessage("${script.env.WORKSPACE}")
2424
}
2525

0 commit comments

Comments
 (0)