You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/07/10 08:56:18 UTC

[directory-ldap-api] branch master updated: Exclude bad behaving nodes

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a9cc7e  Exclude bad behaving nodes
2a9cc7e is described below

commit 2a9cc7e5a41307a8ae18ab82b0dc147f35a30bc1
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Wed Jul 10 10:56:05 2019 +0200

    Exclude bad behaving nodes
---
 Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index cba0ed1..041aa24 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@ pipeline {
       }
       agent {
         docker {
-          label 'ubuntu'
+          label 'ubuntu && !H28 && !H36 && !H40'
           image 'apachedirectory/maven-build:jdk-8'
           args '-v $HOME/.m2:/home/hnelson/.m2'
         }
@@ -57,7 +57,7 @@ pipeline {
           }
           agent {
             docker {
-              label 'ubuntu'
+              label 'ubuntu && !H28 && !H36 && !H40'
               image 'apachedirectory/maven-build:jdk-8'
               args '-v $HOME/.m2:/home/hnelson/.m2'
             }
@@ -79,7 +79,7 @@ pipeline {
           }
           agent {
             docker {
-              label 'ubuntu'
+              label 'ubuntu && !H28 && !H36 && !H40'
               image 'apachedirectory/maven-build:jdk-11'
               args '-v $HOME/.m2:/home/hnelson/.m2'
             }
@@ -100,7 +100,7 @@ pipeline {
           }
           agent {
             docker {
-              label 'ubuntu'
+              label 'ubuntu && !H28 && !H36 && !H40'
               image 'apachedirectory/maven-build:jdk-12'
               args '-v $HOME/.m2:/home/hnelson/.m2'
             }
@@ -143,7 +143,7 @@ pipeline {
         retry(2)
       }
       agent {
-        label 'ubuntu'
+        label 'ubuntu && !H28 && !H36 && !H40'
       }
       // https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
       // https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix