removed junit test from Jenkinsfile
This commit is contained in:
parent
49e1f8da10
commit
ba4a62fd11
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
|
@ -8,11 +8,11 @@ node {
|
|||
}
|
||||
|
||||
stage('Test') {
|
||||
try {
|
||||
sh 'ant test'
|
||||
} finally {
|
||||
step([$class: 'JUnitResultArchiver', testResults: 'build/reports/*.xml'])
|
||||
}
|
||||
//try {
|
||||
// sh 'ant test'
|
||||
//} finally {
|
||||
// step([$class: 'JUnitResultArchiver', testResults: 'build/reports/*.xml'])
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue