# Gitlab component template ## Components ### `` Use this component to ``. To add this component to your CI/CD pipeline, add the following include entry to your project's CI/CD configuration: ```yaml include: - component: https://gitlab.com//@ ``` Where `` is the release tag you want to use ([releases list](https://gitlab.com//-/releases)). ## Inputs The template contains some optional [inputs](https://docs.gitlab.com/ee/ci/yaml/inputs.html): | Input | Default value | Description | |------------|------------------|-------------| | `job_name` | `job-template` | The job name. | | `image` | `busybox:latest` | The container image to use to run the job. | | `stage` | `test` | The stage name for the job. | ## Documentation This project includes a MVC structure to help you get started with [Gitlab CI/CD components](https://docs.gitlab.com/ee/ci/components/). The template provides the basic file structure to create your own single component. This project should be public, or one of the jobs in the project's pipeline won't work. ## Licence The licence can be changed. By default this project has the [MIT Licence](./LICENCE).