Build jdk11 and jdk16 sequentially

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

2
Jenkinsfile vendored
View File

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