Update Continuous Integration and Delivery authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
...@@ -232,8 +232,8 @@ Certain informations on your project are available through the [GitLab-API](http ...@@ -232,8 +232,8 @@ Certain informations on your project are available through the [GitLab-API](http
``` ```
FORKS_COUNT = $(curl -s 'https://gitlab.version.fz-juelich.de/api/v4/projects/vis%2Fjusense-cicd/' | python3 -c "import sys, json; print(json.load(sys.stdin)['forks_count'])") FORKS_COUNT = $(curl -s 'https://gitlab.version.fz-juelich.de/api/v4/projects/vis%2Fjusense-cicd/' | python3 -c "import sys, json; print(json.load(sys.stdin)['forks_count'])")
``` ```
In this project we use the ability to add a badge showing the number of forks and open issues. In this project we use the ability to add a badge showing the number of forks.
They are generated beside other badges in [ci/badge-static.sh](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/badges-static.sh#20). It is generated beside other badges in [ci/badge-static.sh](https://gitlab.version.fz-juelich.de/vis/jusense-cicd/blob/master/ci/badges-static.sh#20).
##### Badges on Project Front-Page ##### Badges on Project Front-Page
To include the badges to your project front-page, they can be set in Project->Settings->Badges like this: To include the badges to your project front-page, they can be set in Project->Settings->Badges like this:
... ...
......