Update JK

This commit is contained in:
Anupong Hompan 2025-10-21 11:58:26 +07:00
parent 753319a08b
commit 7ade39e07f

4
Jenkinsfile vendored
View File

@ -142,7 +142,9 @@ pipeline {
/d:sonar.host.url="\$SONAR_HOST_URL" \
/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"
"""