gitlab-org--gitlab-foss/doc/ci
Kamil Trzciński 86c0d8d289 Merge branch 'only-syntax' into 'master'
Extend yml syntax for only and except to support specifying repository path

This allows to limit execution of jobs to specific repository.

For example:
```yaml
job:
  only:
    - branches@gitlab-org/gitlab-ce
  except:
    - master@gitlab-org/gitlab-ce
```

The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master.

@dzaporozhets @JobV @vsizov Please review.


See merge request !1720
2015-11-03 12:13:21 +00:00
..
api Gilab -> GitLab 2015-10-31 23:31:21 +01:00
deployment
docker Fixed linting error 'variables should be a map of key-valued strings' 2015-10-21 22:52:17 +02:00
examples Update links in CI docs after GitLab 8.1 2015-11-03 14:01:27 +09:00
permissions
quick_start
runners
variables Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI builds 2015-10-14 17:28:17 +02:00
yaml Spelling 2015-11-02 15:49:54 +01:00
README.md

GitLab CI Documentation

User documentation

Examples

Administrator documentation