Skip to content

Commit

Permalink
[CI] fix snapshot auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
htynkn committed Jan 28, 2021
1 parent 02f236e commit 7ddf611
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 @@ -12,12 +12,12 @@ pipeline {
}

environment {
JAVA_HOME = "${tool 'JDK 1.8 (latest)'}"
JAVA_HOME = "${tool 'jdk_1.8_latest'}"
}

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

triggers {
Expand Down

0 comments on commit 7ddf611

Please sign in to comment.