From 0cc1dfcea9c472e53bcc906550bf3fa97bf76c9c Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 31 May 2020 14:08:33 -0400 Subject: [PATCH] Fix Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {