From bbb988308da05f92b0f99b340264d7af2e6218d5 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 31 May 2020 13:52:29 -0400 Subject: [PATCH] Fix Build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2cd5380..440f053 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stages { stage('Setup') { steps { - sh 'cd scripts; ./setup.sh' + sh 'cd scriptcraft/scripts; ./setup.sh' } } stage('Build Plugin') {