Comment our environment
This commit is contained in:
parent
3c6785df76
commit
3b72d5a4d7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user