summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'only-syntax' into 'master' Kamil TrzciƄski2015-11-031-1/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * SpellingKamil Trzcinski2015-11-021-1/+1
| |
| * Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-1/+13
| |
* | Update links in CI docs after GitLab 8.1Takuya Noguchi2015-11-034-8/+8
|/
* Gilab -> GitLabRobert Schilling2015-10-313-14/+14
|
* Fix deadlink in docs for ci/examplesTakuya Noguchi2015-10-311-3/+3
|
* Fixed linting error 'variables should be a map of key-valued strings'Sander Boom2015-10-211-1/+1
|
* Update CI YAML docswhen-syntaxRobert Speicher2015-10-151-4/+5
|
* Backticks around when typesKamil Trzcinski2015-10-151-1/+1
|
* Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-0/+49
|
* Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI buildsKamil Trzcinski2015-10-141-14/+24
|
* Delegate ci_project parameters to projectsKamil Trzcinski2015-09-301-5/+0
| | | | | | | - 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.
* Simplified sentence as per @stanhu's noteCyriac Thomas2015-09-261-1/+1
|
* Fixed grammar on Using Docker Build doc.Cyriac Thomas2015-09-261-3/+2
|
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-182-24/+0
|
* Update documentation and config filesKamil Trzcinski2015-09-1637-1535/+29
|
* Groundwork for merging CI into CEDouwe Maan2015-08-2553-0/+3195