From 125630cb4bbdce4f527e349c7aa3a983b0947dfe Mon Sep 17 00:00:00 2001 From: Clement Date: Wed, 3 Feb 2021 17:18:13 +0800 Subject: [PATCH] Bash doesn't work --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b4631c..f85cb44 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('build') { steps { - bash 'echo "Does bash work?"' + sh 'echo "Bash does not work"' sh 'echo "building"' } }