disable unit tests (#5582)

This commit is contained in:
Stefano Franz 2019-10-11 18:08:36 +01:00 committed by GitHub
parent f5a966ee3b
commit c18c3aed95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
Jenkinsfile vendored
View File

@ -39,15 +39,6 @@ pipeline {
" allParallelIntegrationTest"
}
}
stage('Unit Tests') {
steps {
sh "./gradlew " +
"-DbuildId=\"\${BUILD_ID}\" " +
"-Dkubenetize=true " +
"-Ddocker.tag=\"\${DOCKER_TAG_TO_USE}\"" +
" allParallelUnitTest"
}
}
}
}