Test executing build script
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
||||
stage('build') {
|
||||
steps {
|
||||
cd
|
||||
sh ./scripts/build-website.sh
|
||||
sh "bash ./scripts/build-website.sh"
|
||||
sh 'echo "building"'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user