Removed JDK7 related configuration.

This commit is contained in:
Karl Heinz Marbaise 2019-12-28 23:39:19 +01:00
parent d2510749d8
commit 25de698dc8
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -102,10 +102,6 @@ for (String os in runITsOses) {
junitPublisher(ignoreAttachments: false)
]) {
String cmd = "${runITscommand} -DmavenDistro=$WORK_DIR/apache-maven-dist.zip -Dmaven.test.failure.ignore=true"
if (stageId.endsWith('-jdk7')) {
// Java 7u80 has TLS 1.2 disabled by default: need to explicitly enable
cmd = "${cmd} -Dhttps.protocols=TLSv1.2"
}
if (isUnix()) {
sh 'df -hT'