Test executing build script

This commit is contained in:
2021-02-03 17:54:26 +08:00
parent 559eec53a6
commit 1b0d243a14

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('build') { stage('build') {
steps { steps {
sh "cd scripts ; bash ./build-website.sh" sh "cd scripts ; bash -x ./build-website.sh"
sh 'echo "building"' sh 'echo "building"'
} }
} }