Skip to content

Commit e1c35e9

Browse files
authored
Move 4.35-I builds to R4_35_maintenance branch (#2852)
#2851
1 parent e51f396 commit e1c35e9

File tree

7 files changed

+31
-38
lines changed

7 files changed

+31
-38
lines changed

JenkinsJobs/Builds/DockerImagesBuild.jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ pipeline {
1414
steps {
1515
cleanWs()
1616
sh '''
17-
git clone --depth=1 -b master https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
18-
git clone --depth=1 -b master https://github.com/eclipse-jdt/eclipse.jdt.core
17+
git clone --depth=1 -b R4_35_maintenance https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
18+
git clone --depth=1 -b R4_35_maintenance https://github.com/eclipse-jdt/eclipse.jdt.core
1919
'''
2020
}
2121
}

JenkinsJobs/Builds/FOLDER.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ for (STREAM in config.Streams){
2424
2525
# Milestone/RC Schedule
2626
# Post M1, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
27-
0 6 15-26 2 5-7,1-3
28-
0 18 14-26 2 5-7,1-3
27+
#0 6 15-26 2 5-7,1-3
28+
#0 18 14-26 2 5-7,1-3
2929
''')
3030
}
3131
}
@@ -57,7 +57,7 @@ pipelineJob('Builds/Build-Docker-images'){
5757
cpsScm {
5858
lightweight(true)
5959
scm {
60-
github('eclipse-platform/eclipse.platform.releng.aggregator', 'master')
60+
github('eclipse-platform/eclipse.platform.releng.aggregator', 'R4_35_maintenance')
6161
}
6262
scriptPath('JenkinsJobs/Builds/DockerImagesBuild.jenkinsfile')
6363
}

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def BUILD = {
1818
def buildConfig = [ type: matcher.group('type'), testPrefix: "ep${matcher.group('major')}${matcher.group('minor')}${matcher.group('type')}-unit"]
1919
switch(buildConfig.type) {
2020
case 'I': return [*:buildConfig,
21-
typeName: 'Integration' , branchLabel: 'master',
21+
typeName: 'Integration' , branchLabel: 'R4_35_maintenance',
2222
mailingList: '[email protected]', testJobFolder:'AutomatedTests', testConfigurations: I_TEST_CONFIGURATIONS]
2323
case 'Y': return [*:buildConfig,
2424
typeName: 'Beta Java 24', branchLabel: 'java24',

cje-production/buildproperties.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# with # are considered comments and no spaces allowed in keys
1818

1919
# CJE build variables
20-
BRANCH="master"
20+
BRANCH="R4_35_maintenance "
2121
RELEASE_VER="4.35"
2222
STREAM="4.35.0"
2323
STREAMMajor="4"
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
equinox.binaries: R4_35_maintenance
2+
equinox: R4_35_maintenance
3+
equinox.p2: R4_35_maintenance
4+
eclipse.jdt.core.binaries: R4_35_maintenance
5+
eclipse.jdt.core: R4_35_maintenance
6+
eclipse.jdt.debug: R4_35_maintenance
7+
eclipse.jdt: R4_35_maintenance
8+
eclipse.jdt.ui: R4_35_maintenance
9+
eclipse.pde: R4_35_maintenance
10+
eclipse.platform: R4_35_maintenance
11+
eclipse.platform.releng: R4_35_maintenance
12+
eclipse.platform.swt: R4_35_maintenance
13+
eclipse.platform.ui: R4_35_maintenance
Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
equinox.binaries: master
2-
equinox: master
3-
equinox.p2: master
4-
eclipse.jdt: master
5-
eclipse.jdt.core.binaries: master
1+
equinox.binaries: R4_35_maintenance
2+
equinox: R4_35_maintenance
3+
equinox.p2: R4_35_maintenance
4+
eclipse.jdt: R4_35_maintenance
5+
eclipse.jdt.core.binaries: R4_35_maintenance
66
eclipse.jdt.core: BETA_JAVA24
77
eclipse.jdt.debug: BETA_JAVA24
88
eclipse.jdt.ui: BETA_JAVA24
9-
eclipse.pde: master
10-
eclipse.platform.debug: master
11-
eclipse.platform.resources: master
12-
eclipse.platform: master
13-
eclipse.platform.common: master
14-
eclipse.platform.releng: master
15-
eclipse.platform.runtime: master
16-
eclipse.platform.swt: master
17-
eclipse.platform.team: master
18-
eclipse.platform.text: master
19-
eclipse.platform.ua: master
20-
eclipse.platform.ui: master
21-
eclipse.platform.ui.tools: master
9+
eclipse.pde: R4_35_maintenance
10+
eclipse.platform.debug: R4_35_maintenance
11+
eclipse.platform: R4_35_maintenance
12+
eclipse.platform.swt: R4_35_maintenance
13+
eclipse.platform.ui: R4_35_maintenance
14+

cje-production/streams/repositories_master.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)