From 2505c6ddcd43af3d6864841e49a9f0e74af9dd83 Mon Sep 17 00:00:00 2001 From: mkoebis Date: Mon, 15 Jun 2026 07:46:55 +0000 Subject: [PATCH] Hochbaustatistik/config/Jenkinsfile aktualisiert Token auch in der SonarQube-Sektion korrigiert --- Hochbaustatistik/config/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hochbaustatistik/config/Jenkinsfile b/Hochbaustatistik/config/Jenkinsfile index 5ba57ca..9212721 100644 --- a/Hochbaustatistik/config/Jenkinsfile +++ b/Hochbaustatistik/config/Jenkinsfile @@ -46,7 +46,7 @@ pipeline environment { scannerHome = "C:\\home\\jenkins\\tools\\hudson.plugins.sonar.MsBuildSQRunnerInstallation\\C_sonar-runner" - token = 'sqa_a11eb81bb62f3777b11679484aee7e65ed739ef2' + token = 'sqa_71202f188aacbe40492ba767cf3e841179d3f41a' project = 'hochbaustatistik' } steps