mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-01 09:42:11 +00:00
Build jdk11 and jdk16 sequentially
This commit is contained in:
parent
d3e8c9fce5
commit
fa6f636906
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -49,7 +49,6 @@ pipeline {
|
|||||||
not { triggeredBy 'UpstreamCause' }
|
not { triggeredBy 'UpstreamCause' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parallel {
|
|
||||||
stage("test: baseline (jdk11)") {
|
stage("test: baseline (jdk11)") {
|
||||||
agent {
|
agent {
|
||||||
label 'data'
|
label 'data'
|
||||||
@ -98,7 +97,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
stage('Release to artifactory') {
|
stage('Release to artifactory') {
|
||||||
when {
|
when {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user