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"' } }