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