add withChecks into pipeline
This commit is contained in:
parent
7c924fbef2
commit
0a6a9bae49
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,10 +3,10 @@ pipeline {
|
||||
|
||||
stages {
|
||||
stage('Application Test') {
|
||||
withChecks(name: 'Test', includeStage: true) {
|
||||
// withChecks(name: 'Test', includeStage: true) {
|
||||
sh './gradlew clean test'
|
||||
junit '**/build/test-results/test/TEST-*.xml'
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user