Commit 68466165 authored by Craig Norris's avatar Craig Norris

Update Verify-related docs with tier badges

Add tier badging to Pipeline Execution product docs
parent bf08452c
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: reference, howto type: reference, howto
--- ---
# External pipeline validation # External pipeline validation **(FREE SELF)**
You can use an external service to validate a pipeline before it's created. You can use an external service to validate a pipeline before it's created.
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: index, concepts, howto type: index, concepts, howto
--- ---
# Caching in GitLab CI/CD # Caching in GitLab CI/CD **(FREE)**
A cache is one or more files that a job downloads and saves. Subsequent jobs that use A cache is one or more files that a job downloads and saves. Subsequent jobs that use
the same cache don't have to download the files again, so they execute more quickly. the same cache don't have to download the files again, so they execute more quickly.
......
...@@ -6,9 +6,9 @@ comments: false ...@@ -6,9 +6,9 @@ comments: false
type: index type: index
--- ---
# Docker integration # Docker integration **(FREE)**
There are two primary ways to incorporate [Docker](https://www.docker.com) in your CI/CD workflow. There are two primary ways to incorporate [Docker](https://www.docker.com) into your CI/CD workflow:
- **[Run your CI/CD jobs](using_docker_images.md) in Docker containers.** - **[Run your CI/CD jobs](using_docker_images.md) in Docker containers.**
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: concepts, howto type: concepts, howto
--- ---
# Use Docker to build Docker images # Use Docker to build Docker images **(FREE)**
You can use GitLab CI/CD with Docker to create Docker images. You can use GitLab CI/CD with Docker to create Docker images.
For example, you can create a Docker image of your application, For example, you can create a Docker image of your application,
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: concepts, howto type: concepts, howto
--- ---
# Run your CI/CD jobs in Docker containers # Run your CI/CD jobs in Docker containers **(FREE)**
You can run your CI/CD jobs in separate, isolated Docker containers. You can run your CI/CD jobs in separate, isolated Docker containers.
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: howto type: howto
--- ---
# Use kaniko to build Docker images # Use kaniko to build Docker images **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/45512) in GitLab 11.2. Requires GitLab Runner 11.2 and above. > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/45512) in GitLab 11.2. Requires GitLab Runner 11.2 and above.
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: howto type: howto
--- ---
# How to enable or disable GitLab CI/CD # How to enable or disable GitLab CI/CD **(FREE)**
To effectively use GitLab CI/CD, you need: To effectively use GitLab CI/CD, you need:
......
...@@ -11,7 +11,7 @@ date: 2017-08-31 ...@@ -11,7 +11,7 @@ date: 2017-08-31
<!-- vale off --> <!-- vale off -->
# Test and deploy Laravel applications with GitLab CI/CD and Envoy # Test and deploy Laravel applications with GitLab CI/CD and Envoy **(FREE)**
## Introduction ## Introduction
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: tutorial type: tutorial
--- ---
# Testing PHP projects # Testing PHP projects **(FREE)**
This guide covers basic building instructions for PHP projects. This guide covers basic building instructions for PHP projects.
......
...@@ -4,7 +4,7 @@ group: Package ...@@ -4,7 +4,7 @@ group: Package
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# Publish npm packages to the GitLab Package Registry using semantic-release # Publish npm packages to the GitLab Package Registry using semantic-release **(FREE)**
This guide demonstrates how to automatically publish npm packages to the [GitLab Package Registry](../../user/packages/npm_registry/index.md) by using [semantic-release](https://github.com/semantic-release/semantic-release). This guide demonstrates how to automatically publish npm packages to the [GitLab Package Registry](../../user/packages/npm_registry/index.md) by using [semantic-release](https://github.com/semantic-release/semantic-release).
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: reference type: reference
--- ---
# Using Git submodules with GitLab CI/CD # Using Git submodules with GitLab CI/CD **(FREE)**
Use [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to keep Use [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to keep
a Git repository as a subdirectory of another Git repository. You can clone another a Git repository as a subdirectory of another Git repository. You can clone another
......
...@@ -4,7 +4,7 @@ group: Pipeline Execution ...@@ -4,7 +4,7 @@ group: Pipeline Execution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# Jobs # Jobs **(FREE)**
Pipeline configuration begins with jobs. Jobs are the most fundamental element of a `.gitlab-ci.yml` file. Pipeline configuration begins with jobs. Jobs are the most fundamental element of a `.gitlab-ci.yml` file.
......
...@@ -6,7 +6,7 @@ type: reference, index ...@@ -6,7 +6,7 @@ type: reference, index
last_update: 2019-07-03 last_update: 2019-07-03
--- ---
# Pipelines for merge requests # Pipelines for merge requests **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/15310) in GitLab 11.6. > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/15310) in GitLab 11.6.
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: reference type: reference
--- ---
# Parent-child pipelines # Parent-child pipelines **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/16094) in GitLab 12.7. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/16094) in GitLab 12.7.
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: tutorial type: tutorial
--- ---
# Using SSH keys with GitLab CI/CD # Using SSH keys with GitLab CI/CD **(FREE)**
GitLab currently doesn't have built-in support for managing SSH keys in a build GitLab currently doesn't have built-in support for managing SSH keys in a build
environment (where the GitLab Runner runs). environment (where the GitLab Runner runs).
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: reference type: reference
--- ---
# Troubleshooting CI/CD # Troubleshooting CI/CD **(FREE)**
GitLab provides several tools to help make troubleshooting your pipelines easier. GitLab provides several tools to help make troubleshooting your pipelines easier.
......
...@@ -6,7 +6,7 @@ type: reference ...@@ -6,7 +6,7 @@ type: reference
--- ---
<!-- markdownlint-disable MD044 --> <!-- markdownlint-disable MD044 -->
<!-- vale gitlab.Spelling = NO --> <!-- vale gitlab.Spelling = NO -->
# The .gitlab-ci.yml file # The .gitlab-ci.yml file **(FREE)**
<!-- vale gitlab.Spelling = YES --> <!-- vale gitlab.Spelling = YES -->
<!-- markdownlint-enable MD044 --> <!-- markdownlint-enable MD044 -->
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: reference type: reference
--- ---
# GitLab CI/CD include examples # GitLab CI/CD include examples **(FREE)**
In addition to the [`includes` examples](README.md#include) listed in the In addition to the [`includes` examples](README.md#include) listed in the
[GitLab CI YAML reference](README.md), this page lists more variations of `include` [GitLab CI YAML reference](README.md), this page lists more variations of `include`
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: reference type: reference
--- ---
# GitLab CI/CD script syntax # GitLab CI/CD script syntax **(FREE)**
You can use special syntax in [`script`](README.md#script) sections to: You can use special syntax in [`script`](README.md#script) sections to:
......
...@@ -4,7 +4,7 @@ group: Pipeline Execution ...@@ -4,7 +4,7 @@ group: Pipeline Execution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# CI/CD YAML reference style guide # CI/CD YAML reference style guide **(FREE)**
The CI/CD YAML reference uses a standard style to make it easier to use and update. The CI/CD YAML reference uses a standard style to make it easier to use and update.
......
...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: index, concepts, howto type: index, concepts, howto
--- ---
# CI/CD development documentation # CI/CD development documentation **(FREE)**
Development guides that are specific to CI/CD are listed here. Development guides that are specific to CI/CD are listed here.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment