check stage
This commit is contained in:
parent
e9bbd78617
commit
511450f6f2
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -51,6 +51,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage ('Check') {
|
||||||
|
steps {
|
||||||
|
sh './gradlew check --no-daemon'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
Loading…
Reference in New Issue
Block a user