27
docs/projects/gitlab-ci/templates/automagic.md
Normal file
27
docs/projects/gitlab-ci/templates/automagic.md
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Automatic Gitlab CI/CD jobs Template
|
||||
description: How to use No Fuss Computings gitlab-ci template for auto creation of CI/CD joobs.
|
||||
date: 2023-05-22
|
||||
template: project.html
|
||||
about: https://gitlab.com/nofusscomputing/projects/gitlab-ci
|
||||
---
|
||||
|
||||
This template is designed to autodetect which jobs should be created. By including it within your project, the jobs will be automagically created for the pipeline.
|
||||
|
||||
|
||||
## Docs ToDo
|
||||
|
||||
- .
|
||||
|
||||
|
||||
!!! Note
|
||||
Docs Still under development
|
||||
|
||||
|
||||
## gitlab-ci.yml definition
|
||||
|
||||
``` yaml title=".gitlab-ci.yml" linenums="1"
|
||||
|
||||
--8<-- "template/automagic.gitlab-ci.yaml"
|
||||
|
||||
```
|
@ -21,10 +21,11 @@ This template creates the jobs applicable to publishing pages to a website. The
|
||||
!!! Note
|
||||
Docs Still under development
|
||||
|
||||
|
||||
## gitlab-ci.yml definition
|
||||
|
||||
``` yaml title=".gitlab-ci.yml" linenums="1"
|
||||
|
||||
--8<-- "templates/mkdocs-documentation.gitlab-ci.yaml"
|
||||
--8<-- "template/mkdocs-documentation.gitlab-ci.yaml"
|
||||
|
||||
```
|
Reference in New Issue
Block a user