Fix Build
ScriptCraft/pipeline/head There was a failure building this commit Details

This commit is contained in:
TheBrokenRail 2020-05-31 13:52:29 -04:00
parent fbd01d2821
commit bbb988308d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stages { stages {
stage('Setup') { stage('Setup') {
steps { steps {
sh 'cd scripts; ./setup.sh' sh 'cd scriptcraft/scripts; ./setup.sh'
} }
} }
stage('Build Plugin') { stage('Build Plugin') {