Sonar Qube integration with Jenkins
- Refer Here for the sonar qube documentation on scanning
- For sonar qube docs to integrate with jenkins Refer Here and Refer Here for Azure DevOps
- We have added a Sonar Scanner plugin into jenkins. Then configure sonar cloud after adding token to credentials. While building the project we have added steps as referred in the following changeset Refer Here.
Multi node projects
- Lets try to see how to configure a project that runs on multiple nodes
- Refer Here for the changes
- Refer Here for the second set of changes where we have used the stash and unstash to copy artifacts across nodes
Branching Strategies
- Git Flow: Refer Here
- Git Lab Branching: For every environment have a branch
- developer
- system test
- performance test
- preproduction
- production
Pull request (PR)
- Refer Here for official docs
Git alias
- Refer Here for git alias
Fifth area of git: Stash
- Refer Here for changes.
