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') {
|
stage('Test') {
|
||||||
try {
|
//try {
|
||||||
sh 'ant test'
|
// sh 'ant test'
|
||||||
} finally {
|
//} finally {
|
||||||
step([$class: 'JUnitResultArchiver', testResults: 'build/reports/*.xml'])
|
// step([$class: 'JUnitResultArchiver', testResults: 'build/reports/*.xml'])
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue