diff --git a/Jenkinsfile b/Jenkinsfile index 440f053..6547ebc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { sh 'cd plugin; ./gradlew clean publish' } } - stage('Build') { + stage('Build ScriptCraft') { steps { sh 'cd scriptcraft; ./gradlew clean build typedoc eslint publish' } @@ -34,8 +34,8 @@ pipeline { } stage('Build Examples') { steps { - sh 'cd examples/typescript; ./gradlew clean build --include-build ../scriptcraft' - sh 'cd examples/javascript; ./gradlew clean build --include-build ../scriptcraft' + sh 'cd examples/typescript; ./gradlew clean build --include-build ../../scriptcraft' + sh 'cd examples/javascript; ./gradlew clean build --include-build ../../scriptcraft' } post { success {