Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-04-12 15:39:10 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-04-16 12:57:07 +0300
commit579fa8b8ec7eb38d40c96521f517c9dab8c3b97a (patch)
treea344ec76f90125b398a217e3315c7fcb0f7a8b7c /doc/user/project
parenta67b1c17a1284daf6e7f12d3f9c4a80fae59dde9 (diff)
Rename CI related selectors
Diffstat (limited to 'doc/user/project')
-rw-r--r--doc/user/project/integrations/mock_ci.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/mock_ci.md b/doc/user/project/integrations/mock_ci.md
index 8b1908c46fe..1c64b275d6e 100644
--- a/doc/user/project/integrations/mock_ci.md
+++ b/doc/user/project/integrations/mock_ci.md
@@ -5,7 +5,7 @@
To set up the mock CI service server, respond to the following endpoints
- `commit_status`: `#{project.namespace.path}/#{project.path}/status/#{sha}.json`
- - Have your service return `200 { status: ['failed'|'canceled'|'running'|'pending'|'success'|'success_with_warnings'|'skipped'|'not_found'] }`
+ - Have your service return `200 { status: ['failed'|'canceled'|'running'|'pending'|'success'|'success-with-warnings'|'skipped'|'not_found'] }`
- If the service returns a 404, it is interpreted as `pending`
- `build_page`: `#{project.namespace.path}/#{project.path}/status/#{sha}`
- Just where the build is linked to, doesn't matter if implemented