From 1b0d243a14bcac0c5c53a901f578b47d03242219 Mon Sep 17 00:00:00 2001 From: Clement Date: Wed, 3 Feb 2021 17:54:26 +0800 Subject: [PATCH] Test executing build script --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 273a72b..6699561 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('build') { steps { - sh "cd scripts ; bash ./build-website.sh" + sh "cd scripts ; bash -x ./build-website.sh" sh 'echo "building"' } }