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-edgent.git
The following commit(s) were added to refs/heads/develop by this push: new cdb2dd6 - Fixed a wrongly commented out Jenkinsfile segment. cdb2dd6 is described below commit cdb2dd65d31d87687525a915054febc62b2370f9 Author: Christofer Dutz <christofer.d...@c-ware.de> AuthorDate: Wed Feb 6 16:22:06 2019 +0100 - Fixed a wrongly commented out Jenkinsfile segment. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8965bb3..5a51d74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -187,8 +187,8 @@ pipeline { deleteDir() } } - } - }*/ + }*/ + } // Send out notifications on unsuccessful builds. post {