Bash doesn't work

This commit is contained in:
2021-02-03 17:18:13 +08:00
parent b6a991130d
commit 125630cb4b

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('build') {
steps {
bash 'echo "Does bash work?"'
sh 'echo "Bash does not work"'
sh 'echo "building"'
}
}