Skip to content

Commit 830390b

Browse files
authored
Merge pull request circleci#4335 from circleci/tjs/new-ui-slack-integration
Add: image of Slack notification integration page.
2 parents dbe9fca + 9413730 commit 830390b

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

jekyll/_cci2/about-circleci.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ This document provides a summary of continuous integration and how CircleCI enab
1111

1212
## CircleCI Overview
1313

14-
**CircleCI** - Our mission is to empower technology-driven organizations to do their best work.
15-
We want to make engineering teams more productive through intelligent automation.
14+
**CircleCI** - Our mission is to empower technology-driven organizations to do their best work. We want to make engineering teams more productive through intelligent automation.
1615

17-
CircleCI provides enterprise-class support and services, with the flexibility of a startup.
18-
We work where you work: Linux, macOS, Android, and Windows - SaaS or behind your firewall.
16+
CircleCI provides enterprise-class support and services, with the flexibility of a startup.
17+
We work where you work: Linux, macOS, Android, and Windows - SaaS or behind your firewall.
1918

2019
![CircleCI about image]( {{ site.baseurl }}/assets/img/docs/arch.png)
2120

@@ -31,7 +30,7 @@ As an operator or administrator of CircleCI installed on your own servers, Circl
3130

3231
After a software repository on GitHub or Bitbucket is authorized and added as a project to [circleci.com](https://circleci.com), every code change triggers automated tests in a clean container or VM. CircleCI runs each [job]({{site.baseurl}}/2.0/glossary/#job) in a separate [container]({{site.baseurl}}/2.0/glossary/#container) or VM. That is, each time your job runs CircleCI spins up a container or VM to run the job in.
3332

34-
CircleCI then sends an email notification of success or failure after the tests complete. CircleCI also includes integrated Slack and IRC notifications. Code test coverage results are available from the details page for any project for which a reporting library is added.
33+
CircleCI then sends an email notification of success or failure after the tests complete. CircleCI also includes integrated [Slack and IRC notifications]( {{ site.baseurl }}/2.0/notifications). Code test coverage results are available from the details page for any project for which a reporting library is added.
3534

3635
CircleCI may be configured to deploy code to various environments, including AWS CodeDeploy, AWS EC2 Container Service (ECS), AWS S3, Google Kubernetes Engine (GKE), Microsoft Azure, and Heroku. Other cloud service deployments are easily scripted using SSH or by installing the API client of the service with your job configuration.
3736

@@ -47,9 +46,9 @@ Every commit triggers an automated build and test.
4746
If build and test fails, it’s repaired quickly - within minutes.
4847

4948
**Why?**
50-
Improve team productivity, efficiency, happiness.
51-
Find problems and solve them, quickly.
52-
Release higher quality, more stable products.
49+
Improve team productivity, efficiency, happiness.
50+
Find problems and solve them, quickly.
51+
Release higher quality, more stable products.
5352

5453

5554
## Free Trial Options

jekyll/_cci2/notifications.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ workflows:
103103
- build
104104
```
105105

106+
To get started with enabling notifications in Slack *for a specific project*, head to the *Settings* page for your project. Click on *Slack Integration* in the sidebar and follow the steps to setup Slack.
107+
108+
![]({{ site.baseurl }}/assets/img/docs/notification-page-slack.png)
109+
106110
It is also possible to use the Slack Orb to provide other types of notifications, including notifying a slack channel of a pending approval or sending a status alert at the end of a job based on success or failure. To view such usage examples, consult the [CircleCI Slack Orb page](https://circleci.com/orbs/registry/orb/circleci/slack).
107111

108112
### Using the IRC Orb
Loading

0 commit comments

Comments
 (0)