contrib/ci: fix commenting in Jenkinsfile

This commit is contained in:
Martin Weinelt 2020-01-18 19:49:19 +01:00
parent b25a05eec4
commit 9e3d9c6ca4
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -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
*/