disabled test step
This commit is contained in:
parent
d2a49529b2
commit
ce2aceef45
1 changed files with 7 additions and 7 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -7,13 +7,13 @@ node {
|
||||||
sh 'ant build'
|
sh 'ant build'
|
||||||
}
|
}
|
||||||
|
|
||||||
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'])
|
||||||
|
// }
|
||||||
//}
|
//}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
stage('Package') {
|
stage('Package') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue