Add jenkins build #1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user