git-push component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/git-push@stable
inputs:
path: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| branch | main | string | |
| message | Push example project to GitLab | string | |
| name | example | string | |
| needs | The jobs that this job depends on. | [] | array |
| path | string | ||
| rules | The jobs that this job depends on. | [{"if":"$CI_PIPELINE_SOURCE == \"schedule\"","when":"never"},{"when":"on_success"}] | array |
| stage | The pipeline stage that the jobs belongs to. | deploy | string |
| target | git@gitlab.com:xrow-public/ibexa-example.git | string |