Fix tests
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -13,6 +13,7 @@ pipeline {
|
||||
stage('Test'){
|
||||
steps {
|
||||
sh "$ANT_HOME/bin/ant test"
|
||||
junit 'reports/*.xml'
|
||||
}
|
||||
}
|
||||
stage('Package'){
|
||||
|
||||
Reference in New Issue
Block a user