Nur Build-Step in Jenkinsfile aufgenommen
This commit is contained in:
@@ -10,16 +10,5 @@
|
|||||||
bat "\"${tool 'MSBuild15'}\" ${WORKSPACE}\\WOLWin_nightly\\WOLWin\\WOLWin.csproj /t:Restore /t:Rebuild /p:Configuration=Release"
|
bat "\"${tool 'MSBuild15'}\" ${WORKSPACE}\\WOLWin_nightly\\WOLWin\\WOLWin.csproj /t:Restore /t:Rebuild /p:Configuration=Release"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('SonarQube') {
|
|
||||||
environment {
|
|
||||||
scannerHome = tool 'sonar-scanner4.4'
|
|
||||||
project = 'wolwin_nightly'
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
withSonarQubeEnv('SonarQube_Homer') {
|
|
||||||
bat "${scannerHome}/bin/sonar-scanner -Dsonar.projectKey=${project}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user