Fix Build
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit

This commit is contained in:
TheBrokenRail 2020-05-31 13:52:29 -04:00
parent fbd01d2821
commit bbb988308d

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