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