This section will guide you through the full process of:
Code Studio facilitates the application review in a temporary environment (CDE).
The following instructions provide the possible development flow for a feature
called feature-1
:
Navigate to the project you want to plan work for, and click New issue.
Assign the issue to yourself or a team member with Code Studio access.
Click Create merge request directly from the issue ticket.
feature-1
.feature-1
branch.feature-1
and the Target branch as
the primary branch.Code Studio auto-triggers a new CI pipeline for the merge request. The pipeline status is displayed on the current merge request page. The status might take a minute to update.
Check the pipeline status on the current merge request page, and select Pipeline status to get more details about the pipeline.
Note
The pipeline shows extra CDE create and CDE delete jobs under the deploy stage.
Let the corresponding Code Studio CI pipeline succeed. This might take a few minutes.
Delete CDE
job from the old
pipeline that created the CDE deletes the CDE environment.Dev
, needs to point to the feature-1
branch, make a code switch.