From f758abbc21ed83ecbe56d6c6af278fa39bd945f9 Mon Sep 17 00:00:00 2001 From: mkoebis Date: Mon, 15 Jun 2026 08:18:55 +0000 Subject: [PATCH] Hochbaustatistik/config/Jenkinsfile aktualisiert Neues Token generiert --- Hochbaustatistik/config/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hochbaustatistik/config/Jenkinsfile b/Hochbaustatistik/config/Jenkinsfile index 3482f70..94e16f1 100644 --- a/Hochbaustatistik/config/Jenkinsfile +++ b/Hochbaustatistik/config/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { dotnet ="C:\\Program Files\\dotnet\\" scannerHome = "C:\\home\\jenkins\\tools\\hudson.plugins.sonar.MsBuildSQRunnerInstallation\\C_sonar-runner" - token = 'sqa_71202f188aacbe40492ba767cf3e841179d3f41a' + token = 'sqa_e7db7f1c8b88a3c3aa9bb8146895b83475c15741' project = 'hochbaustatistik' } steps @@ -46,7 +46,7 @@ pipeline environment { scannerHome = "C:\\home\\jenkins\\tools\\hudson.plugins.sonar.MsBuildSQRunnerInstallation\\C_sonar-runner" - token = 'sqa_71202f188aacbe40492ba767cf3e841179d3f41a' + token = 'sqa_e7db7f1c8b88a3c3aa9bb8146895b83475c15741' project = 'hochbaustatistik' } steps