docs: add job definitions to page

!26
This commit is contained in:
2023-05-23 09:54:53 +09:30
parent 7a9aca3a54
commit 456f63c8ca
6 changed files with 65 additions and 0 deletions

View File

@ -119,5 +119,16 @@ In addition to the required variables above, the commitizen config file `.cz.yam
### Artifacts
## Gitlab job Definition
When you include this definition the following makes up the job definition
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "conventional_commits/.gitlab-ci.yml"
```
!!! Note
Docs Still under development

View File

@ -73,5 +73,16 @@ This will cause the job to only run on the `development` branch.
- None
## Gitlab job Definition
When you include this definition the following makes up the job definition
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "git_push_mirror/.gitlab-ci.yml"
```
!!! Note
Docs Still under development

View File

@ -140,5 +140,16 @@ This CI job's workflow is:
- `Gitlab Release`
> None
## Gitlab job Definition
When you include this definition the following makes up the job definition
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "gitlab_release/.gitlab-ci.yml"
```
!!! Note
Docs Still under development

View File

@ -59,5 +59,16 @@ Markdown Linting:
- JUnit test report located at `$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/*.junit.xml`
## Gitlab job Definition
When you include this definition the following makes up the job definition
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "lint/markdown.gitlab-ci.yml"
```
!!! Note
Docs Still under development

View File

@ -105,5 +105,16 @@ PyLint:
- `$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/gl-code-quality-report.html` - html code quality report
## Gitlab job Definition
When you include this definition the following makes up the job definition
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "python/.gitlab-ci.yml"
```
!!! Note
Docs Still under development

View File

@ -65,5 +65,15 @@ Yaml Lint (python 3.6):
- `$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/$CI_JOB_NAME/$PYTHON_VERSION-yaml-lint.log` - Linter log
## Gitlab job Definition
When you include this definition the following makes up the job definition
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "lint/yaml.gitlab-ci.yml"
```
!!! Note
Docs Still under development