mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1549 from kc284/release/falcon/staging
Prevent GroovyCastException.
This commit is contained in:
commit
72040850f4
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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()
|
||||
|
@ -1 +1 @@
|
||||
xc-local-build/dotnet-packages/master/10
|
||||
xc-local-release/dotnet-packages/release/falcon/staging/1
|
||||
|
@ -1 +1 @@
|
||||
xc-local-build/dotnet-packages/master/3
|
||||
xc-local-release/dotnet-packages-ctxsign/release/falcon/staging/1
|
||||
|
Loading…
Reference in New Issue
Block a user