Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-22 18:10:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-22 18:10:25 +0300
commit684f0a68d56bd3aab8cb7a7e790be847feb22f71 (patch)
tree1a020df96adfe6f87cedafe3988f6417dc72fd0a /doc/development/integrations
parentcb8bd7d5946ca50a2de99645687a633a0c8105be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/integrations')
-rw-r--r--doc/development/integrations/jenkins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/integrations/jenkins.md b/doc/development/integrations/jenkins.md
index 0e42055cba2..2dce6956958 100644
--- a/doc/development/integrations/jenkins.md
+++ b/doc/development/integrations/jenkins.md
@@ -4,7 +4,7 @@ group: Ecosystem
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
---
-# How to run Jenkins in development environment (on macOS) **(STARTER)**
+# How to run Jenkins in development environment (on macOS) **(FREE)**
This is a step by step guide on how to set up [Jenkins](https://www.jenkins.io/) on your local machine and connect to it from your GitLab instance. GitLab triggers webhooks on Jenkins, and Jenkins connects to GitLab using the API. By running both applications on the same machine, we can make sure they are able to access each other.