From 8a673b587b308f3a42560c88fa049c7f4917647a Mon Sep 17 00:00:00 2001 From: dev-mkoebis Date: Wed, 17 Jun 2026 14:56:20 +0200 Subject: [PATCH] Nur Build-Step in Jenkinsfile aufgenommen --- WOLWin/config/Jenkinsfile.txt | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/WOLWin/config/Jenkinsfile.txt b/WOLWin/config/Jenkinsfile.txt index 4f00593..7266425 100644 --- a/WOLWin/config/Jenkinsfile.txt +++ b/WOLWin/config/Jenkinsfile.txt @@ -10,16 +10,5 @@ bat "\"${tool 'MSBuild15'}\" ${WORKSPACE}\\WOLWin_nightly\\WOLWin\\WOLWin.csproj /t:Restore /t:Rebuild /p:Configuration=Release" } } - } - stage('SonarQube') { - environment { - scannerHome = tool 'sonar-scanner4.4' - project = 'wolwin_nightly' - } - steps { - withSonarQubeEnv('SonarQube_Homer') { - bat "${scannerHome}/bin/sonar-scanner -Dsonar.projectKey=${project}" - } - } - } + } } \ No newline at end of file