diff --git a/Jenkinsfile b/Jenkinsfile index 3fc24c404..d19923c26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -179,7 +179,8 @@ node("${params.BUILD_ON_NODE}") { ).trim() stage('Download dependencies') { - GString dotNetFile = (CTX_SIGN_DEFINED == '1') ? 'DOTNET_BUILD_LOCATION_CTXSIGN' : 'DOTNET_BUILD_LOCATION' + 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() diff --git a/packages/DOTNET_BUILD_LOCATION b/packages/DOTNET_BUILD_LOCATION index 1450d93c6..25e9b704e 100644 --- a/packages/DOTNET_BUILD_LOCATION +++ b/packages/DOTNET_BUILD_LOCATION @@ -1 +1 @@ -xc-local-build/dotnet-packages/master/10 +xc-local-release/dotnet-packages/release/falcon/staging/1 diff --git a/packages/DOTNET_BUILD_LOCATION_CTXSIGN b/packages/DOTNET_BUILD_LOCATION_CTXSIGN index 87e1b4688..109605d58 100644 --- a/packages/DOTNET_BUILD_LOCATION_CTXSIGN +++ b/packages/DOTNET_BUILD_LOCATION_CTXSIGN @@ -1 +1 @@ -xc-local-build/dotnet-packages/master/3 +xc-local-release/dotnet-packages-ctxsign/release/falcon/staging/1