Skip to content

Commit 98bb475

Browse files
authored
docs: update to v1.4 and add latest changes (#512)
## 📝 Description Documentation change. Add e installation instructions for v1.4 on CE and EE. Also add the latest changes: - Notifications are only sent to users with access to the project - Draft PR can be disabled - There is a new Rebuild Pipeline button Fixes #511 ## ✅ Checklist - [X] I have tested this change - [ ] This change requires documentation update
1 parent 0ca22a0 commit 98bb475

File tree

1,001 files changed

+6966
-1014
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,001 files changed

+6966
-1014
lines changed
134 KB
Loading
19.6 KB
Loading

docs/docs/using-semaphore/notifications.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Always use [Incoming Webhooks app](https://semaphore.slack.com/apps/A0F7XDUAZ-in
2929

3030
To create a notification, navigate to **Notifications** and press **New Notification**
3131

32+
:::note
33+
34+
Notifications are only be sent to people with access to the project. If you are not receiving notifications, check if you have [access to the project](./rbac).
35+
36+
:::
37+
3238
<Steps>
3339

3440
1. Type the name of the notification
@@ -103,6 +109,12 @@ At this point, you can create additional rules or save the changes by pressing *
103109
</TabItem>
104110
<TabItem value="cli" label="CLI">
105111

112+
:::note
113+
114+
Notifications are only be sent to people with access to the project. If you are not receiving notifications, check if you have at least [member access to the project](./rbac).
115+
116+
:::
117+
106118
To create a Slack notification, install and connect the [Semaphore command line](../reference/semaphore-cli) and execute:
107119

108120
```shell title="Creating an Slack Notification"
@@ -323,4 +335,4 @@ Sample `tag` object:
323335
## See also
324336

325337
- [How to create notifications using YAML](../reference/semaphore-cli#notifications)
326-
- [How to create notifications for flaky tests](./tests/flaky-tests#notifications)
338+
- [How to create notifications for flaky tests](./tests/flaky-tests#notifications)

docs/docs/using-semaphore/pipelines.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,16 @@ Here you can see the how spc evaluated the pipeline and all the actions taken du
150150
151151
![Example init job log](./img/init-log-example.jpg)
152152
153+
## Pipeline rebuild {#rebuild}
154+
155+
When a job in the pipeline fails, the default behavior is to stop the pipeline. You can attempt to re-run the pipeline in two ways:
156+
157+
- Pressing **Rerun** restarts the whole pipeline from the beginning
158+
- Pressing **Rebuild Pipeline** only re-runs the blocks with failed jobs
159+
160+
![Location of rerun and rebuild buttons](./img/rerun-pipeline.jpg)
161+
162+
153163
## Connecting pipelines with promotions {#connecting-pipelines}
154164
155165
Your project can have multiple pipelines to perform different tasks such as build, release, or test. [Promotions](./promotions) connect pipelines. Multiple pipelines can be chained to create branching workflows to automate almost any task.

docs/docusaurus.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,23 @@ const config = {
6565
banner: "none",
6666
},
6767
"CE": {
68-
label: 'Community Edition v1.3',
68+
label: 'Community Edition v1.4 (latest)',
6969
path: 'CE',
7070
banner: "none"
7171
},
72-
"CE-1.2": {
73-
label: 'Community Edition v1.2',
74-
path: 'CE-1.2',
75-
},
76-
"CE-1.1": {
77-
label: 'Community Edition v1.1',
78-
path: 'CE-1.1',
72+
"CE-1.3": {
73+
label: 'Community Edition v1.3',
74+
path: 'CE-1.3',
7975
},
8076
"EE": {
81-
label: 'Enterprise Edition v1.3',
77+
label: 'Enterprise Edition v1.4 (latest)',
8278
path: 'EE',
8379
banner: "none"
8480
},
81+
"EE-1.3": {
82+
label: 'Enterprise Edition v1.3',
83+
path: 'EE-1.3',
84+
},
8585
},
8686

8787
},

docs/versioned_docs/version-CE-1.1/getting-started/features.md

Lines changed: 0 additions & 86 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)