Test executing build script

This commit is contained in:
2021-02-04 10:52:12 +08:00
parent bdfcea6993
commit 6cbaffdcfa

3
Jenkinsfile vendored
View File

@ -5,8 +5,7 @@ pipeline {
steps {
sh 'echo "building"'
sh "cd scripts ; bash -x ./build-website.sh"
sh "service apache2 status"
sh "service apache2 start"
sh "apachectl start"
}
}
stage('test') {