From 897961580983f9c6e1f560142af29e1877df251c Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Tue, 28 Oct 2025 13:54:54 +0700 Subject: [PATCH] JK --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 38ac5fd..3aed0c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,11 @@ pipeline { TEST_RESULTS_DIR = 'TestResults' COVERAGE_DIR = 'TestResults/Coverage' COVERAGE_FILE = 'TestResults/Coverage/coverage.opencover.xml' + + // Path ติดตั้ง dotnet ชั่วคราวใน pipeline + DOTNET_ROOT = "${WORKSPACE}/.dotnet" + PATH = "${DOTNET_ROOT}:${PATH}" + PUBLISH_DIR = 'publish/Release' SONAR_PROJECT_KEY = 'AS400API' SONAR_PROJECT_NAME = 'AS400API'