mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 15:29:26 +01:00
Remove temporarily the build retention policy to avoid deleting useful builds.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
ce48a73e6d
commit
861dd5d630
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -323,7 +323,7 @@ node("${params.BUILD_ON_NODE}") {
|
||||
def buildInfo = Artifactory.newBuildInfo()
|
||||
buildInfo.env.filter.addInclude("*")
|
||||
buildInfo.env.collect()
|
||||
buildInfo.retention maxBuilds: 50, deleteBuildArtifacts: true
|
||||
//buildInfo.retention maxBuilds: 50, deleteBuildArtifacts: true
|
||||
|
||||
GString artifactMeta = "build.name=${env.JOB_NAME};build.number=${env.BUILD_NUMBER};vcs.url=${env.CHANGE_URL};vcs.branch=${params.XC_BRANCH};vcs.revision=${GIT_COMMIT_XENADMIN}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user