fix pipeline #22
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,10 +3,10 @@ pipeline {
|
|||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Application Test') {
|
stage('Application Test') {
|
||||||
withChecks(name: 'Test', includeStage: true) {
|
// withChecks(name: 'Test', includeStage: true) {
|
||||||
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