From 3ea491fc4ca49c9a45280652e1b8b80e0ba49d9e Mon Sep 17 00:00:00 2001 From: Ross Ceballo Date: Sat, 21 Dec 2024 01:22:57 -0500 Subject: [PATCH] Rework artifact copy --- pipelines/lib/util.groovy | 4 ++-- pipelines/release/run_rebuild.groovy | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pipelines/lib/util.groovy b/pipelines/lib/util.groovy index 589d7bb9..2c4314b3 100644 --- a/pipelines/lib/util.groovy +++ b/pipelines/lib/util.groovy @@ -1397,8 +1397,8 @@ def String runRebuild(Map p) { buildNumber: result.id, ], ]) - def manifestId = parseManifestId(readFile('buildmanifest/linux-9-x86/lsstsw/build/manifest.txt')) - echo sh(returnStdout: true, script: 'env|sort') + def manifestId = parseManifestId(readFile('buildmanifest/lsstsw/build/manifest.txt')) + // echo sh(returnStdout: true, script: 'env|sort') echo "parsed manifest id: ${manifestId}" return manifestId diff --git a/pipelines/release/run_rebuild.groovy b/pipelines/release/run_rebuild.groovy index 5c785584..696184d2 100644 --- a/pipelines/release/run_rebuild.groovy +++ b/pipelines/release/run_rebuild.groovy @@ -46,11 +46,6 @@ notify.wrap { def canonical = scipipe.canonical def lsstswConfigs = canonical.lsstsw_config - def splenvRef = lsstswConfigs.splenv_ref - println("This is the env ref: " + splenvRef) - if (params.SPLENV_REF) { - splenvRef = params.SPLENV_REF - } def matrix = [:] lsstswConfigs.each{ lsstswConfig ->