From 92285116d49bf28c7c5e7c3b2f4534596681f8d6 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Sat, 13 Dec 2025 13:22:02 +0100 Subject: [PATCH] OP#195 new module confdrdoid_prometheus --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 38e6481..8bb1883 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,7 +69,7 @@ pipeline { withCredentials([string(credentialsId: 'sonar-token', variable: 'SONAR_TOKEN')]) { sh ''' /opt/sonar-scanner/bin/sonar-scanner \ - -Dsonar.projectKey=prometheus_cd \ + -Dsonar.projectKey=confdroid_prometheus \ -Dsonar.sources=. \ -Dsonar.host.url=https://sonarqube.confdroid.com \ -Dsonar.token=$SONAR_TOKEN @@ -112,7 +112,7 @@ pipeline { git branch -D jenkins-build-$BUILD_NUMBER git rm -f Jenkinsfile git commit --amend --no-edit --allow-empty - git remote add master https://gitea.confdroid.com/confdroid/confdroid-prometheus.git + git remote add master https://gitea.confdroid.com/confdroid/confdroid_prometheus.git git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ push master --mirror '''