Skip to content

This java application insert SonarCube badges inside projects uploaded on GitLab.

Notifications You must be signed in to change notification settings

iubar/badges-updater-for-gitlab

 
 

Repository files navigation

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

About

This java application insert SonarCube badges inside projects uploaded on GitLab.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%