From 3b72d5a4d75f3311cce37e1c783918e9f185abfa Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Fri, 10 Nov 2023 18:21:13 +0100 Subject: [PATCH] Comment our environment --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d346c08..5804b8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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{