Comment our environment

This commit is contained in:
Max Nuding 2023-11-10 18:21:13 +01:00
parent 3c6785df76
commit 3b72d5a4d7
No known key found for this signature in database

4
Jenkinsfile vendored
View File

@ -7,13 +7,13 @@ pipeline {
triggers { triggers {
pollSCM("*/10 * * * *") pollSCM("*/10 * * * *")
} }
environment {
/* /*
environment {
MSBUILD_SQ_SCANNER_HOME = tool name: 'sonarscanner', type: 'hudson.plugins.sonar.MsBuildSQRunnerInstallation' MSBUILD_SQ_SCANNER_HOME = tool name: 'sonarscanner', type: 'hudson.plugins.sonar.MsBuildSQRunnerInstallation'
DOTNET_USE_POLLING_FILE_WATCHER = true DOTNET_USE_POLLING_FILE_WATCHER = true
DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE = false DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE = false
*/
} }
*/
stages { stages {
stage('Checkout'){ stage('Checkout'){
steps{ steps{