diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-08 16:10:14 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-08 16:10:14 +0000 |
commit | 4c833a1d4ead49c27f6a81e607d10a5c6f0fcc2b (patch) | |
tree | c057160830c918cb2938a7ade29397044bc53249 /features | |
parent | 1579cc74c9901f496d822ca30378f2c305b6b84b (diff) | |
parent | c2bcfab18af1cf9253a47d4ffd3ea48e43cd19be (diff) | |
download | gitlab-ce-4c833a1d4ead49c27f6a81e607d10a5c6f0fcc2b.tar.gz |
Merge branch 'pipeline-hooks' into 'master'
Implement Slack integration for pipeline hooks
## What does this MR do?
Add pipeline events to Slack integration
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- Tests
- [x] Added for this feature/bug
See merge request !5525
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/admin/settings.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/steps/admin/settings.rb b/features/steps/admin/settings.rb index 03f87df7a60..11dc7f580f0 100644 --- a/features/steps/admin/settings.rb +++ b/features/steps/admin/settings.rb @@ -33,6 +33,7 @@ class Spinach::Features::AdminSettings < Spinach::FeatureSteps page.check('Issue') page.check('Merge request') page.check('Build') + page.check('Pipeline') click_on 'Save' end |