Polishing.

See #2536
This commit is contained in:
Greg L. Turnquist
2023-04-04 10:25:25 -05:00
parent 2e5fae4aac
commit 8a8f518888

4
Jenkinsfile vendored
View File

@@ -63,7 +63,7 @@ pipeline {
}
}
stage("test: baseline (Java 17)") {
stage("test: baseline (main)") {
when {
beforeAgent(true)
anyOf {
@@ -112,7 +112,7 @@ pipeline {
}
}
}
stage("test: baseline (Java 20)") {
stage("test: baseline (next)") {
agent {
label 'data'
}