Test executing build script

This commit is contained in:
2021-02-04 12:25:54 +08:00
parent 9413db69cc
commit afc256620f

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