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