You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RelEng] Enhance parameter processing in build promotion job
- Remove those parameters that can be derived from others.
- Move creation of 'mailtemplate.txt' file to Jenkins pipeline.
- Drop creation of unused 'checklist.txt' file.
- Drop consideration of 'M'-DROP_IDs, which are not produced anymore.
Copy file name to clipboardExpand all lines: JenkinsJobs/Releng/FOLDER.groovy
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -112,12 +112,6 @@ It must match the name of the build on the build machine.
112
112
stringParam('CHECKPOINT', null, 'M1, M3, RC1, RC2, RC3 etc (blank for final releases).')
113
113
stringParam('SIGNOFF_BUG', null, 'The issue that was used to "signoff" the checkpoint. If there are no unit test failures, this can be left blank. Otherwise a link is added to test page explaining that "failing unit tests have been investigated".')
114
114
stringParam('TRAIN_NAME', null, 'The name of the release stream, typically yyyy-mm. For example: 2022-09')
115
-
stringParam('STREAM', null, 'Needs to be all three files of primary version for the release, such as 4.7.1 or 4.8.0.')
116
-
stringParam('DL_TYPE', null, "This is the build type we are promoting TO. I-builds promote to 'S' until 'R'.")
117
-
stringParam('TAG', null, ''' For passing to the tagEclipseRelease job.
118
-
R is used for release builds. For example: R4_25
119
-
S is used for milestones and includes the milestone version. For example: S4_25_0_RC2
Copy file name to clipboardExpand all lines: RELEASE.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,6 @@
40
40
- CHECKPOINT: M1 etc (blank for final releases)
41
41
- SIGNOFF_BUG: Needs to be updated to sign-off issue (numeric part only)
42
42
- TRAIN_NAME: Whenever the current GA release is planned for (formatted 4 digit year - 2 digit month, i.e `2022-06`)
43
-
- STREAM: 4.24.0 etc
44
-
- DL_TYPE: S is used to promote I-builds.
45
-
- TAG: Parameter should match stream version, i.e `S4_30_0_RC1` etc
46
43
- After the build find and open the mail template [artifact](https://ci.eclipse.org/releng/job/Releng/job/promoteBuild/lastSuccessfulBuild/artifact/) and have it ready.
47
44
- This should automatically run [tag Eclipse release](https://ci.eclipse.org/releng/job/Releng/job/tagEclipseRelease/) to tag the source code.
0 commit comments