disabled test step

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

14
Jenkinsfile vendored
View file

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