From 80c22cb914c5464293b056d08b0c91de05b36858 Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Mon, 27 Oct 2025 21:57:21 +0700 Subject: [PATCH] JK --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b52e9f1..4fdba57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }