Workflow level contexts
G
Gleb Stsenov
Currently contexts are set per
job
. I would like to set context on workflow
.Based on https://discuss.circleci.com/t/how-can-i-reduce-redundancy-when-using-contexts/37935/2 , did not find existing idea here.
Krisztian Molnar
It would be really great to have it!
Setting context for almost every jobs within a workflow repetitively is just doesn't feel right. In the world of IT we should avoid repeating ourselves.
Tristan Dietz
Hello,
Also interested in the addition of a new configuration such as:
workflows:
wf:
context:
- ...
jobs:
- ...
D
David Chen
Would be very nice to have. I think a lot of us have many jobs where we just have the extra line of code for context.