From 055a2337aa21a91a6ca1729f9b0542142ff39730 Mon Sep 17 00:00:00 2001
From: Martin Weinelt <mweinelt@users.noreply.github.com>
Date: Sat, 18 Jan 2020 19:52:50 +0100
Subject: [PATCH] contrib/ci: fix commenting in Jenkinsfile (#1919)

---
 contrib/ci/Jenkinsfile | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/contrib/ci/Jenkinsfile b/contrib/ci/Jenkinsfile
index 112dd1281..4a4cbc4c1 100644
--- a/contrib/ci/Jenkinsfile
+++ b/contrib/ci/Jenkinsfile
@@ -39,12 +39,14 @@ pipeline {
 	}
 }
 
-# api-history:
-#
-# Every time the build dependencies of gluon change, the version
-# every container has to be rebuilt. Therefore, we use Jenkins
-# labels which intoduce a version number which is documented here.
-# As soon, as you properly rebuilt your docker container, you
-# can notify lemoer, that you have updated your node.
-#
-# - gluon-docker-v1: add shellcheck binary to the build environment
+/*
+ api-history:
+
+ Every time the build dependencies of gluon change, the version
+ every container has to be rebuilt. Therefore, we use Jenkins
+ labels which intoduce a version number which is documented here.
+ As soon, as you properly rebuilt your docker container, you
+ can notify lemoer, that you have updated your node.
+
+ - gluon-docker-v1: add shellcheck binary to the build environment
+*/
-- 
GitLab