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' }