Commit bc815a1f authored by Anatolii Pedchenko's avatar Anatolii Pedchenko Committed by Marcel Amirault

Added "Introduced in version" section to push_options.md

parent 8b279be5
...@@ -33,10 +33,10 @@ git push -o <push_option> ...@@ -33,10 +33,10 @@ git push -o <push_option>
You can use push options to skip a CI/CD pipeline, or pass environment variables. You can use push options to skip a CI/CD pipeline, or pass environment variables.
| Push option | Description | | Push option | Description | Introduced in version |
| ------------------------------ | ------------------------------------------------------------------------------------------- | | ------------------------------ | ------------------------------------------------------------------------------------------- |---------------------- |
| `ci.skip` | Do not create a CI pipeline for the latest push. | | `ci.skip` | Do not create a CI pipeline for the latest push. | [11.7](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15643) |
| `ci.variable="<name>=<value>"` | Provide [environment variables](../../ci/variables/README.md) to be used in a CI pipeline, if one is created due to the push. | | `ci.variable="<name>=<value>"` | Provide [environment variables](../../ci/variables/README.md) to be used in a CI pipeline, if one is created due to the push. | [12.6](https://gitlab.com/gitlab-org/gitlab/issues/27983) |
An example of using `ci.skip`: An example of using `ci.skip`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment