devo-ps / pipelines

Build pipelines for automation, deployment, testing...
MIT License
119 stars 13 forks source link

On the fly update of the pipelines execution context within tasks #61

Open zbal opened 7 years ago

zbal commented 7 years ago

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).