Skip to content

Commit a7b5c80

Browse files
authored
RHOAI-21758 use latest pipeline version in scheduled runs (#805)
* RHOAI-21758 use latest pipeline version in scheduled runs * peer review edits
1 parent b784088 commit a7b5c80

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

modules/duplicating-a-scheduled-pipeline-run.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ endif::[]
4545
.. For *End date*, specify an end date for the duplicate run. Select an end date using the calendar, and the end time from the list of times.
4646
.. For *Catch up*, enable or disable catch up runs. You can use catch up runs to ensure your pipeline runs do not permanently fall behind schedule when they are paused. For example, if you re-enable a paused recurring run, the run scheduler backfills each missed run interval.
4747
.. From the *Pipeline* list, select the pipeline that you want to create a duplicate run for. Alternatively, to create a new pipeline, click *Create new pipeline*, and then complete the relevant fields in the *Import pipeline* dialog.
48-
.. From the *Pipeline version* list, select the pipeline version to create a duplicate run for. Alternatively, to upload a new version, click *Upload new version*, and then complete the relevant fields in the *Upload new version* dialog.
48+
.. For *Pipeline version*, select one of the following options:
49+
* Select *Always use the latest pipeline version* so that each recurring run automatically uses the most recent pipeline version.
50+
* Select *Use fixed version*, then select a specific pipeline version for all recurring runs. Alternatively, to upload a new version, click *Upload new version*, and then complete the relevant fields in the *Upload new version* dialog.
4951
.. Configure input parameters for the run by selecting parameters from the list.
5052
.. Click *Schedule run*.
5153

modules/scheduling-a-pipeline-run.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ endif::[]
4444
.. For *End date*, specify an end date for the run. Select an end date using the calendar, and the end time from the list of times.
4545
.. For *Catch up*, enable or disable catch up runs. You can use catch up runs to ensure your pipeline runs do not permanently fall behind schedule when they are paused. For example, if you re-enable a paused recurring run, the run scheduler backfills each missed run interval.
4646
.. From the *Pipeline* list, select the pipeline that you want to create a run for. Alternatively, to create a new pipeline, click *Create new pipeline*, and then complete the relevant fields in the *Import pipeline* dialog.
47-
.. From the *Pipeline version* list, select the pipeline version to create a run for. Alternatively, to upload a new version, click *Upload new version*, and then complete the relevant fields in the *Upload new version* dialog.
47+
.. For *Pipeline version*, select one of the following options:
48+
* Select *Always use the latest pipeline version* so that each recurring run automatically uses the most recent pipeline version.
49+
* Select *Use fixed version*, then select a specific pipeline version for all recurring runs. Alternatively, to upload a new version, click *Upload new version*, and then complete the relevant fields in the *Upload new version* dialog.
4850
.. Configure the input parameters for the run by selecting the parameters from the list.
4951
.. Click *Create schedule*.
5052

0 commit comments

Comments
 (0)