Skip to content

Commit

Permalink
Updated the jenkinsfile to use current tool names
Browse files Browse the repository at this point in the history
switched from Oracle JDK 8 to OpenJDK 8 (adoptopenjdk)
  • Loading branch information
tfr42 authored Feb 21, 2020
1 parent dff6fc9 commit 8989200
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 @@ -2,8 +2,8 @@ pipeline {
agent any

tools {
maven 'Maven 3.6.3'
jdk 'oracle-jdk8'
maven 'maven-3.6'
jdk 'adoptopenjdk-jdk8'
}
stages {
stage ('Initialize') {
Expand Down Expand Up @@ -90,4 +90,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 8989200

Please sign in to comment.