diff --git a/Jenkinsfile b/Jenkinsfile index 7cccddf..273a72b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('build') { steps { - sh "bash ./scripts/build-website.sh" + sh "cd scripts ; bash ./build-website.sh" sh 'echo "building"' } }