Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CEA61200C09 for ; Wed, 25 Jan 2017 23:41:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CD4A3160B61; Wed, 25 Jan 2017 22:41:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 24BD6160B4E for ; Wed, 25 Jan 2017 23:41:46 +0100 (CET) Received: (qmail 23889 invoked by uid 500); 25 Jan 2017 22:41:46 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 23859 invoked by uid 99); 25 Jan 2017 22:41:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2017 22:41:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA192DFC68; Wed, 25 Jan 2017 22:41:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: schulte@apache.org To: commits@maven.apache.org Date: Wed, 25 Jan 2017 22:41:46 -0000 Message-Id: <56e867da698b4a828d9b6314c3e1ebb9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/34] maven git commit: [INFRA-13307] Now we can build on either Windows node archived-at: Wed, 25 Jan 2017 22:41:48 -0000 [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-IT Commit: a83296d795536f43fe38fa277752003ca15ada53 Parents: e51fc87 Author: Stephen Connolly Authored: Wed Jan 11 23:11:15 2017 +0000 Committer: Stephen Connolly 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()