diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-03-02 09:51:36 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2018-03-02 09:51:36 +0100 |
commit | 91e6a672848f1b88e061d2fee9170ca7bd7f812e (patch) | |
tree | 161bdfba835d6a6f0a360bb436c99afd31de612d /doc | |
parent | 4f2cdb51df0f2729055ec4dc6960ae347163da16 (diff) | |
download | gitlab-ce-91e6a672848f1b88e061d2fee9170ca7bd7f812e.tar.gz |
Update docs on grouping CI jobs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/pipelines.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index ac4a9b0ed27..856d7f264e4 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -121,8 +121,9 @@ The basic requirements is that there are two numbers separated with one of the following (you can even use them interchangeably): - a space -- a backslash (`/`) +- a forward slash (`/`) - a colon (`:`) +- a dot (`.`) >**Note:** More specifically, [it uses][regexp] this regular expression: `\d+[\s:\/\\]+\d+\s*`. |