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 2019/10/29 17:21:33 UTC

[maven-surefire] branch SUREFIRE-1701 updated: [INFRA-19342] testing jenkins-win-he-de-4

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

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


The following commit(s) were added to refs/heads/SUREFIRE-1701 by this push:
     new 96e1f56  [INFRA-19342] testing jenkins-win-he-de-4
96e1f56 is described below

commit 96e1f5607704e1ce8ff6c511447a0d3d66a3ffbd
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Oct 29 18:21:17 2019 +0100

    [INFRA-19342] testing jenkins-win-he-de-4
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bfa2dfc..80afeea 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
     ]
 )
 
-final def oses = ['linux':'H42']
+final def oses = ['windows':'jenkins-win-he-de-4']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.6.x']
 // all non-EOL versions and the first EA
 final def jdks = [14]