Skip to content

Commit

Permalink
[CI] Update maven and jdk labels
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Oct 17, 2020
1 parent 441e736 commit cacdb37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pipeline {

tools {
// ... tell Jenkins what java version, maven version or other tools are required ...
maven 'Maven 3 (latest)'
jdk 'JDK 1.8 (latest)'
maven 'maven_3_latest'
jdk 'jdk_1.8_latest'
}

options {
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pipeline {

tools {
// ... tell Jenkins what java version, maven version or other tools are required ...
maven 'Maven 3 (latest)'
jdk 'JDK 11 (latest)'
maven 'maven_3_latest'
jdk 'jdk_11_latest'
}

options {
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile-jdk14
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ pipeline {

tools {
// ... tell Jenkins what java version, maven version or other tools are required ...
maven 'Maven 3 (latest)'
jdk 'JDK 14 (latest)'
maven 'maven_3_latest'
jdk 'jdk_14_latest'
}

options {
Expand Down

0 comments on commit cacdb37

Please sign in to comment.