Test executing build script

This commit is contained in:
2021-02-04 11:46:16 +08:00
parent 6cbaffdcfa
commit 9413db69cc

3
Jenkinsfile vendored
View File

@ -4,8 +4,9 @@ pipeline {
stage('build') {
steps {
sh 'echo "building"'
sh 'id'
sh "cd scripts ; bash -x ./build-website.sh"
sh "apachectl start"
sh "apachectl reload"
}
}
stage('test') {