fix pipeline #22
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -1,10 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
stage('Application Test') {
|
stages {
|
||||||
withChecks(name: 'Test', includeStage: true) {
|
stage('Application Test') {
|
||||||
sh './gradlew clean test'
|
withChecks(name: 'Test', includeStage: true) {
|
||||||
junit '**/build/test-results/test/TEST-*.xml'
|
sh './gradlew clean test'
|
||||||
|
junit '**/build/test-results/test/TEST-*.xml'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user