Skip to content

Commit e79d888

Browse files
committed
docs: remove inaccurate feature toggle comment on Pipeline Activity page
1 parent 1a57ba2 commit e79d888

1 file changed

Lines changed: 7 additions & 20 deletions

File tree

content/advanced_usage/pipeline_activity.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ The pipeline activity helps GoCD users to see the status of historical runs of a
1212

1313
![Pipelines activity](../images/advanced_usage/pipeline_activity.png)
1414

15-
| Actions | Description |
15+
| Actions | Description |
1616
|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1717
| **Pause pipeline** | Pipeline can be paused by clicking on this button. Optionally, it accepts reason for pausing the pipeline. |
1818
| **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`. |
2020
| **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. |
2323
| **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. |
2525
| **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. |
2727
| **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. |
2929

3030
### Comment on a pipeline run
3131

@@ -36,16 +36,3 @@ Clicking on the **`Add Comment`** link for a pipeline run brings up a modal box
3636
on the **`Save`** or **`Save & Close`** to update the comment.
3737

3838
![Pipelines activity](../images/advanced_usage/pipeline_comment_1.png)
39-
40-
41-
### Feature toggle
42-
43-
**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:
44-
```
45-
curl "https://go_server/go/api/admin/feature_toggles/pipeline_comment_feature_toggle_key" \
46-
-H 'Accept: application/vnd.go.cd.v1+json' \
47-
-u 'username:password' \
48-
-X PUT -d '{"toggle_value": "on"}'
49-
```
50-
51-

0 commit comments

Comments
 (0)