Test executing build script

This commit is contained in:
2021-02-04 10:48:53 +08:00
parent a4a1ce9737
commit bdfcea6993

4
Jenkinsfile vendored
View File

@ -5,8 +5,8 @@ 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 httpd status" sh "service apache2 status"
sh "service httpd start" sh "service apache2 start"
} }
} }
stage('test') { stage('test') {