You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/05/08 10:59:41 UTC

[maven-surefire] branch 1518 updated: jenkinsfile: windows-2012-1||windows-2012-2||windows-2016-1

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch 1518
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/1518 by this push:
     new 9092309  jenkinsfile: windows-2012-1||windows-2012-2||windows-2016-1
9092309 is described below

commit 90923098a59c4af6608c92476a4332f85ed28aaf
Author: Tibor17 <ti...@apache.org>
AuthorDate: Tue May 8 12:59:24 2018 +0200

    jenkinsfile: windows-2012-1||windows-2012-2||windows-2016-1
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5df67a0..6f71392 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
     ]
 )
 
-final def oses = ['linux', 'windows']
+final def oses = ['linux', 'windows-2012-1||windows-2012-2||windows-2016-1']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.2.x', '3.3.x', '3.5.x'] : ['3.5.x']
 final def jdks = [7, 8, 9, 10]
 

-- 
To stop receiving notification emails like this one, please contact
tibordigana@apache.org.