summaryrefslogtreecommitdiff
path: root/doc/ci/variables
Commit message (Collapse)AuthorAgeFilesLines
* Refactor CI triggers docsdocs/triggersAchilleas Pipinellis2017-06-081-0/+1
|
* Merge branch 'docs/powershell-ci-vars' into 'master'Sean Packham2017-06-061-4/+30
|\ | | | | | | | | Add PowerShell to CI variable docs See merge request !11935
| * Add PowerShell to CI variable docsdocs/powershell-ci-varsJohn Spaetzel2017-06-061-4/+30
| |
* | Update explanation of job-level variable override to fit exampleTor Bechmann Yamamoto-Sørensen2017-06-061-1/+1
|/
* Merge branch '31061-26135-ci-project-slug-enviroment-variables' into 'master'Kamil Trzciński2017-06-051-1/+2
|\ | | | | | | | | | | | | Add slugified project path to CI environment variables Closes #31061 See merge request !11838
| * Add slugify project path to CI enviroment variablesvanadium232017-06-031-1/+2
| |
* | Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński2017-06-051-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Add `$CI_ENVIRONMENT_URL` as a job variable Closes #25680 See merge request !11695
| * \ Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-021-3/+21
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (39 commits) Resolve "Improve Container Registry description" Add username parameter to gravatar URL Fix replying to a commit discussion displayed in the context of an MR Add fog-aliyun as backup storage provider Add missing specs Make sure protected can't be null; Test protected! Update session cookie key name to be unique to instance in development Just mention which GitLab version is required Fix data inconsistency issue for old artifacts by moving them to a currently used path Fix N+1 queries for non-members in comment threads Fix rubocop in spec/helpers/diff_helper_spec.rb Merge two items into one in the doc Only remove FK if it exists Maintain notes avatar at smaller breakpoint Fix pipeline schedule value name in documentation Add test for Project#protected_for? Update diff discussion position per discussion instead of per note Display Shared Runner status in Admin Dashboard Make sure we're loading the fresh variables Now secret_variables_for would return the variables ...
| * | Pass external_url from environment if job doesn't have oneLin Jen-Shin2017-05-251-0/+1
| | | | | | | | | | | | Also update the document and add a changelog entry
* | | Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for ↵Sébastien2017-06-041-1/+1
| |/ |/| | | | | variables"
* | Just mention which GitLab version is requiredLin Jen-Shin2017-06-011-1/+1
| | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11688/diffs#note_31277454
* | Merge two items into one in the docLin Jen-Shin2017-06-011-2/+1
| |
* | Fix doc table of contentsLin Jen-Shin2017-05-311-1/+1
| |
* | Update docs and use protected secret variable as the nameLin Jen-Shin2017-05-311-7/+8
| |
* | Use be_truthy and add back missing linkLin Jen-Shin2017-05-261-0/+1
| |
* | Add docs for protected variablesLin Jen-Shin2017-05-251-3/+20
|/
* Merge branch 'dz-rename-pipelines-settings-tab' into 'master'Dmitriy Zaporozhets2017-05-221-1/+1
|\ | | | | | | | | | | | | Rename CI/CD Pipelines to Pipelines in the project settings Closes #31980 See merge request !11305
| * Rename CI/CD Pipelines references to just Pipelines in docsdz-rename-pipelines-settings-tabDmitriy Zaporozhets2017-05-111-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | fix $CI_JOB_ID variable Elan Ruusamäe2017-04-271-1/+1
|/ | | introduced with rename variables commit: a084437b5c1b7226ce64e74bab1972bb1dbd49e0
* Remove wrong user email from CI variables example outputAchilleas Pipinellis2017-04-071-1/+1
| | | | [ci skip]
* fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. Mustafa YILDIRIM2017-04-031-1/+1
|
* Correct example value variable name. Johan Brandhorst2017-03-271-1/+1
| | | CI_REPOSITORY_URL is the correct name.
* Fix Slack link when on notifyZeger-Jan van de Weg2017-03-161-2/+2
|
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-26/+26
|
* Move example variables output to bottomdocs/ci-variables-deprecation-tableAchilleas Pipinellis2017-03-091-36/+36
| | | | [ci skip]
* Cleanup CI variables table and add a deprecation noteAchilleas Pipinellis2017-03-091-65/+60
| | | | [ci skip]
* Rename REF to SHAZ.J. van de Weg2017-03-071-2/+2
|
* Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-22/+56
| | | | | | | | Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped.
* Remove remnants of git annexPawel Chojnacki2017-03-031-2/+2
|
* Add note about how to use or escape variables inside other variablesTeNNoX2017-02-281-0/+10
|
* Fixed instructions for adding Secret Variables to a CI/CD pipeline.J. B. Rainsberger2017-02-231-1/+2
|
* Rename builds to jobs in docsAchilleas Pipinellis2017-02-151-30/+30
| | | | [ci skip]
* Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-031-2/+2
|
* Merge branch 'feature/runner-script-attempts-docs' into 'master' Kamil Trzciński2016-12-181-0/+3
|\ | | | | | | | | | | | | | | | | Add new runner script attempts docs and update .gitlab-ci.yml Related: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1907 and https://gitlab.com/gitlab-com/infrastructure/issues/685 Adds missing docs about the new script attempts variables in the runner. See merge request !8100
| * add new runner script attempts docs and update .gitlab-ci.ymlJames Lopez2016-12-151-0/+3
| |
* | Pass variables from deployment project services to CI runnerexpose-deployment-variablesAdam Niedzielski2016-12-161-0/+15
| | | | | | | | | | | | | | | | | | | | This commit introduces the concept of deployment variables - variables that are collected from deployment services and passed to CI runner during a deployment build. Deployment services specify the variables by overriding "predefined_variables" method. This commit also configures variables for KubernetesService
* | Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUGNick Thomas2016-12-151-0/+2
|/
* Introduce $CI_BUILD_REF_SLUGNick Thomas2016-12-131-0/+1
|
* It's secret variables, not secureAchilleas Pipinellis2016-12-051-11/+11
| | | | [ci skip]
* Fix dead links, add example of debug trace output, simplify titlesAchilleas Pipinellis2016-12-051-26/+145
| | | | [ci skip]
* Refactor CI variables docsdocs/refactor-ci-variablesAchilleas Pipinellis2016-11-251-42/+71
|
* Document the new CI_DEBUG_TRACE variableNick Thomas2016-10-111-0/+34
| | | | [ci skip]
* Fix typo in README.mdJohan Brandhorst2016-09-141-1/+1
|
* Add information about user and manual build start to runner as variablesSergey Gnuskov2016-09-091-0/+6
|
* Fix: Switch sample values for $CI_SERVER_REVISION and $CI_SERVER_VERSION.Patrick Thaele2016-09-071-2/+2
|
* Explain CI_PROJECT_NAMESPACE betternamespaceMark Pundsack2016-07-211-1/+1
|
* Fix review commentsci-predefined-variablesKamil Trzcinski2016-07-201-1/+1
|
* Improve implementation of variablesKamil Trzcinski2016-07-201-7/+7
|
* Update documentationKamil Trzcinski2016-07-201-0/+3
|
* Update all exposed variables to CI buildsKamil Trzcinski2016-07-201-7/+10
|