pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

On the fly update of the pipelines execution context within tasks

Open zbal opened this issue 8 years ago • 0 comments

The pipeline_context is only instantiated on start, updated via the prompt / webhook, and on completion of the execution of a task.

it currently is not possible to update that context within tasks

Similarly - since tasks are rendered via jinja at the task level it is not possible to use set xxx = sdds within one task and expect to use that value at the next task... (it is not per-se the context of the pipelines, but that would have been a way to go around).

zbal avatar Mar 22 '17 04:03 zbal