Skip to content

Commit

Permalink
INFRA have been changing JDK labels again
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Mar 27, 2017
1 parent 8400984 commit 33c8d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ parallel linuxJava7:{
MAVEN_WIN_J8=pwd()
}
echo "Driving integration tests using Maven $MAVEN_WIN_J8"
def JAVA_WIN_J8=tool name: 'JDK 1.8 (unlimited security) 64-bit Windows only', type: 'hudson.model.JDK'
def JAVA_WIN_J8=tool name: 'JDK 1.8.0_121 (unlimited security) 64-bit Windows only', type: 'hudson.model.JDK'
dir(JAVA_WIN_J8) {
JAVA_WIN_J8=pwd()
}
Expand Down

0 comments on commit 33c8d8e

Please sign in to comment.