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') {