Test executing build script

This commit is contained in:
2021-02-03 17:52:29 +08:00
parent ce50720690
commit 559eec53a6

2
Jenkinsfile vendored
View File

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