mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-01 09:42: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' }
|
not { triggeredBy 'UpstreamCause' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
parallel {
|
||||||
stage("test: baseline (jdk11)") {
|
stage("test: baseline (jdk11)") {
|
||||||
agent {
|
agent {
|
||||||
label 'data'
|
label 'data'
|
||||||
@ -97,6 +98,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Release to artifactory') {
|
stage('Release to artifactory') {
|
||||||
when {
|
when {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user