diff --git a/Jenkinsfile b/Jenkinsfile index 495982e..0c23ad7 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 reload" + sh "apachectl status" } } stage('test') {