Docker: Add Docker stack for GitLab #119
Labels
A: Core
Area: core module, where plugins and builtin templates lies
A: Plugin - Stack
Area: stack introspection and detection plugins
S: Docker
Stack: Docker
T: Feature
Type: a new feature
Context
According to the State of Developer Ecosystem 2021 survey by JetBrains, GitLab CI is the third most used CI system:
https://www.jetbrains.com/lp/devecosystem-2021/team-tools/#Which-Continuous-Integration-CI-systems-do-you-regularly-use
Following the Pipelinit roadmap to expand its supported platforms is necessary an implementation of all the current stacks on the GitLab platform.
Goal
Add Docker stack for GitLab platform
Implementation
GitLab organizes its CI on different way from GitHub, first it uses a central file called
.gitlab-ci.yml
and other CIs must be linked to him..gitlab-ci.yml
and link those files in theinclude
field as this example.Reference:
To test
Obs: You can check if the pipeline is correct before a commit using the tool https://pypi.org/project/gitlab-lint/ , install it with
python3 -m pip install -g gitlab_lint
The text was updated successfully, but these errors were encountered: