add withChecks into pipeline
This commit is contained in:
parent
2ae4277f27
commit
d10fbbd396
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,11 +4,11 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
// withChecks(name: 'Test', includeStage: true) {
|
withChecks(name: 'Test', includeStage: true) {
|
||||||
echo 'Testing..'
|
echo 'Testing..'
|
||||||
sh './gradlew clean test'
|
sh './gradlew clean test'
|
||||||
junit '**/build/test-results/test/TEST-*.xml'
|
junit '**/build/test-results/test/TEST-*.xml'
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user