diff --git a/Jenkinsfile b/Jenkinsfile index c22c8d3..3f0d58c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { sh 'echo "building"' sh 'id' sh "cd scripts ; bash -x ./build-website.sh" - sh "apachectl status" + sh "apachectl reload" } } stage('test') {