diff --git a/JenkinsJobs/Releng/promoteBuild.jenkinsfile b/JenkinsJobs/Releng/promoteBuild.jenkinsfile index a3644a4b71d..28f11d81195 100644 --- a/JenkinsJobs/Releng/promoteBuild.jenkinsfile +++ b/JenkinsJobs/Releng/promoteBuild.jenkinsfile @@ -12,8 +12,6 @@ pipeline { HIDE_SITE = 'true' // Download Server locations (would very seldom change) EP_ROOT = '/home/data/httpd/download.eclipse.org' - EP_ECLIPSE_ROOT = "${EP_ROOT}/eclipse" - EP_EQUINOX_ROOT = "${EP_ROOT}/equinox" } tools { jdk 'temurin-jdk21-latest' @@ -30,29 +28,25 @@ pipeline { env.CHECKPOINT = readParameter('CHECKPOINT') env.SIGNOFF_BUG = readParameter('SIGNOFF_BUG') env.TRAIN_NAME = readParameter('TRAIN_NAME') + //TODO: record the train in buildproperties.shsource and read it here if (!"${TRAIN_NAME}") { error("Parameter 'TRAIN_NAME' is not specified") } def idMatcher = null - if ((idMatcher = env.DROP_ID =~ /(?I)(?\d{8})-(?