This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch release/2.22.3 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 9f8f6ff15fd92d0d430bbfd482fa90153adea0af Author: Tibor Digaňa <[email protected]> AuthorDate: Sun Jan 23 07:06:27 2022 +0100 [jenkinsci] windows-he, Maven 3.2.x and 3.5.x; JDK 7,8,11,12 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9de3f2f..92c7f3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,9 +30,9 @@ properties( ] ) -final def oses = ['linux':'ubuntu && !H24', 'windows':'Windows'] -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, 11] +final def oses = ['linux':'ubuntu', 'windows':'windows-he'] +final def mavens = env.BRANCH_NAME == 'master' ? ['3.2.x', '3.5.x'] : ['3.5.x'] +final def jdks = [7, 8, 11, 12] final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its'] final def goals = ['clean', 'install', 'jacoco:report']
