From 9413db69cc24f582f66dd3803000a04885f32606 Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 4 Feb 2021 11:46:16 +0800 Subject: [PATCH] Test executing build script --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5cb593e..495982e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,9 @@ pipeline { stage('build') { steps { sh 'echo "building"' + sh 'id' sh "cd scripts ; bash -x ./build-website.sh" - sh "apachectl start" + sh "apachectl reload" } } stage('test') {