Michael A. Smith
8a0507d523
Update Docker Syntax
2015-12-07 10:29:55 -05:00
Kevin Pankonen
387e5656a1
fixes #3263 slashes are replaced with two underscores
2015-12-03 15:41:42 -07:00
Achilleas Pipinellis
6805f1bc47
Clean up quick start quide [ci skip]
...
* Remove references to enabling CI since it it will be deprecated
* Revert changes in yaml/README.md, refine it in a separate MR
2015-12-01 10:16:27 +02:00
Achilleas Pipinellis
aea5b72faa
Remove old images
2015-12-01 09:04:51 +02:00
Achilleas Pipinellis
11b204f131
Final touches for the quick start quide
2015-12-01 09:04:51 +02:00
Achilleas Pipinellis
e70fb9cf75
New images for the commit build status
2015-12-01 09:02:40 +02:00
Achilleas Pipinellis
32a3c3e068
Place images in their own dir
2015-12-01 09:00:34 +02:00
Achilleas Pipinellis
3b4806bad9
Add option to enable GitLab CI via .gitlab-ci.yml
2015-12-01 08:58:09 +02:00
Achilleas Pipinellis
1058652a92
Add section of enabling GitLab CI
2015-12-01 08:58:09 +02:00
Achilleas Pipinellis
2c30d11e80
Clean up intro
2015-12-01 08:58:09 +02:00
Job van der Voort and Achilleas Pipinellis
5f6117c0aa
update ci docs with yml reason and better quickstart
2015-12-01 08:56:40 +02:00
Kamil Trzcinski
f2318dfc9e
Fix CI yaml syntax documentation [ci skip]
2015-11-21 20:25:07 +01:00
Alex Jordan
3300db70ff
Rewrite HTTP links to force TLS, where possible
2015-11-16 16:50:05 -08:00
Kamil Trzcinski
58074ab7da
Allow to define cache in .gitlab-ci.yml
2015-11-10 23:01:11 +01:00
Kamil Trzcinski
eef129bd4a
Final fixes
2015-11-10 22:21:15 +01:00
Kamil Trzcinski
97f58bae87
Change artifacts syntax to allow uploading untracked files
2015-11-10 12:51:50 +01:00
Kamil Trzcinski
d0e3e823a2
Implement Build Artifacts
...
- Offloads uploading to GitLab Workhorse
- Use /authorize request for fast uploading
- Added backup recipes for artifacts
- Support download acceleration using X-Sendfile
2015-11-10 12:51:50 +01:00
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 and Kamil Trzcinski
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