Update JK
This commit is contained in:
parent
753319a08b
commit
7ade39e07f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -142,7 +142,9 @@ pipeline {
|
|||||||
/d:sonar.host.url="\$SONAR_HOST_URL" \
|
/d:sonar.host.url="\$SONAR_HOST_URL" \
|
||||||
/d:sonar.login="\$SONAR_AUTH_TOKEN"
|
/d:sonar.login="\$SONAR_AUTH_TOKEN"
|
||||||
|
|
||||||
dotnet build -c Release /warnaserror- -p:TreatWarningsAsErrors=false
|
dotnet build -c Release \
|
||||||
|
-p:TreatWarningsAsErrors=false \
|
||||||
|
-warnaserror
|
||||||
|
|
||||||
dotnet sonarscanner end /d:sonar.login="\$SONAR_AUTH_TOKEN"
|
dotnet sonarscanner end /d:sonar.login="\$SONAR_AUTH_TOKEN"
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user