mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
Renamed manifest files as Windows seem to single out 'manifest'.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
5529626ac5
commit
47523ce632
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -201,7 +201,7 @@ node("${params.BUILD_ON_NODE}") {
|
||||
}
|
||||
|
||||
stage('Create manifest') {
|
||||
GString manifestFile = "${env.WORKSPACE}\\output\\manifest"
|
||||
GString manifestFile = "${env.WORKSPACE}\\output\\xenadmin-manifest.txt"
|
||||
File file = new File(manifestFile)
|
||||
|
||||
String branchInfo = (params.XC_BRANCH == 'master') ? 'trunk' : params.XC_BRANCH
|
||||
@ -236,7 +236,7 @@ node("${params.BUILD_ON_NODE}") {
|
||||
file << "xencenter-ovf xencenter-ovf.git 21d3d7a7041f15abfa73f916e5fd596fd7e610c4\n"
|
||||
file << "chroot-lenny chroots.hg 1a75fa5848e8\n"
|
||||
|
||||
file << readFile("${env.WORKSPACE}\\scratch\\dotnet-packages-manifest").trim()
|
||||
file << readFile("${env.WORKSPACE}\\scratch\\dotnet-packages-manifest.txt").trim()
|
||||
}
|
||||
|
||||
stage('Run checks') {
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"files": [
|
||||
{
|
||||
"pattern": "@REMOTE_DOTNET@/manifest",
|
||||
"target": "scratch/dotnet-packages-manifest",
|
||||
"pattern": "@REMOTE_DOTNET@/dotnet-packages-manifest.txt",
|
||||
"target": "scratch/",
|
||||
"flat": "true"
|
||||
},
|
||||
{
|
||||
|
@ -1 +1 @@
|
||||
xc-local-release/dotnet-packages/master/20
|
||||
xc-local-release/dotnet-packages/master/21
|
||||
|
Loading…
Reference in New Issue
Block a user