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 {
pollSCM("*/10 * * * *")
}
/*
environment {
/*
MSBUILD_SQ_SCANNER_HOME = tool name: 'sonarscanner', type: 'hudson.plugins.sonar.MsBuildSQRunnerInstallation'
DOTNET_USE_POLLING_FILE_WATCHER = true
DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE = false
*/
}
*/
stages {
stage('Checkout'){
steps{