summaryrefslogtreecommitdiff
path: root/doc/ci/yaml/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add support for "skip ci" tooSimon Welsh2016-06-251-2/+2
|
* Allow "ci skip" to be in any caseSimon Welsh2016-06-251-2/+2
|
* Merge branch 'expiry' into 'master' Achilleas Pipinellis2016-06-221-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify artifact expiry ## What does this MR do? Clarifies documentation about artifact expiry. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## What are the relevant issue numbers? ## Screenshots (if relevant) See merge request !4831
| * Clarify artifact expiryexpiryMark Pundsack2016-06-211-2/+2
| |
* | Merge branch 'ci-git' into 'master' Achilleas Pipinellis2016-06-221-23/+80
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document `GIT_STRATEGY` and `GIT_DEPTH` ## What does this MR do? Documents `GIT_STRATEGY` and `GIT_DEPTH`. Also fixes the TOC since the anchors weren't working. ## Are there points in the code the reviewer needs to double check? The TOC and the location of the new entries. ## Why was this MR needed? ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/188 ## Screenshots (if relevant) ![image](/uploads/eccfd60199d81e6588c13aab817f0eb5/image.png) ![image](/uploads/bbbffe61db64ef17f1fa52907275f3d4/image.png) /cc @axil @ayufan See merge request !4720
| * | Update GIT_DEPTH wordingci-gitMark Pundsack2016-06-171-8/+26
| | |
| * | Clean up TOCMark Pundsack2016-06-171-23/+23
| | |
| * | Add to TOCMark Pundsack2016-06-171-0/+2
| | |
| * | Add GIT_STRATEGY and GIT_DEPTHMark Pundsack2016-06-171-0/+37
| | |
* | | Add definitions and tweak some docs. Partially fixes #17733Mark Pundsack2016-06-201-2/+2
| |/ |/|
* | Merge branch 'document-environments' into 'master' Achilleas Pipinellis2016-06-201-6/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document environments and deployments ## What does this MR do? Adds an introduction to environments and deployments and tweaks the `environments` entry in `.gitlab-ci.yml` documentation. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## What are the relevant issue numbers? Closes #18683. ## Screenshots (if relevant) ![image](/uploads/1e3355c543abaf7b358f3c37596b1f0b/image.png) ![image](/uploads/58a51505674bcf605039db46833a8ae6/image.png) /cc @ayufan @axil See merge request !4725
| * | Tweak grammarMark Pundsack2016-06-161-6/+11
| |/
* | Grammar and typographic changes to artifacts documentationgrammar-tweaksMark Pundsack2016-06-171-17/+19
| |
* | Tweak grammarMark Pundsack2016-06-171-6/+6
|/
* Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-0/+35
|\ | | | | | | | | # Conflicts: # db/schema.rb
| * Added documentation to artifacts expireKamil Trzcinski2016-06-131-0/+35
| |
| * Improve after reviewKamil Trzcinski2016-06-131-1/+1
| |
| * Added description of artifacts:whenKamil Trzcinski2016-06-131-0/+27
| |
* | Add gitlab-ci.yml documentation for environmentsKamil Trzcinski2016-06-141-0/+27
| |
* | Improve after reviewKamil Trzcinski2016-06-101-1/+1
| |
* | Added description of artifacts:whenKamil Trzcinski2016-06-101-0/+27
|/
* Fix typoAurelio Jargas2016-05-271-1/+1
|
* Update 'after_script' introduction notefix/after-script-documentation-updateTomasz Maczukin2016-05-181-1/+1
|
* Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-0/+16
|\
| * Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski2016-04-181-0/+16
| |\
| | * Add minor fixes in docs for job-specific variablesGrzegorz Bizon2016-04-181-10/+5
| | |
| | * Add documentation for job-level build variablesGrzegorz Bizon2016-04-181-0/+21
| | |
* | | Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski2016-04-181-0/+3
|\ \ \ | |/ /
| * | Add note about versionKamil Trzcinski2016-04-171-0/+3
| | |
* | | Update CHANGELOG and add documentationKamil Trzcinski2016-04-171-0/+20
|/ /
* | Add CHANGELOG and documentationKamil Trzcinski2016-04-171-0/+10
|/
* Add TOC to yaml README and an intro sectionAchilleas Pipinellis2016-04-141-16/+57
| | | | [ci skip]
* [ci skip] Fix typo.frodsan2016-04-061-1/+1
|
* Merge branch 'feature-ci-only-except-trigger' into 'master' Kamil TrzciƄski2016-03-221-1/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI: Add 'triggers' keyword to 'only' and 'except' lists to allow control over when triggers cause builds to run Currently, the `only` and `except` keywords in `.gitlab-ci.yml` only accept ref names or the special `branches` and `tags` keywords. However, these are primarily useful when controlling how repository activity affects the creation of builds. In my case, instead of building on every commit, I'd like to use the following logic: - If the repository is tagged, do a build. - Any other normal commits should not cause a build. - If a build is triggered via the API, always create one for the specified ref. From what I can tell, this isn't possible via the existing YAML syntax. In this MR, I introduce a new keyword `triggers` that goes along with `branches` and `tags`. I can implement the logic above using the following job configuration: ```yaml only: - tags - triggers ``` I updated the tests and documentation to reflect this and everything seems to pass. See merge request !3230
| * add some documentation for `triggers` keyword [ci skip]Jason Roehm2016-03-151-1/+12
| |
* | fixed md anchor linkPat Turner2016-03-181-2/+2
| |
* | Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/14366Pat Turner2016-03-181-2/+2
| |
* | removed anchor as unsupported in markdownPat Turner2016-03-171-2/+2
| |
* | Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/14366Pat Turner2016-03-171-0/+2
| |
* | Merge branch 'master' into rm_duplicate_cache_ci_docsAchilleas Pipinellis2016-03-171-11/+285
|\ \ | |/
| * Windows CI support is full since Runner v1.0.0Achilleas Pipinellis2016-03-151-1/+1
| | | | | | | | [ci skip]
| * Add yaml definition to codeblockgitlab-ci-yaml-updatesAchilleas Pipinellis2016-03-141-1/+1
| | | | | | | | [ci skip]
| * Refactor dependencies directiveAchilleas Pipinellis2016-03-131-21/+26
| | | | | | | | [ci skip]
| * Add hidden jobsAchilleas Pipinellis2016-03-131-0/+18
| |
| * Refactor YAML anchors and explain the examplesAchilleas Pipinellis2016-03-131-22/+82
| |
| * Refactor artifacts:nameAchilleas Pipinellis2016-03-131-11/+12
| |
| * Change notes to new styleguide using blockquotesAchilleas Pipinellis2016-03-121-16/+21
| |
| * Allow to define on which builds the current one depends onKamil Trzcinski2016-03-111-0/+55
| |
| * Allow to pass name of created artifacts archive in `.gitlab-ci.yml`Kamil Trzcinski2016-03-111-0/+61
| |
| * Describe special YAML features: the use of anchors and hidden jobsKamil Trzcinski2016-03-111-0/+71
| |