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