Test executing build script

This commit is contained in:
2021-02-04 15:19:03 +08:00
parent edc50325ea
commit fadec44552

2
Jenkinsfile vendored
View File

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