Repository: maven Updated Branches: refs/heads/mng-6195 f3069cbd2 -> 2d6db7983 (forced update)
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/33c8d8ef Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/33c8d8ef Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/33c8d8ef Branch: refs/heads/mng-6195 Commit: 33c8d8efe9410e134080bd979a7df82de80bcf74 Parents: 8400984 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Mon Mar 27 16:22:29 2017 +0100 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Mon Mar 27 16:22:29 2017 +0100 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/33c8d8ef/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() }