From e4f2717423479d12a3a7e8725e2c35d0fada5406 Mon Sep 17 00:00:00 2001 From: mkoebis Date: Mon, 15 Jun 2026 08:20:31 +0000 Subject: [PATCH] Hochbaustatistik/config/Jenkinsfile aktualisiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wieder altes Token hinzugefügt --- Hochbaustatistik/config/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hochbaustatistik/config/Jenkinsfile b/Hochbaustatistik/config/Jenkinsfile index 94e16f1..3482f70 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_e7db7f1c8b88a3c3aa9bb8146895b83475c15741' + token = 'sqa_71202f188aacbe40492ba767cf3e841179d3f41a' project = 'hochbaustatistik' } steps @@ -46,7 +46,7 @@ pipeline environment { scannerHome = "C:\\home\\jenkins\\tools\\hudson.plugins.sonar.MsBuildSQRunnerInstallation\\C_sonar-runner" - token = 'sqa_e7db7f1c8b88a3c3aa9bb8146895b83475c15741' + token = 'sqa_71202f188aacbe40492ba767cf3e841179d3f41a' project = 'hochbaustatistik' } steps