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
description('Perform all steps to prepare the next development cycle of Eclipse.')
77
77
parameters {
78
-
booleanParam('DRY_RUN', true, 'If enabled, the final publication of all changes is skipped. Useful for debugging and to very that the pipeline behaves as intended.')
78
+
booleanParam('DRY_RUN', true, '''\
79
+
If enabled, the final publication of all changes is skipped respectivly all changes at the download-server happen in a 'try-out' area at https://download.eclipse.org/eclipse/try-outs/.
80
+
This area is cleaned on each dry-run and should be cleaned after a try-out session is completed.
81
+
Useful for debugging and to very that the pipeline behaves as intended.
82
+
''')
79
83
stringParam('NEXT_RELEASE_VERSION', null, 'Version of the release to prepare, for example: 4.37')
80
84
stringParam('PREVIOUS_RELEASE_CANDIDATE_ID', null, 'Id of the current release-candiate for the previous release, for example: S-4.36RC2-202505281830')
81
85
stringParam('M1_DATE', null, 'Milestone 1 end date in the format yyyy-mm-dd, for example: 2025-07-04')
@@ -106,6 +110,7 @@ But also, allows the sites and repositories to be examined for correctness befor
106
110
The second (deferred) step that makes things visible works, in part, based on some output of this first step. Hence, they must "share a workspace".
107
111
''')
108
112
parameters {
113
+
booleanParam('DRY_RUN', true, 'If enabled, the final publication of all changes is skipped. Useful for debugging and to very that the pipeline behaves as intended.')
109
114
stringParam('DROP_ID', null, '''\
110
115
The name (or, build id) of the build to promote. Typically would be a value such as 'I20250714-1800'.
111
116
It must match the name of the build on the build machine.
0 commit comments