Skip to content

Commit 9a3da69

Browse files
committed
Drop JDK 16 baseline from CI testing.
1 parent 948a2a5 commit 9a3da69

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Jenkinsfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,20 +86,6 @@ pipeline {
8686
sh "PROFILE=spring-buildsnapshot,java11,convergence ci/test.sh"
8787
}
8888
}
89-
stage("Test: baseline (jdk16)") {
90-
agent {
91-
docker {
92-
image 'adoptopenjdk/openjdk16:latest'
93-
args '-v $HOME/.m2:/root/.m2'
94-
}
95-
}
96-
environment {
97-
ARTIFACTORY = credentials('02bd1690-b54f-4c9f-819d-a77cb7a9822c')
98-
}
99-
steps {
100-
sh "PROFILE=distribute,java11,convergence ci/test.sh"
101-
}
102-
}
10389
stage("Test: spring-buildsnapshot (jdk16)") {
10490
agent {
10591
docker {

0 commit comments

Comments
 (0)