JK
This commit is contained in:
parent
efb448970a
commit
80c22cb914
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@ pipeline {
|
|||||||
COVERAGE_OUTPUT = 'TestResults/Coverage'
|
COVERAGE_OUTPUT = 'TestResults/Coverage'
|
||||||
COVERAGE_REPORT_DIR = 'TestResults/Coverage/report'
|
COVERAGE_REPORT_DIR = 'TestResults/Coverage/report'
|
||||||
PUBLISH_OUTPUT = 'publish/Release'
|
PUBLISH_OUTPUT = 'publish/Release'
|
||||||
PATH+DOTNET_GLOBAL_TOOLS = '/root/.dotnet/tools'
|
PATH = "${env.PATH}:/root/.dotnet/tools"
|
||||||
SONAR_PROJECT_KEY = 'AS400API'
|
SONAR_PROJECT_KEY = 'AS400API'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user