You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/08/01 09:56:00 UTC

[incubator-plc4x] branch master updated: Exclude the Ubuntu node H32 from the nodes used for deploying as this seems to have issues with using GIT

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bec0c1  Exclude the Ubuntu node H32 from the nodes used for deploying as this seems to have issues with using GIT
4bec0c1 is described below

commit 4bec0c17a80ebf886e2ab17300b51be60942db26
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Aug 1 11:55:55 2018 +0200

    Exclude the Ubuntu node H32 from the nodes used for deploying as this seems to have issues with using GIT
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d51cc71..6f6f362 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@
 pipeline {
     agent {
         node {
-            //label 'ubuntu && !H33'
+            //label 'ubuntu && !H32'
             label 'plc4x'
         }
     }
@@ -128,7 +128,7 @@ pipeline {
             // Only the official build nodes have the credentials to deploy setup.
             agent {
                 node {
-                    label 'ubuntu'
+                    label 'ubuntu && !H32'
                 }
             }
             steps {