Commit graph

17 commits

Author SHA1 Message Date
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
Takuya Noguchi
f61aa9acdc Update links in CI docs after GitLab 8.1 2015-11-03 14:01:27 +09:00
Kamil Trzcinski
1056c9d2d2 Spelling 2015-11-02 15:49:54 +01:00
Kamil Trzcinski
c03da1caad Extend yml syntax for only and except to support specifying repository path 2015-11-02 14:44:06 +01:00
Robert Schilling
a1d0eca886 Gilab -> GitLab 2015-10-31 23:31:21 +01:00
Takuya Noguchi
31ea88cfed Fix deadlink in docs for ci/examples 2015-10-31 02:27:44 +09:00
Sander Boom
38a93a25f3 Fixed linting error 'variables should be a map of key-valued strings' 2015-10-21 22:52:17 +02:00
Robert Speicher
6fe2a679a7 Update CI YAML docs 2015-10-15 19:46:01 -04:00
Kamil Trzcinski
374ea21f32 Backticks around when types 2015-10-15 23:56:42 +02:00
Kamil Trzcinski
0aa6061d6a Implement when syntax in .gitlab-ci.yml 2015-10-15 23:49:39 +02:00
Kamil Trzcinski
7b5ab3ded5 Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI builds 2015-10-14 17:28:17 +02:00
Kamil Trzcinski
b9ccc79cb5 Delegate ci_project parameters to projects
- It delegates name, path, gitlab_url, ssh_url_to_repo
- Remove ability to set this parameters using CI API

This fixes GitLab project rename, namespace change, repository rename, etc.
2015-09-30 12:48:40 +02:00
Cyriac Thomas
05f29a5cb3 Simplified sentence as per @stanhu's note 2015-09-26 19:37:55 +00:00
Cyriac Thomas
922c635b67 Fixed grammar on Using Docker Build doc. 2015-09-26 18:15:58 +00:00
Valery Sizov
a0c1a12dee remove API calls from CE to CI 2015-09-18 18:02:11 +02:00
Kamil Trzcinski
1b464bfe03 Update documentation and config files 2015-09-16 00:28:59 +02:00
Douwe Maan
046b283127 Groundwork for merging CI into CE 2015-08-25 18:42:46 -07:00