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 Groundwork for merging CI into CE 2015-08-25 18:42:46 -07:00
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 Groundwork for merging CI into CE 2015-08-25 18:42:46 -07:00
quick_start Update documentation and config files 2015-09-16 00:28:59 +02:00
runners Groundwork for merging CI into CE 2015-08-25 18:42:46 -07:00
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 Update documentation and config files 2015-09-16 00:28:59 +02:00

README.md

GitLab CI Documentation

User documentation

Examples

Administrator documentation