This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 3b00495 Jenkins - use the same matrix for all branches 3b00495 is described below commit 3b00495c30d3b6b3630dbc6c0a922d14470160b3 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Mon Dec 20 07:46:48 2021 +0100 Jenkins - use the same matrix for all branches --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d117b06..b0b0c74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,8 @@ properties( ) final def oses = ['linux':'ubuntu', 'windows':'Windows'] -final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.6.x'] +//final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.6.x'] +final def mavens = ['3.6.x', '3.2.x'] // all non-EOL versions and the first EA final def jdks = [17, 8, 7]