Skip to content

Commit

Permalink
Updating CI/CD JDK for 3.x build
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Feb 8, 2022
1 parent eb03903 commit ed43002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/jenkins/Jenkinsfile_ci_build
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ pipeline {
'''
}
}
stage('JDK 16 ') {
stage('JDK 17 ') {
agent {
label 'centos-7'
}
tools {
jdk 'openjdk-jdk16-latest'
jdk 'openjdk-jdk17-latest'
maven 'apache-maven-latest'
}
steps {
Expand All @@ -49,4 +49,4 @@ pipeline {
}
}
}
}
}

0 comments on commit ed43002

Please sign in to comment.