Use a single location for the dotnet-packages artifacts (follows CA-251400).

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2019-05-23 11:40:50 +01:00 committed by Mihaela Stoica
parent ff1cf916f1
commit 6c095a7977
3 changed files with 2 additions and 5 deletions

4
Jenkinsfile vendored
View File

@ -166,11 +166,9 @@ node("${params.BUILD_ON_NODE}") {
).trim()
stage('Download dependencies') {
GString dotNetFile = GString.EMPTY
dotNetFile += (CTX_SIGN_DEFINED == '1') ? 'DOTNET_BUILD_LOCATION_CTXSIGN' : 'DOTNET_BUILD_LOCATION'
GString remoteDotnet = GString.EMPTY
remoteDotnet += readFile("${env.WORKSPACE}\\xenadmin.git\\packages\\${dotNetFile}").trim()
remoteDotnet += readFile("${env.WORKSPACE}\\xenadmin.git\\packages\\DOTNET_BUILD_LOCATION").trim()
GString downloadSpec = GString.EMPTY
downloadSpec += readFile("${env.WORKSPACE}\\xenadmin.git\\mk\\deps-map.json").trim().replaceAll("@REMOTE_DOTNET@", remoteDotnet)

View File

@ -1 +1 @@
xc-local-release/dotnet-packages/master/22
xc-local-release/dotnet-packages-ctxsign/master/22

View File

@ -1 +0,0 @@
xc-local-release/dotnet-packages-ctxsign/master/22