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 bc468473d1c1129c4ea784f3f86ec39f1f368776 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 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9de3f2f..c97ac91 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] final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its'] final def goals = ['clean', 'install', 'jacoco:report']
