This is the multi-page printable view of this section. Click here to print.
Release Management
1 - Release Management
A release is a task that performs the actual deployment process using a workflow.
Users with Owner, Master, or higher permissions within a project group can configure and apply a release process appropriate for the project.
Getting Started with Release Management
To start release management, follow the steps below.
- Main page, click the Release Management icon next to the project group name. You will be taken to the Release Management page.
- From the left menu, click the Release Management > Release Management menu. You will be taken to the Release Management page.
Create Release
Release creation proceeds in the following order.
Pre-release checklist
Before creating a release, verify the following items.
Item | Required | Explanation |
|---|---|---|
| Workflow | Y | The workflow must be created as a release process template before creating a release. Please refer to Workflow Management. |
| Approval template | N | You can preconfigure the approval line and approval content to be used in a release in the approval template. Please refer to Approval Template Settings. |
Getting Started with Release Creation
Start creating a release on the Release Management screen
To create a release, follow the steps below.
- On the Main page, click the Release Management icon next to the project group name. You will be taken to the Release Management page.
- From the left menu, click the Release Management > Release Management menu. You will be taken to the Release Management page.
- Click the Create Release button.
Start creating a release from the workflow list
To create a release, follow the steps below.
- On the Main page, click the Release Management icon next to the project group name. You will be taken to the Release Management page.
- Click the Release Management > Workflow Management menu in the left menu.
- In the Workflow list, click the More icon. In the More menu, click the Release with this workflow option.
Start creating a release from the workflow detail screen
To create a release, follow the steps below.
- On the Main page, click the Release Management icon next to the project group name. You will be taken to the Release Management page.
- On the Release Management page, click the Release Management > Workflow Management menu in the left menu.
- In the workflow list, click the workflow you want to view in detail.
- On the Workflow Details screen, click the Release with this workflow menu.
Enter basic release information
Enter the basic release information.
- Click the Start button.
Workflow Settings
- Select the workflow to perform the release. If you started creating a release through Workflow Management, the corresponding workflow is automatically selected.
- If you set an environment variable in the workflow, verify the variable and modify its value.
- Click the Next button.
Task view/edit
- Check the tasks that will be performed in the release.
- Edit or delete the task as needed.
- If you have completed checking/editing all tasks, click the Next button.
Release Settings
- Add the person responsible for receiving email/messenger notifications when the release or task status changes.
- Select whether to automatically end the release when all tasks are completed.
- Click the Next button.
Summary information
- Check the release creation summary information and click the Done button.
- In the confirmation popup, click the Confirm button to complete the creation.
- When the release creation is complete, the Release Details screen appears.
Release Detail Lookup
To view release details, follow these steps.
- In the Release list, click the release you want to view in detail.
- The Release Details screen appears.
Proceed with Release
Ongoing release
To proceed with the release, follow the steps below.
- In the Release list, click the release card with status In Progress.
- Release Details The screen appears.
- You can execute the release tasks included in the release.
Proceed with task
Only the person assigned to the release task or the release manager registered when the release is created can proceed with the task. To proceed with the release task, follow the steps below.
- If you are the task owner or the release owner, click the Task card. The task information appears in the task edit screen on the right.
- Pre-task Editing: You can edit some items of the task before it starts. After completing the edits, click the Apply button.
task Editable items User Estimated time required
- Description
- Person in charge
- Receive email upon completion
- AttachmentJenkins Parameters
- Person in charge
- Email recipient upon completionBlue/Green transition Person in charge
- mail recipient upon completionImage repository replication Source tag
- Target tag
- Person in charge
- Email recipient upon completionSCM repository release SCM tag
- person in charge
- email recipient upon completionCreate a GIT branch Project
- Repository branch
- New branch
- Person in charge
- Email recipient upon completionInternal approval JIRA Version Issue
- Approver
- Approval Title
- Approval Content
- Assignee
- Email Recipient on CompletionHelm release SET VALUES
- Person in charge
- Receive email upon completionJIRA release JIRA Project
- JIRA Version
- Assignee
- Receive email upon completionTable. Items that can be edited before starting the task - Task Start: Click the Start button to begin the task. If Task Auto-Run is selected, the task will start automatically without clicking the Start button.
- Task in progress: While the task is in progress, the status bar at the top of the task is displayed as In progress.
However, for a User task, you can still modify the estimated time, description, attachments, and other details even while it is in progress.
- Task Completion: Click the Complete button to complete the task. Some tasks cannot be completed by the user clicking the Complete button; the system automatically checks the status and completes them.
- Proceed with the other tasks in the same way and complete them.
Pause/Restart/Skip Task
Only the person assigned to the task or the release manager registered when creating the release can pause, restart, or skip.
To stop, restart, or skip a task, follow these steps.
- If you are the task owner or the release owner, click the More icon of the task.
- In the More menu, click the Stop/Restart/Skip menu.
Complete the release
The release manager can complete the release. The final outcome of a release is classified into three categories: success, failure, or stop.
- Success: After all release tasks are completed, the release manager marks the release as successful.
- Failure: After all release tasks are completed, the release manager marked the release as failed.
- Stop: There is at least one incomplete task in the release, but the release manager stopped the release.
Complete the release as success/failure
To complete the release, follow the steps below.
- Click the Release card with status In Progress in the Release list.
- Release Details screen appears.
- Confirm that all tasks included in the release have been completed.
- Click the ””Release Complete”” button.
- Release Complete popup appears, select Release Result (Success/Failure) and click the Complete button to finish the release.
Stop the release
To stop without completing the release, follow these steps.
However, according to the Release Management of the tenant common settings, approval is required when stopping.(테넌트 공통설정 관리하기)
- From the Release list, click the release card with status In Progress.
- The Release Details screen appears.
- Confirm that none of the tasks included in the release are in progress, and that any remaining tasks have not been started.
- Click the Release Complete button.
- Release Complete popup opens, and the release result is displayed as Interrupted. Click the Complete button to stop the release.
- If you set approval required on stop in the tenant common settings, clicking the Release Complete button opens the Release Stop Approval popup.
Delete release history
If the release status is success/failure/aborted, you can delete the release history. Releases in progress cannot be deleted.
Note that the delete function may not be visible depending on the Release Management setting in the tenant common settings. (Manage Tenant Common Settings)
To delete the release history, follow these steps.
- To delete the release history, use one of the following methods.
- On the Release Details screen, click the Delete button.
- Click the More icon in the release list. In the More menu, click the Delete menu.
- Delete Release History popup appears, and please enter the release name to confirm deletion.
- Click the Confirm button to complete the deletion.
2 - Workflow Management
A workflow is a collection of tasks and task groups of various types, and it must be configured before creating a release.
A workflow is a release process template that helps by turning a series of tasks required for the build-to-deployment stages into tasks, assigning owners to each task, and enabling sequential task execution during deployment.
Getting Started with Workflow Management
To begin workflow management, follow these steps.
- On the Main page, click the Release Management icon next to the project group name. You will be taken to the Release Management page.
- Release Management page, click the Release Management > Workflow Management menu. The Workflow Management page appears.
Create workflow
Start Creating a Workflow
To create a workflow, follow the steps below.
- Workflow Management page, click the Create Workflow button. The Create Workflow popup opens.
- Workflow Creation Enter the information in the popup window, select the project to be released via the workflow, and click the Start button. You will be taken to the Workflow Creation page.
- Edit the workflow on the Create Workflow screen.
Edit basic information
To modify the workflow’s basic information, follow these steps.
- On the Create Workflow screen, click the Edit Basic Information button. The Edit Basic Information popup opens.
- Edit Basic Information In the popup window, edit the information and click the Save button.
- Save Confirmation when the popup opens, click the Confirm button to complete the edit.
Modify Environment Variables
You can manage variable values that are available throughout the entire workflow by using workflow environment variables.
Follow these steps to modify the workflow environment variables.
- On the Create Workflow screen, click the Edit Environment Variables button. The Edit Environment Variables popup opens.
- Edit Environment Variables Edit the environment variables in the popup window.
- Click the Add button to add an environment variable.
- Enter key/value.
- Click the X icon to delete the environment variable.
- After completing the environment variable edit, click the Save button.
- In the confirmation popup, click the Confirm button to complete the edit.
Add Task
To add a task in the workflow, follow these steps.
- On the Create Workflow screen, add a task using one of the following methods.
- Click the Task button to add a task at the very bottom of the workflow.
- Click the task header to add a task above the current task.
- Click the bottom of the task to add a task below the current task.
- Set the task in the task editing screen on the right.
- Click the Apply button to apply the task to the workflow.
Item Explanation Add task Add a task. Add task at the top Add a task at the top. Add task at the bottom Add a task at the bottom. Task editing Edit the selected task. Table. Workflow creation screen items
Add task group
By using task groups, you can manage the execution (sequential or parallel) of related tasks and their prerequisites.
To add a task group in a workflow, follow these steps.
- On the Create Workflow screen, click the Task Group button.
- Click the generated new task group card.
- In the task group edit screen on the right, set the task group and click the Apply button.
Item Explanation Add task group Add a task group. Task group Click to display the task group edit screen. Task group name Please enter the task group name. Task in progress Select the task execution mode within the task group - Parallel: Execute tasks in the group simultaneously.
- Sequential: Execute tasks in the group sequentially.
Conditional execution Select whether to use the execution condition for the task group.
- ON: Set the task group execution according to the status of preceding tasks.
- OFF: The task group’s tasks run regardless of the status of preceding tasks.Predecessor task status for task group execution Execute the current task group when the selected preceding task is in the specified state.
If multiple preceding tasks are selected, it operates as an AND condition.Receive email upon completion Search for and enter the recipient to receive an email when the task completes successfully - Email recipients can be searched among project group members.
Table. Workflow task group additional items
Edit task, task group
To edit tasks and task groups in a workflow, follow these steps.
- Click the Task, Task Group cards you want to edit in the workflow.
- The Task, Task Group Edit screen appears on the right.
- After completing the editing of tasks and task groups, click the Apply button to apply the tasks and task groups to the workflow.
Delete task, task group
To delete tasks and task groups in a workflow, follow these steps.
- In the workflow, click the Task, Task Group card you want to edit. The Task, Task Group Edit screen appears on the right.
- On the Task, Task Group Edit screen, click the Delete button.
- In the confirmation popup, click the Confirm button to complete the deletion of the task and task group.
Complete workflow creation
To complete workflow creation after adding tasks and task groups to the workflow, follow these steps.
- On the Workflow Creation screen, click the Save button. The Workflow Save popup opens.
- In the Save Workflow popup, click the Confirm button to complete workflow creation.
Workflow Detail View
To view the workflow in detail, follow the steps below.
- On the Workflow Management page, click the workflow you want to view in detail.
- The Workflow Details screen appears.
Modify workflow
To modify the workflow, follow these steps.
- To display the workflow edit screen, use one of the following methods.
- On the Workflow Details screen, click the Edit button.
- On the Workflow List screen, click the More icon. In the More menu, click the Edit menu.
- On the Workflow Edit screen, edit the workflow. Editing is the same as Create Workflow.
- After completing the workflow edit, click the Save button. The Workflow Save popup opens.
- In the Workflow Save popup, click the Confirm button to complete editing the workflow.
Delete workflow
To delete a workflow, follow the steps below.
- To delete a workflow, use one of the following methods.
- On the Workflow Details screen, click the Delete button.
- On the Workflow List screen, click the More icon. From the More menu, click the Delete menu.
- When the Workflow Deletion popup opens, please enter the workflow name to confirm deletion.
- In the Workflow Delete popup, click the Confirm button to complete the deletion.
Replicate workflow
You can duplicate a workflow to create a new workflow.
To duplicate the workflow, follow these steps.
- On the Workflow List screen, click the More icon. In the More menu, click the Clone this workflow menu. The Workflow Clone popup opens.
- Workflow duplication Enter the information in the popup window and click the Start button. Workflow creation screen appears.
- On the Workflow Creation screen, edit the workflow. Editing is the same as Create Workflow.
- On the Create Workflow screen, after completing the edit, click the Save button.
- In the Save Workflow popup, click the Confirm button to complete workflow creation.
Create a Release with a Workflow
On the Workflow Management screen, you can create a new release.
To create a release using a workflow, follow these steps.
- To create a release with a workflow, use one of the following methods.
- On the Workflow Details screen, click the Release with this workflow button.
- On the Workflow List screen, click the More icon. In the More menu, click the Release with this workflow menu.
- Create Release screen appears, and you can create a release.
3 - Approval Template Settings
The approval template can be used in workflows and releases, and it includes an approval line and approval content.
| Item | Explanation |
|---|---|
| Approval line | You can predefine frequently used approval lines. |
| Approval content | You can already set up frequently used approval content. |
Getting Started with Approval Template Configuration
To begin setting up the approval template, follow these steps.
- On the Main page, click the Release Management icon next to the project group name. You will be taken to the Release Management page.
- On the Release Management page, click the Release Management > Approval Template Settings menu in the left menu.
Approval line
Getting Started with Approval Line
To start using the approval line, follow the steps below.
- On the Main page, click the Release Management icon next to the project group name. You will be taken to the Release Management page.
- On the Release Management page, click the Release Management > Approval Template Settings menu in the left menu. The Approval Template Settings screen appears.
- On the Approval Template Settings screen, click the Approval Line tab.
Add approval line template
To add an internal approval line template, follow the steps below.
You can create an approval line for users who are Owners or Masters within the project group via the internal approval line.
- On the Approval Template Settings screen, click the Internal Approval Line tab. The Internal Approval Line screen appears.
- On the Internal approval line screen, click the Add button. The Add approval line template popup opens.
- Add Approval Line Template Enter the information in the popup window and click the Save button.
Item Explanation Template name Please enter the template name. Approval Officer Search for the approver and add them to the approval line. - Only project group members can be searched and added as approvers.
Approval editing - Change of approval, agreement, and notification
- Change approval order
- Delete approver
Table. Additional Input Items for Approval Line Template
Approval Line Details
To view the approval line in detail, follow these steps.
- Internal approval line screen: click the approval line you want to view in detail.
- Approval Line Details screen appears.
Edit approval line
To modify the approval line, follow the steps below.
- On the Internal approval line screen, click the approval line you want to edit. The Approval line details screen will appear.
- On the Approval Line Details screen, click the Edit button. The Edit Approval Line screen appears.
- On the Edit Approval Line screen, after completing the approval line modification, click the Save button.
- In the confirmation popup, click the Confirm button to complete the edit.
Delete Approval Line
To delete the approval line, follow these steps.
- To delete an approval line, use one of the following methods.
- On the Approval Line Details screen, click the Delete button.
- In the Approval line list, select the approval line you wish to delete, then click the Delete button.
- In the confirmation popup, click the Confirm button to complete the deletion.
Manage approval content
Getting Started with Approval Content
To start using the approval content, follow the steps below.
- On the Main page, click the Release Management icon next to the project group name. You will be taken to the Release Management page.
- Release Management page, click the Release Management > Approval Template Settings menu in the left menu. The Approval Template Settings screen appears.
- Approval Template Settings on the screen, click the Approval Content tab.
Create approval content template
To add an approval content template, follow these steps.
- On the Approval Template Settings screen, click the Approval Content tab. The Approval Content screen appears.
- On the Approval Content screen, click the Add button. The Add Approval Content Template popup opens.
- Add approval content template Enter the information in the popup window and click the Save button.
- In the confirmation popup, click the Confirm button to complete the addition.
View approval details
To view the approval details in detail, follow these steps.
- On the Approval Content screen, click the approval item you wish to view in detail.
- Approval Details screen appears.
Modify approval content
To edit the approval content, follow the steps below.
- On the Approval Content screen, click the approval content you want to edit.
- When the Approval Details screen appears, click the Edit button. The Edit Approval Details screen appears.
- On the Edit Approval Content screen, after completing the approval content edit, click the Save button.
- In the confirmation popup, click the Confirm button to complete the edit.
Delete approval content
To delete the approval content, follow the steps below.
- To delete the approval content, use one of the following methods.
- On the Approval Details screen, click the Delete button.
- On the Approval Content List screen, select the approval content you want to delete and click the Delete button.
- In the confirmation popup, click the Confirm button to complete the deletion.
4 - Task
A task is the smallest executable unit that composes a workflow (or release), and each task can perform its designated operation.
A workflow (or release) consists of one or more tasks.
You can add and edit tasks from Release Management, Workflow Management.
Task List
The tasks provided in release management are as follows.
item | Explanation |
|---|---|
| Jenkins | You can run it by integrating with a Jenkins pipeline that belongs to the DevOps Console project or a Jenkins job that is separate from the DevOps Console project. |
| User | You can register tasks that users perform manually, rather than integrating with a specific tool. |
| Blue/Green switch | You can integrate with Blue/Green deployments that belong to the DevOps Console project. |
| Internal approval | You can approve through a USER belonging to the DevOps Console project group. |
| Helm release | You can integrate with Helm releases belonging to the DevOps Console project. |
| Image repository replication | You can replicate the image to another repository. |
| SCM repository release | Release using the SCM repository’s release feature. |
| Create a Git branch | You can copy a specific branch of a repository belonging to the DevOps Console project and create a new branch. |
| JIRA release | You can release or unrelease a specific version in a JIRA project. |
| VM deployment | This task can deploy a VM deployment group that is in the Build Completed state, or roll back to a previous version. |
Common task items
You can add and edit tasks in workload (or release) management. When you select a task, the Task Edit screen appears, and the Task Edit screen is composed as follows.
| Item | Explanation |
|---|---|
| Task name | Please enter the task name. |
| Task type | Please select the task type. |
| Auto-run | Select whether to run automatically after the preceding task is completed.
|
| Conditional execution | Select whether to allow the current task to run based on the status of the preceding task (success/failure/skip).
|
| Conditional execution item |
|
| person in charge | Search for and enter the personnel who will perform the task among the members of the project group.
|
| Assign yourself as the person in charge | Click to set the current task’s assignee to yourself. |
| Receive email upon completion | Search for and enter the recipient who will receive an email when the task is completed.
|
| Delete | Delete the current task. |
| Apply | Apply the current task settings to the workflow. |
Jenkins task
This is a task that can run a build pipeline added to the project or a Jenkins Job not registered in the DevOps Console.
| Item | Explanation |
|---|---|
| Jenkins Type | Select Jenkins Type
|
| Project | Please select the project to run the pipeline. |
| Jenkins URL | Select the URL of the Jenkins tool registered for the chosen project. |
| Job | Select a job from the selected Jenkins URL. Jobs that the current user has permission to run are displayed in the list. |
| Parameter | Enter the parameters required to run the build pipeline
|
| Jenkins Job URL | Enter the URL of a Jenkins Job that is not registered in the DevOps Console. |
| Jenkins ID Jenkins Password or Token |
|
User Task
This task registers cases where the user has work that must be performed manually.
| Item | description |
|---|---|
| Estimated time | Please enter the estimated time required for the User task. |
| Explanation | Enter the tasks that the responsible person must perform according to the manual. |
Blue/Green transition task
This is a task that can be integrated with the project’s Blue/Green deployment.
| Item | Explanation |
|---|---|
| Project | Select the project to perform the blue-green transition. |
| Blue‑green list | Select the bluegreen you want to run in the task from the list of bluegreens in the selected project. |
If the Blue/Green switch task is performed during a release, you can carry out the following actions.
| Item | Explanation |
|---|---|
| Check operational status | Click the Check operation status button to open the Blue/Green operation status check popup. |
| Conversion | Check the status of operation/operation standby and click the Switch button. Operation and operation standby will be switched. |
| Completed | Check the blue/green transition result and click the Complete button to complete the blue/green task. If there is a problem with the transition, you can click the Check operation status button to revert to the previous state. |
Internal approval task
This task enables approval by a USER who belongs to the project group.
Item | Explanation |
|---|---|
| Include JIRA version issues | Select whether to include JIRA Version issues in the approval content. When proceeding with a release, select the JIRA Version set in the project group; the list of all issues corresponding to that Version will be automatically added to the approval text. |
| JIRA Project | Select a JIRA Project. JIRA Project you can select from the JIRA Projects that have been registered. |
| Approval line template | Select the approval line you added in Approval Template Settings and add approvers in bulk. |
| Approver | Search for the approver and add them. You can search for members of the project group and add them. |
| Approver List | Modify the approver list by changing the approval type, adjusting the order, or deleting entries. |
| Approval content template | Select the approval content added from Manage Approval Content and add a title and description. |
| Approval content | Enter the approval title and approval content. |
When the internal approval task runs in a release, you can perform the following actions.
- Approver: Can approve or reject the approval.
- Approval: Click the Approve button. In the Approve confirmation popup, enter the approval comments and click the Confirm button to approve the document.
- Reject Approval: Click the Reject button. In the Reject confirmation popup, enter your approval comments and click the Confirm button to reject the approval.
- Other roles: You can check the approval status.
Helm release task
This is a task that can be linked with Helm releases belonging to the project.
Item | Explanation |
|---|---|
| Auto shutdown | After the Helm release execution is completed, select whether to automatically terminate the task. |
| project | Select the project to perform the Helm release. |
| Helm release | Select the Helm release to use in the task during the project’s Kubernetes deployment. workload, Helm release can be selected. Information about the selected Helm release is displayed. |
| SET_VALUES (Helm release) | It is displayed when the previously selected Helm release is Helm release.
|
| SET_VALUES (workload) | If the Helm release selected earlier is a workload, display
|
When the Helm release task runs in a release, you can view the following information on the task edit screen.
When you select Helm Release, you can view the following items.
| Item | Explanation |
|---|---|
| Current status | Displays the current Helm release status. |
| Runtime status | Displays the result of the Helm release execution. |
| Details | Displays the Helm release history. View icon can be clicked to check the Values.yaml used in the Helm release by revision. To roll back to a previous deployment, click the Rollback button. In the confirmation popup, click the Confirm button to complete. |
When you select 워크로드, you can see the following items.
| Item | Explanation |
|---|---|
| Runtime status | Displays the result of the Helm release execution. |
| Details | Displays the deployment history. To roll back to a previous deployment, click the Rollback button. In the confirmation popup, click the Confirm button to complete. |
Image Repository Replication Task
This task can replicate an image to another repository.
Source image → (copy) Target image
Item | Explanation |
|---|---|
| Type | Select Type
|
| Source project | Select a project with a registered source image repository. |
| Source image repository | Select the image repository registered in the Source project. |
| Source tag | Enter the Source tag. tag can be set by entering a value directly or by selecting an environment variable. Refer to Modify environment variables for environment variables. |
| Target project | Select a project where the target image repository is registered. |
| Target image repository | Select the image repository registered in the Target project. |
| Target tag | Enter the target tag. |
| Source Host | Enter the Source Host domain name. |
| Source Path | Please enter the Source Path. |
| Source ID Source Password | Enter the account information for the source image repository. After entering, click the Connection Test button to verify that the connection is successful. |
| Target Host | Target Host Please enter the domain name. |
| Target Path | Please enter the target path. |
| Target ID Target Password | Enter the account information for the target image repository. After entering, click the Connection Test button to verify that the connection is successful. |
SCM repository release task
This task executes a release of the SCM repository.
SCM repository releases perform release creation or tag creation depending on the SCM repository tool (GitHub, GitLab, other Git repositories).
| Item | Explanation |
|---|---|
| Git Type | Select Git Type
|
| project | Select a project with a registered code repository. |
| SCM repository | Select the code repository registered in the project. |
| SCM branch | Select a branch of the code repository. |
| SCM tag | Enter the tags to create in the release. |
| Git URL | Enter the Git URL. |
| Git ID Git Password or Token | Enter your Git account information. |
| branch | Enter the Git branch. After entering, click the Connection Test button to verify that the connection is successful. |
GIT branch creation task
This is a task that can copy a specific Git branch and create a new branch.
| Item | description |
|---|---|
| Git Type | Select Git Type
|
| project | Select a project with a registered code repository. |
| repository | Select the code repository registered in the project. |
| branch | Select the existing branch that the newly created branch will reference. |
| new branch | Enter the name of the new branch. |
| Apply Protected | Select whether to apply the protection rule to the newly created branch. |
| Protection Rule | When applying a Protection Rule, set the Merge and Push permissions.
|
| Git URL | Enter the Git URL. |
| Git ID Git Password or Token | Enter your Git account information. |
| branch | Enter the existing branch that the newly created branch will reference. After entering, click the Connection Test button to verify that the connection is normal. |
JIRA release task
This is a task that can set a specific version of a JIRA project to Released or Unreleased.
| Item | Explanation |
|---|---|
| JIRA project | Select a JIRA project registered in the project group. |
| JIRA URL | You can view the Server of the selected JIRA project. (Readonly) |
| JIRA Version | Select the Version of the JIRA project
|
If a JIRA release task is in progress in the release, you can perform the following actions.
| Item | description |
|---|---|
| status | When you click the Status button, the JIRA release popup opens. |
| State change | Click the Change Status button to change the JIRA version to Released, or change it back to Unreleased. |
| Confirm | Confirm click the button to complete the JIRA release. |
VM deployment task
a task that can deploy a VM deployment group in the Build Complete state or roll back to a previous version.
| Item | description |
|---|---|
| project | Please select a project. |
| deployment group | Select a deployment group
|
| Deployment group information | The contents stored in the deployment group are set automatically. |
5 - JIRA Project
Users can manage the JIRA project information used in JIRA tasks for release management.
Starting a JIRA Project
To start JIRA project management, follow the steps below.
- Main page, click the Project Group Management icon of the project group. You will be taken to the Project Group Dashboard page.
- Click the JIRA Project menu on the Project Group Dashboard page. The JIRA Project screen appears.
Add JIRA project
To add a JIRA project, follow these steps.
- On the JIRA project screen, click the Add button. The Add JIRA project popup opens.
- Add JIRA Project In the popup window, after entering the JIRA URL and authentication information, click the Connection Test button.
- Select JIRA Project and click the Save button.
Item Explanation JIRA URL Select the JIRA URL - A list of JIRA tools available in the project group is displayed.
Tool Registration Shortcut If you need to register a JIRA tool, you can go directly to the tool registration page. Authentication information Enter authentication credentials. JIRA project Select JIRA project - A list of projects accessible based on the JIRA URL and authentication information is displayed.
- Only projects for which you have administrator rights in JIRA can be selected.
Table. JIRA Project Additional Input Items
Delete JIRA project
To delete a JIRA project, follow the steps below.
- On the JIRA Project screen, select the checkbox of the item you want to delete, then click the Delete button.
- Click the Confirm button in the confirmation popup to complete the deletion of the JIRA project.