From 6cbaffdcfaf9e55d40c79cdb7d43e192bc74a2ff Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 4 Feb 2021 10:52:12 +0800 Subject: [PATCH] Test executing build script --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b7cb8f..5cb593e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,8 +5,7 @@ pipeline { steps { sh 'echo "building"' sh "cd scripts ; bash -x ./build-website.sh" - sh "service apache2 status" - sh "service apache2 start" + sh "apachectl start" } } stage('test') {