[INFRA-13307] Now we can build on either Windows node

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

Branch: refs/heads/MNG-5958
Commit: a83296d795536f43fe38fa277752003ca15ada53
Parents: e51fc87
Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
Authored: Wed Jan 11 23:11:15 2017 +0000
Committer: Stephen Connolly <stephen.alan.conno...@gmail.com>
Committed: Wed Jan 11 23:11:15 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/maven/blob/a83296d7/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 755ecb5..07ce2e6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -79,7 +79,7 @@ parallel linuxJava7:{
             }
         }
     }, winJava7: {
-        node('windows-2012-1') {
+        node('Windows') {
             def MAVEN_WIN_J7=tool name: 'Maven 3.3.9 (Windows)', type: 
'hudson.tasks.Maven$MavenInstallation'
             dir(MAVEN_WIN_J7) {
                 MAVEN_WIN_J7=pwd()
@@ -104,7 +104,7 @@ parallel linuxJava7:{
             }
         }
     }, winJava8: {
-        node('windows-2012-1') {
+        node('Windows') {
             def MAVEN_WIN_J8=tool name: 'Maven 3.3.9 (Windows)', type: 
'hudson.tasks.Maven$MavenInstallation'
             dir(MAVEN_WIN_J8) {
                 MAVEN_WIN_J8=pwd()

Reply via email to