Skip to content

Commit

Permalink
Fixed teh Jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Sep 11, 2024
1 parent 7be0686 commit ef6bc34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pipeline {

stage('Build JDK 17') {
tools {
jdk "jdk_17"
jdk "jdk_17_latest"
}
steps {
echo 'Building JDK 17'
Expand All @@ -102,7 +102,7 @@ pipeline {

stage('Build JDK 11') {
tools {
jdk "jdk_11"
jdk "jdk_11_latest"
}
steps {
echo 'Building JDK 11'
Expand All @@ -114,7 +114,7 @@ pipeline {

stage('Build JDK 8') {
tools {
jdk "jdk_8"
jdk "jdk_8_latest"
}
steps {
echo 'Building JDK 8'
Expand Down

0 comments on commit ef6bc34

Please sign in to comment.