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 { steps {
sh 'echo "building"' sh 'echo "building"'
sh "cd scripts ; bash -x ./build-website.sh" sh "cd scripts ; bash -x ./build-website.sh"
sh "service apache2 status" sh "apachectl start"
sh "service apache2 start"
} }
} }
stage('test') { stage('test') {