Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Update maven and jdk variables for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
keyurkarnik committed Dec 17, 2020
1 parent 7263c17 commit 1bf227b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pipeline {
}

tools {
maven 'Maven 3 (latest)'
jdk 'JDK 1.8 (latest)'
maven 'maven_3_latest'
jdk 'jdk_1.8_latest'
}

options {
Expand Down

0 comments on commit 1bf227b

Please sign in to comment.