[jenkins] Remove Java 10 step
This commit is contained in:
parent
cad90288f4
commit
8ba6eb474d
1 changed files with 0 additions and 8 deletions
|
@ -70,14 +70,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Java 10') {
|
|
||||||
when { expression { dependenciesSupportJDK >= 10 } }
|
|
||||||
steps {
|
|
||||||
withMaven(maven: 'maven', jdk: 'JDK 10') {
|
|
||||||
sh "${mvn} clean --activate-profiles verify verify -Djava.version=10"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Build Java 11') {
|
stage('Build Java 11') {
|
||||||
when { expression { dependenciesSupportJDK >= 10 } }
|
when { expression { dependenciesSupportJDK >= 10 } }
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue