From b1b43536af6ea16a3dd4073876e7decd7182b8e4 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Fri, 12 Dec 2025 18:08:43 +0100 Subject: [PATCH] OP#253 add qualitygave badge --- Jenkinsfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5d9dee9..dc521cb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,7 +65,7 @@ pipeline { script { sh ''' curl --user ${GITEA_USER}:${GITEA_TOKEN} \ - --upload-file keys/keys/RPM-GPG-KEY-public.asc \ + --upload-file keys/RPM-GPG-KEY-public.asc \ https://gitea.confdroid.com/api/packages/confdroid/rpm.repo ''' } diff --git a/README.md b/README.md index 17a69b2..50fbedf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Readme [![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid-prometheus-rpms)](https://jenkins.confdroid.com/job/confdroid-prometheus-rpms/) +[![Quality Gate Status](https://sonarqube.confdroid.com/api/project_badges/measure?project=confdroid-prometheus-rpms&metric=alert_status&token=sqb_b9ceb0fdcc2c164d59874654f230bbf1b40ef6e2)](https://sonarqube.confdroid.com/dashboard?id=confdroid-prometheus-rpms) ## Purpose -This repository aims to provide prometheus RPMs based on the officially released tarballs for easier installations. \ No newline at end of file +This repository aims to provide prometheus RPMs based on the officially released tarballs for easier installations. \ No newline at end of file