Nur Build-Step in Jenkinsfile aufgenommen

This commit is contained in:
dev-mkoebis
2026-06-17 14:56:20 +02:00
parent 0986b845aa
commit 8a673b587b

View File

@@ -11,15 +11,4 @@
}
}
}
stage('SonarQube') {
environment {
scannerHome = tool 'sonar-scanner4.4'
project = 'wolwin_nightly'
}
steps {
withSonarQubeEnv('SonarQube_Homer') {
bat "${scannerHome}/bin/sonar-scanner -Dsonar.projectKey=${project}"
}
}
}
}