Test executing build script

This commit is contained in:
2021-02-03 17:49:25 +08:00
parent 50f683a11c
commit 4008f915bd

2
Jenkinsfile vendored
View File

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