disabled test step
This commit is contained in:
parent
d2a49529b2
commit
ce2aceef45
1 changed files with 7 additions and 7 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
|
@ -7,13 +7,13 @@ node {
|
|||
sh 'ant build'
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
//try {
|
||||
// sh 'ant test'
|
||||
//} finally {
|
||||
// step([$class: 'JUnitResultArchiver', testResults: 'build/reports/*.xml'])
|
||||
//}
|
||||
}
|
||||
//stage('Test') {
|
||||
// try {
|
||||
// sh 'ant test'
|
||||
// } finally {
|
||||
// step([$class: 'JUnitResultArchiver', testResults: 'build/reports/*.xml'])
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
stage('Package') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue