Test executing build script

This commit is contained in:
2021-02-04 15:14:13 +08:00
parent 2f3aa0d877
commit fee0404b21

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 status" sh "apachectl reload"
} }
} }
stage('test') { stage('test') {