Test executing build script

This commit is contained in:
2021-02-03 17:50:14 +08:00
parent 4008f915bd
commit ce50720690

1
Jenkinsfile vendored
View File

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