add withChecks into pipeline
This commit is contained in:
parent
fdbaeed699
commit
7c924fbef2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,6 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Application Test') {
|
||||
withChecks(name: 'Test', includeStage: true) {
|
||||
sh './gradlew clean test'
|
||||
@ -8,5 +9,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user