Workflow level contexts
g
gleb.stsenov@gmail.com
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.
ball my
Is it possible to set contexts at the workflow level in CircleCI to avoid redundancy across multiple jobs, and if so, what would be the best approach to implement this head basketball
A
Alex
This would make config a lot cleaner and easy to manage
Bradley Earnest
@Doodle Jump Assigning context to workflow will reduce repetition and make management much easier, I also hope CircleCI supports this feature soon!
k
krisztian_molnar@epam.com
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.
t
tristan.dietz@laposte.net
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.