This commit is contained in:
parent
97da33d151
commit
790d73db8d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -7,7 +7,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Clean & Build') {
|
||||
steps {
|
||||
bat './gradlew clean build'
|
||||
bat './gradlew clean build -x test'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user