Merge pull request #1549 from kc284/release/falcon/staging

Prevent GroovyCastException.
This commit is contained in:
Mihaela Stoica 2017-04-25 10:11:10 +01:00 committed by GitHub
commit 72040850f4
3 changed files with 4 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -179,7 +179,8 @@ node("${params.BUILD_ON_NODE}") {
).trim() ).trim()
stage('Download dependencies') { 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 GString remoteDotnet = GString.EMPTY
remoteDotnet += readFile("${env.WORKSPACE}\\xenadmin.git\\packages\\${dotNetFile}").trim() remoteDotnet += readFile("${env.WORKSPACE}\\xenadmin.git\\packages\\${dotNetFile}").trim()

View File

@ -1 +1 @@
xc-local-build/dotnet-packages/master/10 xc-local-release/dotnet-packages/release/falcon/staging/1

View File

@ -1 +1 @@
xc-local-build/dotnet-packages/master/3 xc-local-release/dotnet-packages-ctxsign/release/falcon/staging/1