Added Jenkinsfile
This commit is contained in:
parent
dace389f04
commit
82fa095c02
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -21,6 +21,7 @@ pipeline {
|
||||||
sh "mvn test"
|
sh "mvn test"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
junit(testResults: 'target/surefire-reports/TEST-*.xml', keepProperties: true, keepTestNames: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue