Update 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
d5dde4e860
commit
fb58a0839f
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './gradlew build typedoc eslint publish'
|
||||
sh './gradlew clean build typedoc eslint publish'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
@ -29,8 +29,8 @@ pipeline {
|
||||
}
|
||||
stage('Build Examples') {
|
||||
steps {
|
||||
sh 'cd examples/typescript; ./gradlew build'
|
||||
sh 'cd examples/javascript; ./gradlew build'
|
||||
sh 'cd examples/typescript; ./gradlew clean build'
|
||||
sh 'cd examples/javascript; ./gradlew clean build'
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
Reference in New Issue
Block a user