Example Azure DevOps configurations for common Bit and Git CI/CD workflows.
- You must set the
BIT_CONFIG_USER_TOKEN
environment variable for the pipeline before running these tasks. You also need theAZURE_DEVOPS_PAT
environment variable for thebit-tasks/commit-bitmap@v1
task. - If your workspace is not at the root of the Git repository, specify the input parameter
ws-dir
in the taskbit-init@0
.
Task | Example | Repo and Docs |
---|---|---|
Initialize Bit | bit-init.yml | link |
Bit Verify Components | verify.yml | link |
Bit Tag and Export | tag-export.yml | link |
Bit Pull Request Build | pull-request.yml | link |
Bit Lane Cleanup | lane-cleanup.yml | link |
Commit Bitmap | commit-bitmap.yml | link |
Task | Example | Repo and Docs |
---|---|---|
Dependency Update | dependency-update.yml | link |
Task | Example | Repo and Docs |
---|---|---|
Branch Lane | branch-lane.yml | link |
Lane Branch | lane-branch.yml | link |
To create zip files, use the below commands.
chmod +x zip_files.sh
bash ./zip_files.sh