You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2017/01/03 12:09:09 UTC

maven git commit: Oh that's fun... our windows infra uses different names for jdks and maven rather than using path corrections

Repository: maven
Updated Branches:
  refs/heads/master 019f9c083 -> 4d9074460


Oh that's fun... our windows infra uses different names for jdks and maven rather than using path corrections


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4d907446
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4d907446
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/4d907446

Branch: refs/heads/master
Commit: 4d907446092e8b6831bfc33454135d387473feaf
Parents: 019f9c0
Author: Stephen Connolly <st...@gmail.com>
Authored: Tue Jan 3 12:09:03 2017 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Tue Jan 3 12:09:03 2017 +0000

----------------------------------------------------------------------
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/4d907446/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 819b79b..410b014 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -71,8 +71,8 @@ parallel linuxJava7:{
         }
     }, winJava7: {
         node('Windows') {
-            def MAVEN_WIN_J7=tool name: 'Maven 3.3.9', type: 'hudson.tasks.Maven$MavenInstallation'
-            def JAVA_WIN_J7=tool name: 'JDK 1.8 (latest)', type: 'hudson.model.JDK'
+            def MAVEN_WIN_J7=tool name: 'Maven 3.3.9 (Windows))', type: 'hudson.tasks.Maven$MavenInstallation'
+            def JAVA_WIN_J7=tool name: 'JDK 1.7 (unlimited security) 64-bit Windows only', type: 'hudson.model.JDK'
             dir('test') {
                 def WORK_DIR=pwd()
                 git(url:'https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git', branch: 'master')
@@ -88,8 +88,8 @@ parallel linuxJava7:{
         }
     }, winJava8: {
         node('Windows') {
-            def MAVEN_WIN_J8=tool name: 'Maven 3.3.9', type: 'hudson.tasks.Maven$MavenInstallation'
-            def JAVA_WIN_J8=tool name: 'JDK 1.8 (latest)', type: 'hudson.model.JDK'
+            def MAVEN_WIN_J8=tool name: 'Maven 3.3.9 (Windows)', type: 'hudson.tasks.Maven$MavenInstallation'
+            def JAVA_WIN_J8=tool name: 'JDK 1.8 (unlimited security) 64-bit Windows only', type: 'hudson.model.JDK'
             dir('test') {
                 def WORK_DIR=pwd()
                 git(url:'https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git', branch: 'master')