This commit is contained in:
Anupong Hompan 2025-10-27 21:57:21 +07:00
parent efb448970a
commit 80c22cb914

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
COVERAGE_OUTPUT = 'TestResults/Coverage'
COVERAGE_REPORT_DIR = 'TestResults/Coverage/report'
PUBLISH_OUTPUT = 'publish/Release'
PATH+DOTNET_GLOBAL_TOOLS = '/root/.dotnet/tools'
PATH = "${env.PATH}:/root/.dotnet/tools"
SONAR_PROJECT_KEY = 'AS400API'
}