Changes for page Continuous Integration

Last modified by chrisby on 2024/05/05 17:22

From version 2.7
edited by chrisby
on 2024/05/05 17:14
Change comment: There is no comment for this version
To version 2.10
edited by chrisby
on 2024/05/05 17:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,4 +19,7 @@
19 19  
20 20  ### Developer Branches
21 21  
22 -One possible workflow is to create a new branches from main branch, one for each developer in the team. Therefore they are called developer branches and can be named after the team member they stand for. At the beginning of the day, each developer merges the latest main commits to his personal developer branch.
22 +One workflow is that all team member work directly on the main branch. The problem is, that often we like to use asynchronous execution of
23 +
24 +One possible workflow is to create a new branches from main branch, one for each developer in the team. Therefore they are called developer branches and can be named after the team member they stand for. At the beginning of the day, each developer merges the latest main commits to his personal developer branch. During the day he adds commits and can push them without affecting any other team member.
25 +Asynchronous excution of the CI pipeline tests.