fix pipeline #22
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -1,12 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Test') {
|
||||
withChecks(name: 'Test', includeStage: true) {
|
||||
sh './gradlew clean test'
|
||||
junit '**/build/test-results/test/TEST-*.xml'
|
||||
}
|
||||
stage('Application Test') {
|
||||
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