mirror of https://github.com/apache/activemq.git
[AMQ-9350] Add JDK 21 to Jenkins CI job
This commit is contained in:
parent
9db69bc299
commit
89d0f2975d
|
@ -68,12 +68,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Build JDK 20') {
|
||||
stage('Build JDK 21') {
|
||||
tools {
|
||||
jdk "jdk_20_latest"
|
||||
jdk "jdk_21_latest"
|
||||
}
|
||||
steps {
|
||||
echo 'Building JDK 20'
|
||||
echo 'Building JDK 21'
|
||||
sh 'java -version'
|
||||
sh 'mvn -version'
|
||||
sh 'mvn -U -B -e clean install -DskipTests'
|
||||
|
|
Loading…
Reference in New Issue