Skip to content

Commit 3f71170

Browse files
eclipse-releng-botMohananRahul
authored andcommitted
Move 4.37-I builds to R4_37_maintenance branch
1 parent 779c4b6 commit 3f71170

File tree

8 files changed

+38
-51
lines changed

8 files changed

+38
-51
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_37_maintenance https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
18+
git clone --depth=1 -b R4_37_maintenance https://github.com/eclipse-jdt/eclipse.jdt.core
1919
'''
2020
}
2121
}

JenkinsJobs/Builds/FOLDER.groovy

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,7 @@ for (STREAM in config.Streams){
1313
pipelineTriggers {
1414
triggers {
1515
cron {
16-
spec('''TZ=America/Toronto
17-
# format: Minute Hour Day Month Day of the week (0-7)
18-
19-
# - - - Integration Eclipse SDK builds - - -
20-
# 2025-09 Release Schedule
21-
# Normal : 6 PM every day (11/6 - 27/8)
22-
0 18 * * *
23-
24-
25-
# RC Schedule
26-
# Post M3, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
27-
0 6 15-27 8 5-7,1-3
28-
0 18 15-27 8 5-7,1-3
29-
''')
16+
spec('')
3017
}
3118
}
3219
}
@@ -57,7 +44,7 @@ pipelineJob('Builds/Build-Docker-images'){
5744
cpsScm {
5845
lightweight(true)
5946
scm {
60-
github('eclipse-platform/eclipse.platform.releng.aggregator', 'master')
47+
github('eclipse-platform/eclipse.platform.releng.aggregator', 'R4_37_maintenance')
6148
}
6249
scriptPath('JenkinsJobs/Builds/DockerImagesBuild.jenkinsfile')
6350
}

JenkinsJobs/Builds/build.jenkinsfile

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

JenkinsJobs/JobDSL.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"4.37"
44
],
55
"Branches": {
6-
"4.37": "master"
6+
"4.37": "R4_37_maintenance"
77
}
88
}

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_37_maintenance"
2121
RELEASE_VER="4.37"
2222
STREAM="4.37.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_37_maintenance
2+
equinox: R4_37_maintenance
3+
equinox.p2: R4_37_maintenance
4+
eclipse.jdt.core.binaries: R4_37_maintenance
5+
eclipse.jdt.core: R4_37_maintenance
6+
eclipse.jdt.debug: R4_37_maintenance
7+
eclipse.jdt: R4_37_maintenance
8+
eclipse.jdt.ui: R4_37_maintenance
9+
eclipse.pde: R4_37_maintenance
10+
eclipse.platform: R4_37_maintenance
11+
eclipse.platform.releng: R4_37_maintenance
12+
eclipse.platform.swt: R4_37_maintenance
13+
eclipse.platform.ui: R4_37_maintenance
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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_37_maintenance
2+
equinox: R4_37_maintenance
3+
equinox.p2: R4_37_maintenance
4+
eclipse.jdt: R4_37_maintenance
5+
eclipse.jdt.core.binaries: R4_37_maintenance
66
eclipse.jdt.core: BETA_JAVA25
77
eclipse.jdt.debug: BETA_JAVA25
88
eclipse.jdt.ui: BETA_JAVA25
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_37_maintenance
10+
eclipse.platform.debug: R4_37_maintenance
11+
eclipse.platform.resources: R4_37_maintenance
12+
eclipse.platform: R4_37_maintenance
13+
eclipse.platform.common: R4_37_maintenance
14+
eclipse.platform.releng: R4_37_maintenance
15+
eclipse.platform.runtime: R4_37_maintenance
16+
eclipse.platform.swt: R4_37_maintenance
17+
eclipse.platform.team: R4_37_maintenance
18+
eclipse.platform.text: R4_37_maintenance
19+
eclipse.platform.ua: R4_37_maintenance
20+
eclipse.platform.ui: R4_37_maintenance
21+
eclipse.platform.ui.tools: R4_37_maintenance

cje-production/streams/repositories_master.txt

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

0 commit comments

Comments
 (0)