disabled test step

This commit is contained in:
Ziver Koc 2016-12-20 16:57:47 +01:00
parent d2a49529b2
commit ce2aceef45

8
Jenkinsfile vendored
View file

@ -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') {