contrib/ci: fix commenting in Jenkinsfile (#1919)

This commit is contained in:
Martin Weinelt 2020-01-18 19:52:50 +01:00 committed by GitHub
parent b25a05eec4
commit 055a2337aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 9 deletions

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