Fix Jenkinsfile
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
This commit is contained in:
parent
bbb988308d
commit
0cc1dfcea9
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
|||||||
sh 'cd plugin; ./gradlew clean publish'
|
sh 'cd plugin; ./gradlew clean publish'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build ScriptCraft') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cd scriptcraft; ./gradlew clean build typedoc eslint publish'
|
sh 'cd scriptcraft; ./gradlew clean build typedoc eslint publish'
|
||||||
}
|
}
|
||||||
@ -34,8 +34,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build Examples') {
|
stage('Build Examples') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cd examples/typescript; ./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'
|
sh 'cd examples/javascript; ./gradlew clean build --include-build ../../scriptcraft'
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
Reference in New Issue
Block a user