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/02/28 03:04:09 UTC

maven-surefire git commit: let the problematic windows-2016-1 run

Repository: maven-surefire
Updated Branches:
  refs/heads/INFRA-16113 a7a5d4b96 -> b258c8116


let the problematic windows-2016-1 run


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

Branch: refs/heads/INFRA-16113
Commit: b258c8116b34e19800ab3f5a01293f741b55fd7a
Parents: a7a5d4b
Author: Tibor17 <ti...@apache.org>
Authored: Wed Feb 28 04:03:46 2018 +0100
Committer: Tibor17 <ti...@apache.org>
Committed: Wed Feb 28 04:03:46 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/b258c811/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 0b6e691..ff0a65c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,8 +27,8 @@ properties(
 )
 
 final def oses = ['linux', 'windows']
-final def mavens = env.BRANCH_NAME == 'master' ? ['3.2.x', '3.3.x', '3.5.x'] : ['3.5.x']
-final def jdks = env.BRANCH_NAME == 'master' ? [7, 8, 9, 10] : [9, 10]
+final def mavens = ['3.2.x', '3.3.x', '3.5.x']
+final def jdks = [7, 8, 9, 10]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install', 'jacoco:report']