summaryrefslogtreecommitdiff
path: root/doc/ci/variables
Commit message (Collapse)AuthorAgeFilesLines
* Add docs about CI_SERVER_HOST env variable64161-gitlab-fqdnBalasankar "Balu" C2019-07-102-0/+6
| | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-1/+1
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-031-1/+1
| | | | Add backticks around square brackets, or fix links, as necessary.
* Add Markdown lintingEvan Read2019-06-251-1/+1
| | | | | Also adds and one linting rule and makes project conform to it.
* Updated explanation of CI_COMMIT_BEFORE_SHA variableBlair Lunceford2019-06-251-1/+1
|
* Refactor and add version text to variable syntaxEvan Read2019-06-241-7/+7
|
* Docs: link to predefined env variables reference more evidentMarcia Ramos2019-06-241-3/+5
|
* Edit after script context textEvan Read2019-06-161-4/+5
|
* Leave clear notices about after_script execution contextdocs/make-it-clear-about-after-script-contextTomasz Maczukin2019-06-121-0/+8
| | | | | | | | | | | | We frequently see new issues mentioning that something defined in `before_script` or `script` doesn't work with `after_script`. Our documentation mentions that first two are concatenated and executed together, why the third one is executed in a separated shell context. But it looks like it's not clear enough. Since this misunderstanding of how scripts are being executed is repeated frequently, let's make it more clear in docs.
* Expose javascript regexMatija Čupić2019-06-061-2/+1
|
* Allow masking if 8 or more characters in base64Thomas Nilsson2019-06-061-0/+1
| | | | | | This should allow for private ssh-keys to remain private. Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
* Merge branch 'ci-variable-expression-con-dis-junction' into 'master'Kamil Trzciński2019-06-061-0/+18
|\ | | | | | | | | CI variable expression conjunction/disjunction See merge request gitlab-org/gitlab-ce!27925
| * && and || operators for CI Pipeline expressions.drew cimino2019-06-041-0/+18
| | | | | | | | | | | | Refactored regex pattern matching to eagerly return tokens Packaged behind a default-enabled feature flag and added operator documentation.
* | Merge branch '11204-turn-off-mask-by-default' into 'master'Mike Greiling2019-06-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186
| * | Default masked to false for new variables11204-turn-off-mask-by-defaultmfluharty2019-06-041-1/+1
| |/ | | | | | | | | | | Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear
* | Delete proposed paragraphMarcia Ramos2019-06-054-13/+16
|/ | | | TBA to a different MR/issue
* Docs: Clarify allowed characters in masked variablesKrasimir Angelov2019-05-291-3/+2
|
* Correct CI_API_V4_URL CI variable namePhy2019-05-281-4/+4
|
* Add CI variable types usage exampleKrasimir Angelov2019-05-213-2/+23
| | | | | | Update documentation with example how to use CI variable types. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
* Docs: Merge EE doc/ci to CEMarcel Amirault2019-05-052-1/+41
|
* Update docs related to CI variablesKrasimir Angelov2019-05-036-27/+42
| | | | | Add `Variable Types` section to explain supported variable types and update example and related screenshots.
* Clarify masked variables docsSteve Azzopardi2019-04-281-4/+6
| | | | | | | | - Add note that must contain only letters, numbers, underscore - Add example of escape characters - Add regex used for validation closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60785
* Fix reference-style links in CI predefined varsPeter Leitzen2019-04-261-0/+4
|
* Merge branch 'add-ci-variable-protected-ref' into 'master'Grzegorz Bizon2019-04-241-0/+1
|\ | | | | | | | | Add CI variable CI_REF_PROTECTED See merge request gitlab-org/gitlab-ce!26716
| * Change CI_REF_PROTECTED variable to CI_COMMIT_REF_PROTECTEDJason van den Hurk2019-04-101-1/+1
| |
| * Change release version of CI_REF_PROTECTED to 11.11Jason van den Hurk2019-04-101-1/+1
| |
| * Added documentation for CI_REF_PROTECTED ci variableJason van den Hurk2019-04-101-0/+1
| |
* | Support negative matchesKamil Trzciński2019-04-231-4/+11
| | | | | | | | | | This adds support for != and !~ operators giving more flexibility in comparing values
* | Make it clearer when CI_MERGE_REQUEST_ variables are availableAchilleas Pipinellis2019-04-231-17/+17
| |
* | Docs: fixes grammar/typoMarcia Ramos2019-04-221-1/+1
| |
* | Add Masked Variables to Variables docsmasked-variables-docs-update-docs-onlymfluharty2019-04-101-6/+15
|/
* Change mode to 644 for doc/ci/variables/img/docs-60290-docs-lint-broken-in-masterRémy Coutable2019-04-095-0/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Docs: Update predefined_variables.md to fix anchorMarcel Amirault2019-04-091-1/+1
|
* Docs: Fix anchors related to variables docMarcel Amirault2019-04-083-15/+8
|
* Add documentation for new big-repos featuresKamil Trzciński2019-04-051-0/+3
| | | | | | | | | | This adds documentation for: - `CI_BUILDS_DIR`, - `CI_CONCURRENT_ID`, - `CI_CONCURRENT_PROJECT_ID`, - `GIT_CLONE_PATH`, - `GIT_CLEAN_FLAGS`
* Work around lack of HTML list support in topicEvan Read2019-04-041-14/+14
|
* Merge branch '54621_missing_example' into 'master'Grzegorz Bizon2019-04-031-0/+4
|\ | | | | | | | | Add missing 'export' example for CI_API_V4_API_URL See merge request gitlab-org/gitlab-ce!26878
| * Add missing 'export' example for CI_API_V4_API_URLOlliver Schinagl2019-04-021-0/+4
| | | | | | | | | | | | | | | | In issue #54621 a new variable CI_API_V4_API_URL was introduced, but some of the documentation was omitted. Having an example output is always nice. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* | Add screenshots for variablesMarcia Ramos2019-04-026-236/+376
|/ | | | | - Variables overview - Variables triggered via manual pipeline
* Fix conflicts with masterMarcia Ramos2019-04-022-101/+111
| | | | Pull master
* New doc - deprecated variablesdocs-ci-deprecated-variablesMarcia Ramos2019-03-282-30/+32
|
* Docs: Fix more anchors, mostly pipeline relatedMarcel Amirault2019-03-271-1/+1
|
* Docs: Fix missed or newly added broken anchorsMarcel Amirault2019-03-251-2/+1
|
* Docs: Fix CI/CD related anchorsMarcel Amirault2019-03-112-5/+5
|
* Fix spelling and other minor improvementsEvan Read2019-03-061-1/+1
|
* Merge branch 'master' into expose-additional-merge-request-pipeline-variablesHiroyuki Sato2019-03-041-13/+17
| | | | | | Conflicts: doc/ci/variables/README.md spec/models/ci/pipeline_spec.rb
* Persist source sha and target sha for merge pipelinesShinya Maeda2019-02-271-0/+2
| | | | source_sha and target_sha are used for merge request pipelines
* Move ChatOps docs from EE to coreJames Fargher2019-02-211-0/+2
| | | | ChatOps used to be in the Ultimate tier.
* Merge branch 'docs/fix-anchor-link' into 'master'Achilleas Pipinellis2019-02-081-1/+1
|\ | | | | | | | | Fixes link to wrong section See merge request gitlab-org/gitlab-ce!24811
| * Fixes link to wrong sectiondocs/fix-anchor-linkEvan Read2019-01-311-1/+1
| |