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 Dec 20, 2021
1 parent 88ed890 commit 7c7d17f
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 @@ -18,12 +18,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 @@ -35,4 +35,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 7c7d17f

Please sign in to comment.