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