Revert build jdk11 and jdk16 sequentially

This commit is contained in:
Peter-Josef Meisch 2021-07-18 14:03:42 +02:00
parent fa6f636906
commit 3b921b7454
No known key found for this signature in database
GPG Key ID: DE108246970C7708

2
Jenkinsfile vendored
View File

@ -49,6 +49,7 @@ pipeline {
not { triggeredBy 'UpstreamCause' }
}
}
parallel {
stage("test: baseline (jdk11)") {
agent {
label 'data'
@ -97,6 +98,7 @@ pipeline {
}
}
}
}
stage('Release to artifactory') {
when {