diff --git a/Jenkinsfile b/Jenkinsfile index 3f0d58c..75b934a 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 restart" } } stage('test') {