Test executing build script

This commit is contained in:
2021-02-03 17:45:01 +08:00
parent 125630cb4b
commit 50f683a11c

3
Jenkinsfile vendored
View File

@ -3,7 +3,8 @@ pipeline {
stages {
stage('build') {
steps {
sh 'echo "Bash does not work"'
cd
sh ./scripts/build-website.sh
sh 'echo "building"'
}
}