feature-flags-configuration-as-code
repository you just created. feature-flags-configuration-as-code
repository and note the structure. You should see an automatically generated README.md
and a target_groups
directory.master
branch to the automatically created Development
branch and note the differences. Note the existence of an experiments
folder that contains default.sidebar.yml
with enabled: false
on line 3.default.sidebar.yml
by editing the line enabled: false
to become enabled: true
and commit to Development
branch. Your YAML should closely resemble this:type: experiment
name: sidebar
flag: default.sidebar
enabled: true
conditions:
- group:
name: BetaUsers
value: true
value: false
Development
branch to master
branch by creating and merging a pull request. Make sure not to delete the Development
branch after confirming the merge. Congratulations! You have finished Lab 4 of the CloudBees Feature Management Workshop.
For instructor led workshops please return to the workshop slides