From edc50325ea8d3eaaecfad873d9ec5e59c7906ca9 Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 4 Feb 2021 15:15:20 +0800 Subject: [PATCH] Test executing build script --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {