-
Bug
-
Resolution: Done
-
Critical
-
Pipelines 1.7
-
devex docs #231 Jan 26-Feb 16
-
3
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
---
-
---
In "Red Hat OpenShift Pipelines release notes", pipeline section is reported:
With this update, the when expressions in a Task object are scoped to guard the tasks by default. To continue guarding the Task object and its dependent tasks, set the scope-when-expressions-to-task flag to true.
but it is wrong. It should be something like:
With this update, a new flag named scope-when-expressions-to-task has been added. The current behavior of the when expression in a Pipeline is to skip a Task and its dependent tasks when certain conditions aren't met. This behavior will change in future tekton releases and the scope of when expression will guard the Task only and not its dependent tasks. To enable the new behavior, set the scope-when-expressions-to-task flag to true.
- links to
(1 links to)