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/12/10 14:01:57 UTC

[incubator-plc4x] branch develop updated: PLC4X-78 - Write operations seem to fail - Another try of fixing the syntax ...

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 630e8ba  PLC4X-78 - Write operations seem to fail - Another try of fixing the syntax ...
630e8ba is described below

commit 630e8ba47e5f4c3284c475201ec26fe350f6aec6
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Dec 10 15:01:53 2018 +0100

    PLC4X-78 - Write operations seem to fail
    - Another try of fixing the syntax ...
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b8ad64d..8d807b0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -225,7 +225,7 @@ pipeline {
                     body: '${FILE, path="$WORKSPACE/tools/success-email-template.html"}',
                     to: "dev@plc4x.apache.org",
                     recipientProviders: [[$class: 'DevelopersRecipientProvider']]
-                }
+                )
             }
         }
     }