Skip to content

Commit f787201

Browse files
MohananRahulnoopur2507
authored andcommitted
Move 4.36-I builds to R4_36_maintenance branch
#3073
1 parent cd6037b commit f787201

File tree

8 files changed

+38
-38
lines changed

8 files changed

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

JenkinsJobs/Builds/FOLDER.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for (STREAM in config.Streams){
1919
# - - - Integration Eclipse SDK builds - - -
2020
# 2025-06 Release Schedule
2121
# Normal : 6 PM every day (1/6 - 2/9)
22-
0 18 * * *
22+
# 0 18 * * *
2323
2424
2525
# RC Schedule
@@ -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_36_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_36_maintenance',
2222
mailingList: '[email protected]', testJobFolder:'AutomatedTests', testConfigurations: I_TEST_CONFIGURATIONS]
2323
case 'Y': return [*:buildConfig,
2424
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.36"
44
],
55
"Branches": {
6-
"4.36": "master"
6+
"4.36": "R4_36_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_36_maintenance"
2121
RELEASE_VER="4.36"
2222
STREAM="4.36.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_36_maintenance
2+
equinox: R4_36_maintenance
3+
equinox.p2: R4_36_maintenance
4+
eclipse.jdt.core.binaries: R4_36_maintenance
5+
eclipse.jdt.core: R4_36_maintenance
6+
eclipse.jdt.debug: R4_36_maintenance
7+
eclipse.jdt: R4_36_maintenance
8+
eclipse.jdt.ui: R4_36_maintenance
9+
eclipse.pde: R4_36_maintenance
10+
eclipse.platform: R4_36_maintenance
11+
eclipse.platform.releng: R4_36_maintenance
12+
eclipse.platform.swt: R4_36_maintenance
13+
eclipse.platform.ui: R4_36_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_36_maintenance
2+
equinox: R4_36_maintenance
3+
equinox.p2: R4_36_maintenance
4+
eclipse.jdt: R4_36_maintenance
5+
eclipse.jdt.core.binaries: R4_36_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_36_maintenance
10+
eclipse.platform.debug: R4_36_maintenance
11+
eclipse.platform.resources: R4_36_maintenance
12+
eclipse.platform: R4_36_maintenance
13+
eclipse.platform.common: R4_36_maintenance
14+
eclipse.platform.releng: R4_36_maintenance
15+
eclipse.platform.runtime: R4_36_maintenance
16+
eclipse.platform.swt: R4_36_maintenance
17+
eclipse.platform.team: R4_36_maintenance
18+
eclipse.platform.text: R4_36_maintenance
19+
eclipse.platform.ua: R4_36_maintenance
20+
eclipse.platform.ui: R4_36_maintenance
21+
eclipse.platform.ui.tools: R4_36_maintenance

cje-production/streams/repositories_master.txt

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

0 commit comments

Comments
 (0)