Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Deployment Process

1. Take latest pull of develop branch, and then cut a new branch from develop
branch " git checkout -b 'branch name should be the issue number' "

2. Once done with the code, using git bash (a) If you implemented a STORY, so at
the time of commit in commit message

git add
git commit -m "feat: short desc" OR "fix: short
desc" for BUG fix
git push origin

3 Before raising the PR, first change the subtask status to READY FOR REVIEW

4. Then you raise a PR to merge the changes into develop branch. Remember PR Name
should have task number MENTIONED in CAPITAL LETTERS eg THANOS-5497: short desc.

5. Once you raise a PR it will run some jenkins checks build (test, lint, build),
process gatekeeper, checkmarks (High, Medium, Low), CI/CD

6. Once everything passes, ask in the group for Reviewing the PR ( Need 2 Approvals
).

7. Once done this process, button will enable and will be merged.

8. After your PR is merged, That subtask will automatically be in DONE state.

9. After that KR card is generated, ADD your subtask in that KR card as Release
Candidate.

10. Once done, GO to Jenkins, in the Activity side tab, enter KR card number, then
in branch write 'develop'

11. After that click on option on where to deploy, if status is not Deployed on QA,
then select QA and then click deploy. After success, changes will
be available on QA.

You might also like