Skip to content

Commit f2ffd7a

Browse files
committed
Updating CI/CD JDK for 3.x build
Signed-off-by: Maxim Nesen <[email protected]>
1 parent 7d7998d commit f2ffd7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/jenkins/Jenkinsfile_ci_build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ pipeline {
1818
'''
1919
}
2020
}
21-
stage('JDK 16 ') {
21+
stage('JDK 17 ') {
2222
agent {
2323
label 'centos-7'
2424
}
2525
tools {
26-
jdk 'openjdk-jdk16-latest'
26+
jdk 'openjdk-jdk17-latest'
2727
maven 'apache-maven-latest'
2828
}
2929
steps {
@@ -35,4 +35,4 @@ pipeline {
3535
}
3636
}
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)