This commit is contained in:
parent
e80e229efb
commit
82f5dabd58
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
sh 'cd examples/javascript; ./gradlew clean build'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
Reference in New Issue
Block a user