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

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


The following commit(s) were added to refs/heads/docker-alpine by this push:
     new 3a0cb77  excluded jenkins-win-he-de-4 and H42
3a0cb77 is described below

commit 3a0cb77e29dc4ae3571386faeef6ae60270b0aa6
Author: tibordigana <[email protected]>
AuthorDate: Sun Oct 27 01:22:43 2019 +0200

    excluded jenkins-win-he-de-4 and H42
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7e61b7a..0ddbee3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
     ]
 )
 
-final def oses = ['linux':'ubuntu', 'windows':'Windows']
+final def oses = ['linux':'ubuntu && !H42', 'windows':'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, 13, 11, 8, 7]

Reply via email to