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