mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-05-30 16:52:11 +00:00
Revert build jdk11 and jdk16 sequentially
This commit is contained in:
parent
fa6f636906
commit
3b921b7454
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user