From 9db1acaefa9161e8539299ed923adcc54e03efcf Mon Sep 17 00:00:00 2001 From: Elsa Zacharia <122080218+elsazac@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:54:47 +0530 Subject: [PATCH] Update Parent pom and target sdk deployment jobs for (#1848) R4_31_maintenance --- JenkinsJobs/Releng/deployPlatformParentPom.groovy | 12 ++---------- JenkinsJobs/Releng/deploySdkPom.groovy | 10 +--------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/JenkinsJobs/Releng/deployPlatformParentPom.groovy b/JenkinsJobs/Releng/deployPlatformParentPom.groovy index 6c13ff65b97..8d4539f049d 100644 --- a/JenkinsJobs/Releng/deployPlatformParentPom.groovy +++ b/JenkinsJobs/Releng/deployPlatformParentPom.groovy @@ -22,16 +22,8 @@ For this to be used by consuming projects, they must have their local maven repo remote{ url('https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git') } - branch('master') - branch('R4_7_maintenance') - branch('R4_8_maintenance') - branch('R4_19_maintenance') - branch('R4_23_maintenance') - branch('R4_26_maintenance') - branch('R4_27_maintenance') - branch('R4_28_maintenance') - branch('R4_29_maintenance') - branch('R4_30_maintenance') + branch('master') + branch('R4_31_maintenance') } } diff --git a/JenkinsJobs/Releng/deploySdkPom.groovy b/JenkinsJobs/Releng/deploySdkPom.groovy index cc405a117f8..ff8e3f22fbc 100644 --- a/JenkinsJobs/Releng/deploySdkPom.groovy +++ b/JenkinsJobs/Releng/deploySdkPom.groovy @@ -23,15 +23,7 @@ For this to be used by consuming projects, they must have their local maven repo url('https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git') } branch('master') - branch('R4_7_maintenance') - branch('R4_8_maintenance') - branch('R4_19_maintenance') - branch('R4_23_maintenance') - branch('R4_26_maintenance') - branch('R4_27_maintenance') - branch('R4_28_maintenance') - branch('R4_29_maintenance') - branch('R4_30_maintenance') + branch('R4_31_maintenance') } }