mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
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:
parent
ff1cf916f1
commit
6c095a7977
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
xc-local-release/dotnet-packages/master/22
|
||||
xc-local-release/dotnet-packages-ctxsign/master/22
|
||||
|
@ -1 +0,0 @@
|
||||
xc-local-release/dotnet-packages-ctxsign/master/22
|
Loading…
Reference in New Issue
Block a user