Test executing build script

This commit is contained in:
2021-02-04 15:15:20 +08:00
parent fee0404b21
commit edc50325ea

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
sh 'echo "building"' sh 'echo "building"'
sh 'id' sh 'id'
sh "cd scripts ; bash -x ./build-website.sh" sh "cd scripts ; bash -x ./build-website.sh"
sh "apachectl reload" sh "apachectl restart"
} }
} }
stage('test') { stage('test') {