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/10/24 11:07:52 UTC

[incubator-plc4x] branch master updated: - Moved the analysis back to our 'plc4x' node (Just checking, if this works)

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 d58e523  - Moved the analysis back to our 'plc4x' node (Just checking, if this works)
d58e523 is described below

commit d58e5239cf07ddf2dd05c3261fb54e6242bcecb6
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Oct 24 12:07:48 2018 +0100

    - Moved the analysis back to our 'plc4x' node (Just checking, if this works)
---
 Jenkinsfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 94345f9..7fe71db 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,6 @@
 pipeline {
     agent {
         node {
-            //label 'ubuntu && !H32'
             label 'plc4x'
         }
     }
@@ -123,11 +122,11 @@ pipeline {
                 branch 'master'
             }
             // Only the official build nodes have the credentials to deploy setup.
-            agent {
+            /*agent {
                 node {
                     label 'ubuntu && !H32'
                 }
-            }
+            }*/
             steps {
                 echo 'Checking Code Quality'
                 withSonarQubeEnv('ASF Sonar Analysis') {