INFRA have been changing JDK labels again
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/02612084 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/02612084 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/02612084 Branch: refs/heads/MNG-6169 Commit: 02612084453bf4cfd2f48ad15c39a91373fa8d83 Parents: 934a159 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Mon Mar 27 16:22:29 2017 +0100 Committer: Michael Osipov <micha...@apache.org> Committed: Sun Apr 2 00:21:12 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/02612084/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 2ac2644..123a246 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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() }