Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.21 KB

CircleCI Codacy Badge

Badges updater for GitLab

The application inserts some Gitlab and SonarCube badges inside every projects stored on the GitLab server and delete the old pipelines

Configuration

See the config file "config.properties.dist" on the path "src\main\resources".

sonar.host = http://127.0.0.1
gitlab.host = http://gitlab.example.com
gitlab.token = your_token

Riferimenti

The gitlab's builtin badges are two, see the source code at https://gitlab.com/gitlab-org/gitlab-foss/tree/master/lib/gitlab/badge

For example:

Other related projects