You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Pause pipeline**| Pipeline can be paused by clicking on this button. Optionally, it accepts reason for pausing the pipeline. |
18
18
|**Pipeline settings**| Take user to pipeline settings page. |
19
-
|**Filter history**| Allows user to filter pipeline activity by `pipeline counter`, `revision` or `username`. |
19
+
|**Filter history**| Allows user to filter pipeline activity by `pipeline counter`, `revision` or `username`. |
20
20
|**Stages**| Stage available for the pipeline run. In case of change in stage config the pipeline run with same stage config will be rendered in group while maintaining the pipeline run order. |
21
-
|**Instance**| Pipeline run label. |
22
-
|**VSM**| Link to VSM, It will open the VSM for the current pipeline run in a new tab. |
21
+
|**Instance**| Pipeline run label. |
22
+
|**VSM**| Link to VSM, It will open the VSM for the current pipeline run in a new tab. |
23
23
|**Trigger by**| Reason for pipeline run, e.g. Triggered by user or Triggered by changes. Click on the link to know more about the revisions it triggered with |
24
-
|**Stage status bar**| Show the status of each stage in pipeline. Hover on the stage status bar to get more options. |
24
+
|**Stage status bar**| Show the status of each stage in pipeline. Hover on the stage status bar to get more options. |
25
25
|**Add Comment**| Allow user to add comment on the pipeline run. For this user must have operate permission on the pipeline. |
26
-
|**Gate Icon**| Based on the stage config before each stage there will be an `Auto` or `Manual` gate icon. User can run the next stage based on the state of previous stage. |
26
+
|**Gate Icon**| Based on the stage config before each stage there will be an `Auto` or `Manual` gate icon. User can run the next stage based on the state of previous stage. |
27
27
|**Stage Details**| Open the stage details page in new tab. |
28
-
|**Rerun or cancel stage**| On hover on the stage details tab user will get `Rerun` or `Cancel` stage icon based on the stage status. |
28
+
|**Rerun or cancel stage**| On hover on the stage details tab user will get `Rerun` or `Cancel` stage icon based on the stage status. |
29
29
30
30
### Comment on a pipeline run
31
31
@@ -36,16 +36,3 @@ Clicking on the **`Add Comment`** link for a pipeline run brings up a modal box
36
36
on the **`Save`** or **`Save & Close`** to update the comment.
**Note:** This is a beta feature, which is turned off by default in GoCD version prior to `19.12.0`. It can be turned on by using the feature toggle API, for this feature. If you are using curl, this is what you will need to do:
0 commit comments