You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ci.gocd.yamlformat_version: 9environments:
testing:
pipelines:
- example-deploy-testing
- build-testingpipelines:
mypipe1: # definition of mypipe1 pipelinegroup: mygroup # note that the group name can contain only of alphanumeric & underscore charactersapproval:
roles:
- managerusers:
- johndisplay_order: 10label_template: "${mygit[:8]}"lock_behavior: noneparameters: # list of parameters that can be configured for a pipelineparam1: value1
Right now yaml config plugin only supports approval at stage level but not at pipeline group. Any idea how do we achieve this?
The text was updated successfully, but these errors were encountered:
Currently, new group which is created by this plugin has no roles. This means only admins can see new groups. I'm happy if this plugin supports add roles in groups
This should be done via yaml code like below
Right now yaml config plugin only supports approval at stage level but not at pipeline group. Any idea how do we achieve this?
The text was updated successfully, but these errors were encountered: