Tagged articles

GitLab

189 articles · Page 1 of 2
Xike
Xike
Jul 25, 2026 · Cloud Native

Setting Up a Local CI/CD Stack with Harbor, GitLab, and Jenkins Using Docker Compose

This guide walks through configuring a local Docker/Compose environment that provides accessible Harbor, GitLab (with a shared Runner), and Jenkins, demonstrates a push/pull test on Harbor, runs a minimal GitLab CI pipeline, and validates a simple Jenkins pipeline, while covering prerequisites, host configuration, installation steps, verification, troubleshooting, and cleanup.

CI/CDDevOpsDocker Compose
0 likes · 18 min read
Setting Up a Local CI/CD Stack with Harbor, GitLab, and Jenkins Using Docker Compose
Xike
Xike
Jul 24, 2026 · Operations

CI/CD Fundamentals: Understanding the Core Principles of Continuous Delivery

This article explains the fundamental concepts of CI/CD, clarifies the distinction between Continuous Integration, Continuous Delivery and Continuous Deployment, describes pipeline components such as stages and jobs, outlines common triggers, artifacts, caches and secrets, and shows how tools like GitLab, Jenkins and Harbor fit together in a complete delivery workflow.

CI/CDContinuous DeliveryGitLab
0 likes · 13 min read
CI/CD Fundamentals: Understanding the Core Principles of Continuous Delivery
Black & White Path
Black & White Path
May 27, 2026 · Information Security

From White‑Hat to Banned Outlaw: The Rapid Fall of a Security Researcher

An anonymous researcher with a legitimate MSRC account publicly released multiple Windows 0‑day exploits after his reports were ignored, leading to swift bans on GitHub and GitLab, sparking a heated debate over platform policies, coordinated disclosure failures, and the broader breakdown of the bug‑bounty ecosystem.

Bug BountyGitHubGitLab
0 likes · 9 min read
From White‑Hat to Banned Outlaw: The Rapid Fall of a Security Researcher
Sohu Tech Products
Sohu Tech Products
Apr 8, 2026 · Artificial Intelligence

How AI Transforms GitLab Merge Request Code Reviews: Architecture & Lessons Learned

This article details the design and implementation of an AI‑powered automated code‑review system for GitLab Merge Requests, covering background problems, layered architecture, diff parsing, prompt engineering, comment management, rate‑limiting, concurrency control, and the measurable improvements achieved.

AI code reviewAutomationGitLab
0 likes · 22 min read
How AI Transforms GitLab Merge Request Code Reviews: Architecture & Lessons Learned
Ubiquitous Tech
Ubiquitous Tech
Jan 20, 2026 · Artificial Intelligence

Implementing AI Code Review Features in the AI Hub Client (Lesson 21)

This tutorial walks through integrating the AI Hub client with a TypeScript‑based code review engine, adding a UI button in a Vue component, handling loading states, previewing MergeRequest data, and wiring the backend calls to GitLab and the AI model, complete with code snippets and screenshots.

AI HubAI code reviewGitLab
0 likes · 11 min read
Implementing AI Code Review Features in the AI Hub Client (Lesson 21)
Raymond Ops
Raymond Ops
Oct 14, 2025 · Operations

Automate CI/CD with Jenkins and Docker: A Step‑by‑Step Guide

This guide walks you through building an efficient CI/CD pipeline using Jenkins and Docker, covering benefits, architecture design, Maven‑based Docker image creation, Alibaba Cloud registry integration, custom Jenkins Docker image setup, permission handling, GitLab webhook configuration, and deployment automation with scripts.

CI/CDDockerGitLab
0 likes · 13 min read
Automate CI/CD with Jenkins and Docker: A Step‑by‑Step Guide
Ubiquitous Tech
Ubiquitous Tech
Oct 1, 2025 · Artificial Intelligence

Designing Context for AI Code Review (Part 18)

This article explains how to construct and manage various context data—such as historical review feedback, code diffs, file types, developer experience, commit messages, business scenarios, framework knowledge, and Git logs—to improve the quality of AI‑driven code reviews, and provides a concrete TypeScript implementation with modular context providers, prompt engineering, and integration with GitLab and OpenAI APIs.

AI code reviewContext ManagementGitLab
0 likes · 21 min read
Designing Context for AI Code Review (Part 18)
Raymond Ops
Raymond Ops
Sep 29, 2025 · Cloud Native

Master GitLab: From History to Full Installation & Configuration Guide

This article provides a comprehensive overview of GitLab—including its origins, key features, and evolution—followed by detailed, step‑by‑step instructions for installing, configuring, and accessing GitLab on Rocky Linux, covering repository management, CI/CD pipelines, and Kubernetes integration.

CI/CDCloud NativeConfiguration
0 likes · 9 min read
Master GitLab: From History to Full Installation & Configuration Guide
Ops Development & AI Practice
Ops Development & AI Practice
Aug 24, 2025 · Operations

Beyond SAST: Integrating Code Quality Checks in GitLab CI/CD

This article explains why GitLab's built‑in SAST focuses solely on security, distinguishes it from code‑quality analysis, and provides two practical ways—using the official Code‑Quality template and integrating custom linters—to add comprehensive code‑quality checks into your CI/CD pipelines.

CI/CDGitLabSAST
0 likes · 7 min read
Beyond SAST: Integrating Code Quality Checks in GitLab CI/CD
Raymond Ops
Raymond Ops
Aug 12, 2025 · Operations

How to Install, Configure, and Operate GitLab CE on CentOS

This guide walks through installing GitLab CE, configuring its URL and email settings, managing services, applying Chinese localization, creating projects via HTTP and SSH, adding remote repositories, and handling users and groups, providing complete hands‑on instructions for DevOps teams.

CI/CDGitLabOperations
0 likes · 9 min read
How to Install, Configure, and Operate GitLab CE on CentOS
Ubiquitous Tech
Ubiquitous Tech
Jun 29, 2025 · Backend Development

Implementing Line‑Level GitLab Code Review with AI: A Step‑by‑Step Guide

This article walks through using GitLab's Discussions API to write AI‑generated code review comments at specific lines or blocks, covering the required API endpoint, parameter extraction from merge requests, diff parsing with regular expressions, TypeScript implementation, and the end‑to‑end workflow that integrates OpenAI suggestions back into GitLab.

AIAPICode Review
0 likes · 17 min read
Implementing Line‑Level GitLab Code Review with AI: A Step‑by‑Step Guide
Youzan Coder
Youzan Coder
Apr 25, 2025 · Artificial Intelligence

AI-Powered Code Review System: Design, Implementation, and Lessons Learned

The team built a low‑cost AI‑powered code‑review assistant that injects line‑level comments into GitLab merge requests, using LLMs via Feishu, iterating quickly through MVP and optimization phases, achieving 64 integrations, 150+ daily comments, feedback‑driven prompt refinement, and demonstrating high ROI for small‑to‑medium teams while outlining future IDE and rule‑based extensions.

AIAutomationCode Review
0 likes · 17 min read
AI-Powered Code Review System: Design, Implementation, and Lessons Learned
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2025 · Operations

Master GitLab: Complete Introduction, Installation & Configuration Guide

This article provides a comprehensive overview of GitLab, covering its origins, key features, core DevOps capabilities, and step‑by‑step instructions for installing and configuring GitLab on Rocky Linux, including required system specs, repository setup, package installation, and post‑install verification.

CI/CDDevOpsGitLab
0 likes · 9 min read
Master GitLab: Complete Introduction, Installation & Configuration Guide
DevOps Cloud Academy
DevOps Cloud Academy
Mar 20, 2025 · Operations

Key Tools and Practices in DevOps Engineering: Jira, GitLab, Jenkins, Build Tools, Unit Testing, and SonarQube

This article provides a comprehensive overview of essential DevOps engineering tools and practices—including Jira release management, GitLab Gitflow workflow, Jenkins CI/CD pipelines, Maven/Gradle/MSBuild build tools, unit testing frameworks, and SonarQube quality analysis—illustrated with enterprise‑level case studies to demonstrate their real‑world impact.

Build ToolsCI/CDDevOps
0 likes · 15 min read
Key Tools and Practices in DevOps Engineering: Jira, GitLab, Jenkins, Build Tools, Unit Testing, and SonarQube
Ubiquitous Tech
Ubiquitous Tech
Feb 16, 2025 · Artificial Intelligence

How to Implement AI-Powered Code Review for GitLab Merge Request Changes

This tutorial shows how to modify a GitLab CI pipeline to fetch changed files via the Merge Request API, extract the diff with jq, build a JSON request for the glm‑4‑flash model, and use AI to review code changes, including prompt engineering and result interpretation.

AI code reviewCI/CDGitLab
0 likes · 11 min read
How to Implement AI-Powered Code Review for GitLab Merge Request Changes
Ubiquitous Tech
Ubiquitous Tech
Feb 5, 2025 · Artificial Intelligence

Implement AI Code Review Using GitLab API and CI – Tutorial Part 6

This tutorial walks through creating a personal GitLab access token, testing the GitLab API, configuring CI variables, importing a sample project, triggering a merge‑request pipeline, sending changed files to a Zhipu AI model, and writing the AI's review back into the merge request as comments.

AI code reviewAPICI/CD
0 likes · 16 min read
Implement AI Code Review Using GitLab API and CI – Tutorial Part 6
Ubiquitous Tech
Ubiquitous Tech
Jan 23, 2025 · Artificial Intelligence

AI-Powered Code Review: Fundamentals and Efficiency Gains

The article examines the emerging field of AI‑assisted code review, outlining the drawbacks of manual reviews, describing how large language models can automate the process, presenting step‑by‑step implementation details—including GitLab integration and notification via Feishu—and summarizing the technical skills readers can acquire.

AIAutomationCode Review
0 likes · 9 min read
AI-Powered Code Review: Fundamentals and Efficiency Gains
Top Architecture Tech Stack
Top Architecture Tech Stack
Dec 26, 2024 · Operations

GitLab Discontinues Service for China Mainland, Macau, and Hong Kong and Advises Migration to JiHu

GitLab announced that it will cease providing GitLab.com accounts to users in mainland China, Macau and Hong Kong, offering a 60‑day migration window to the locally‑operated JiHu platform and prompting widespread discussion about data integrity, compliance, and the future of open‑source development in the region.

DevOpsGitLabJiHu
0 likes · 7 min read
GitLab Discontinues Service for China Mainland, Macau, and Hong Kong and Advises Migration to JiHu
Architect
Architect
Jun 29, 2024 · Frontend Development

One‑Click Frontend Deployment with Jenkins: From GitLab to Server

This article explains how to use Jenkins to automatically pull a front‑end Angular project from a GitLab repository, install the required Node.js and npm versions, build the static files, compress them, and deploy the resulting package to a Linux server with backup and verification steps.

CI/CDFrontend DeploymentGitLab
0 likes · 10 min read
One‑Click Frontend Deployment with Jenkins: From GitLab to Server
vivo Internet Technology
vivo Internet Technology
Jun 26, 2024 · R&D Management

Vivo Engineering Efficiency Team: VCR Platform Development and Code Review Plugin Implementation

The article describes Vivo's Engineering Efficiency team's VCR platform, built on GitLab and Gerrit, detailing the design and implementation of code‑review plugins, challenges faced, architectural integration, customization techniques, and future directions toward automated and AI‑enhanced code review.

Code ReviewEngineering EfficiencyGerrit
0 likes · 15 min read
Vivo Engineering Efficiency Team: VCR Platform Development and Code Review Plugin Implementation
dbaplus Community
dbaplus Community
Mar 24, 2024 · R&D Management

What It Was Really Like Working at GitLab: Lessons on Scaling, Performance, and Culture

The author recounts six years at GitLab, detailing the challenges of scaling a rapidly growing remote company, building performance monitoring tools and a database load balancer, confronting cultural and management issues, and sharing hard‑won lessons on scalability, deployment speed, product strategy, and remote work dynamics.

GitLabProductManagementRemoteWork
0 likes · 26 min read
What It Was Really Like Working at GitLab: Lessons on Scaling, Performance, and Culture
DeWu Technology
DeWu Technology
Dec 6, 2023 · Frontend Development

Permission Design for Front-end Monorepo in Large-Scale Development

The article presents a practical permission‑management strategy for a large‑scale front‑end monorepo that merges Git‑hook validation with GitLab’s protected branches and role‑based access, defines a clear directory hierarchy, outlines workflow controls, and explores extensions such as fine‑grained ACLs and file‑access logging to prevent unauthorized file changes.

Code ReviewFrontendGitLab
0 likes · 17 min read
Permission Design for Front-end Monorepo in Large-Scale Development
DevOps
DevOps
Oct 24, 2023 · Operations

Continuous Integration Practices and Implementation for Traditional Enterprises

This article explains the background, challenges, core concepts, automation techniques, toolchain, process improvements, and practical implementation steps of continuous integration (CI) for traditional enterprises, highlighting benefits such as higher software quality, faster feedback, reduced risk, and more efficient team collaboration.

CI toolsGitLabJenkins
0 likes · 15 min read
Continuous Integration Practices and Implementation for Traditional Enterprises
Huolala Tech
Huolala Tech
Oct 24, 2023 · Operations

How Huolala Built a Scalable Unit Testing Platform with Tekton, SonarQube, and GitLab

This article describes Huolala's journey from a legacy PHP codebase to a Java‑centric microservice architecture, the common misconceptions and difficulties of unit testing, and the design of an automated CI/CD pipeline that integrates Tekton, SonarQube, GitLab Runner, JUnit5, and Mockito to enforce coverage gates and improve code quality.

AutomationCI/CDGitLab
0 likes · 15 min read
How Huolala Built a Scalable Unit Testing Platform with Tekton, SonarQube, and GitLab
DevOps Cloud Academy
DevOps Cloud Academy
Sep 24, 2023 · Operations

Migrating Legacy Cron Jobs to Jenkins CI/CD for a Global Cybersecurity Company

To keep ahead of hackers and fraud, a global cybersecurity firm replaced its fragmented cron‑based build, test, and release processes with a unified Jenkins CI/CD pipeline, integrating GitLab, Docker, and monitoring tools, thereby automating deployments, improving visibility, and streamlining DevSecOps across multiple projects.

AutomationCI/CDDevSecOps
0 likes · 5 min read
Migrating Legacy Cron Jobs to Jenkins CI/CD for a Global Cybersecurity Company
Inke Technology
Inke Technology
Jul 28, 2023 · Operations

How to Build a Lightweight CI/CD Service Automation with DevOps and Docker

This article outlines a comprehensive, lightweight CI/CD automation solution built on DevOps principles, detailing the evolution from traditional deployment to containerized workflows, the design of a multi‑project, plug‑in task system, and practical implementation steps using GitLab CI, Docker, and Go.

AutomationCI/CDDevOps
0 likes · 32 min read
How to Build a Lightweight CI/CD Service Automation with DevOps and Docker
Ops Development Stories
Ops Development Stories
Jul 27, 2023 · Cloud Native

Why Containerization Lets You ‘Mop Up’ Work: A Real‑World Journey

This informal blog recounts a developer’s hands‑on journey from puzzling over the buzzword “containerization” to building an automated GitLab‑CI, Docker, and Kubernetes pipeline, highlighting practical benefits, challenges, and the humorous “mop‑up” moments that make the transition both enlightening and entertaining.

AutomationCI/CDDocker
0 likes · 4 min read
Why Containerization Lets You ‘Mop Up’ Work: A Real‑World Journey
Wukong Talks Architecture
Wukong Talks Architecture
Jul 17, 2023 · Operations

Deploying a Local GitLab Instance with Docker Compose on Ubuntu

This guide explains how to set up a self‑hosted GitLab server on an Ubuntu virtual machine using Docker and Docker‑Compose, covering environment preparation, Docker image retrieval, compose file creation, container launch, password reset, and basic GitLab usage such as user registration, project creation, SSH key configuration, and code cloning.

CI/CDDevOpsDocker Compose
0 likes · 10 min read
Deploying a Local GitLab Instance with Docker Compose on Ubuntu
Programmer DD
Programmer DD
May 5, 2023 · Operations

Boost Development Efficiency with GitLab CI/CD: A Hands‑On Guide

This article explains why efficiency matters in software delivery, introduces CI/CD concepts and tools like Jenkins and GitLab, details installing GitLab Runner, walks through pipeline configuration with key YAML keywords, and emphasizes that mastering DevOps principles and tools dramatically improves development productivity.

CI/CDContinuous DeliveryDevOps
0 likes · 10 min read
Boost Development Efficiency with GitLab CI/CD: A Hands‑On Guide
DevOps Cloud Academy
DevOps Cloud Academy
Apr 18, 2023 · Operations

Using GitLab CI/CD to Trigger Cross‑Project Pipelines for Microservices

This article explains how GitLab CI/CD can be configured to run cross‑project pipelines, enabling automated testing and deployment of microservices by adding bridge jobs, specifying downstream branches, and passing variables, while illustrating the process with code examples and pipeline visualizations.

AutomationCI/CDCross-Project Pipelines
0 likes · 8 min read
Using GitLab CI/CD to Trigger Cross‑Project Pipelines for Microservices
Ops Development Stories
Ops Development Stories
Mar 6, 2023 · Databases

How to Deploy and Use Bytebase for Database CI/CD on Kubernetes

This guide explains why traditional DBA tasks are tedious, introduces Bytebase as a reliable database CI/CD platform, and provides step‑by‑step instructions for deploying Bytebase and PostgreSQL on Kubernetes, configuring GitLab integration, managing users, instances, projects, environments, and performing schema changes and data operations.

BytebaseDatabase CI/CDDevOps
0 likes · 11 min read
How to Deploy and Use Bytebase for Database CI/CD on Kubernetes
21CTO
21CTO
Dec 21, 2022 · Backend Development

Tech Roundup: Musk Leaves Twitter, Google AI, Linux Zstd, GitLab Web IDE, PHP 8.2

Elon Musk announced his resignation as Twitter CEO following a poll, while Google’s Sundar Pichai highlighted AI’s broader impact and unveiled Google Lens handwriting recognition, Linux integrated Zstd 1.5.2 into kernel 6.2, GitLab released a Web IDE beta, and PHP 8.2 introduced readonly classes and new types.

Elon MuskGitLabGoogle AI
0 likes · 7 min read
Tech Roundup: Musk Leaves Twitter, Google AI, Linux Zstd, GitLab Web IDE, PHP 8.2
Laravel Tech Community
Laravel Tech Community
Nov 1, 2022 · Information Security

GitLab CE/EE Access Token Leakage Vulnerability (CVE-2022-2882)

The advisory details a GitLab CE/EE vulnerability (CVE‑2022‑2882) that allows authenticated attackers to modify integration URLs and steal GitHub integration access tokens, lists affected versions across community and enterprise editions, and recommends upgrading to specific patched releases.

GitLabVulnerabilityaccess-token
0 likes · 3 min read
GitLab CE/EE Access Token Leakage Vulnerability (CVE-2022-2882)
SQB Blog
SQB Blog
Aug 24, 2022 · Operations

Accelerating Delivery: Our CI/CD, Branch Automation & Artifact Management Revamp

This article outlines how our team overhauled the CI/CD pipeline, migrated from Jenkins to GitLab CI, introduced Kubernetes‑based execution, automated branch management via Jira integration, restructured artifact storage with JFrog, and built an in‑house SCA solution, all to boost development efficiency, reduce manual errors, and secure software delivery.

Artifact ManagementAutomationCI/CD
0 likes · 17 min read
Accelerating Delivery: Our CI/CD, Branch Automation & Artifact Management Revamp
21CTO
21CTO
Aug 8, 2022 · Cloud Computing

How Alibaba Cloud, Python’s Surge, and GitLab’s Policies Reveal Tech Shifts

Alibaba Cloud reports slowing internet demand but rising industrial digitalization, while Python hits a historic market‑share high and GitLab bans Windows and prunes idle projects, together highlighting evolving trends in cloud strategy, programming language popularity, and open‑source platform security.

Alibaba CloudCloud ComputingGitLab
0 likes · 5 min read
How Alibaba Cloud, Python’s Surge, and GitLab’s Policies Reveal Tech Shifts
dbaplus Community
dbaplus Community
Jul 22, 2022 · Databases

Can CockroachDB and YugabyteDB Run GitLab? A Comprehensive Compatibility Test

This article evaluates whether the distributed databases CockroachDB and YugabyteDB can replace PostgreSQL as the backend for GitLab, detailing the test environment, migration steps, functional checks across core GitLab features, observed errors, and a final comparison of compatibility and stability.

CockroachDBDatabase CompatibilityGitLab
0 likes · 10 min read
Can CockroachDB and YugabyteDB Run GitLab? A Comprehensive Compatibility Test
dbaplus Community
dbaplus Community
Jul 17, 2022 · Databases

Can GitLab Run on Distributed Databases? CockroachDB vs YugabyteDB Evaluation

This article evaluates GitLab's compatibility with two PostgreSQL‑compatible distributed databases, CockroachDB and YugabyteDB, by setting up identical environments, running the GitLab setup process, documenting failures and successes, and drawing conclusions about extension support, index compatibility, and overall feasibility.

CockroachDBGitLabPostgreSQL Compatibility
0 likes · 12 min read
Can GitLab Run on Distributed Databases? CockroachDB vs YugabyteDB Evaluation
FunTester
FunTester
Jul 14, 2022 · Industry Insights

From Mercury Missions to Modern CI: Mastering Software Testing in Startups

This comprehensive guide explores the origins, evolution, and classification of software testing, outlines automation tools and conditions, discusses agile and DevOps integration, and provides practical step‑by‑step best practices for continuous testing using GitLab in early‑stage companies.

AutomationDevOpsGitLab
0 likes · 22 min read
From Mercury Missions to Modern CI: Mastering Software Testing in Startups
Programmer DD
Programmer DD
Jul 4, 2022 · Information Security

Does GitLab’s Chinese JV Really Have Decision‑Making Power?

An in‑depth analysis reveals that JiHu, the GitLab‑backed joint venture in China, claims local decision‑making but is actually controlled by GitLab through majority equity, consolidated financial reporting, and restrictive security policies, raising serious governance and national‑security concerns.

ChinaCorporate GovernanceGitLab
0 likes · 11 min read
Does GitLab’s Chinese JV Really Have Decision‑Making Power?
Ops Development Stories
Ops Development Stories
Jun 12, 2022 · Cloud Native

How to Deploy and Manage Applications with Zadig: A Step‑by‑Step Guide

This comprehensive guide walks you through installing, configuring, and upgrading the cloud‑native continuous delivery platform Zadig—including MySQL setup, Helm chart deployment, GitLab integration, environment and pipeline management, and optional SonarQube code scanning—providing practical commands and screenshots for end‑to‑end implementation.

CI/CDDevOpsGitLab
0 likes · 21 min read
How to Deploy and Manage Applications with Zadig: A Step‑by‑Step Guide
21CTO
21CTO
May 20, 2022 · Operations

Why Arm Open Source Chose GitLab Over GitHub: Cost, Control, and Open‑Source Strategy

Arm Open Source announced the migration of dozens of its open‑source projects from GitHub to GitLab, citing greater cost‑effectiveness, reduced vendor lock‑in, enhanced security, and the ability to self‑host an enterprise‑grade, open‑source platform that aligns with Arm’s architecture and growth plans.

GitHubGitLabsoftware migration
0 likes · 6 min read
Why Arm Open Source Chose GitLab Over GitHub: Cost, Control, and Open‑Source Strategy
DevOps Cloud Academy
DevOps Cloud Academy
May 9, 2022 · Operations

Resetting the GitLab Root Password via Console and Password Recovery

This guide explains how to retrieve and change the temporary GitLab root password generated during a Terraform deployment, outlines two recovery methods—including using the password‑reset feature and directly updating the password through the GitLab Rails console with example code.

DevOpsGitLabOperations
0 likes · 3 min read
Resetting the GitLab Root Password via Console and Password Recovery
Practical DevOps Architecture
Practical DevOps Architecture
Apr 22, 2022 · Operations

GitLab Installation and Basic Configuration Guide on CentOS

This guide walks through installing GitLab on a CentOS server, configuring its external URL, setting up admin credentials, performing basic GitLab operations such as disabling auto‑registration, creating projects, configuring SSH keys, testing repository cloning, and configuring webhooks and backup management.

BackupConfigurationGitLab
0 likes · 4 min read
GitLab Installation and Basic Configuration Guide on CentOS
Ops Development Stories
Ops Development Stories
Apr 14, 2022 · Cloud Native

Auto‑Trigger Tekton Pipelines with GitLab Webhooks: A Step‑by‑Step Guide

This article explains how to use Tekton Trigger to automatically start PipelineRuns from GitLab webhook events, covering the core components, CRD definitions, installation steps, and detailed configurations of TriggerTemplate, TriggerBinding, EventListener, ServiceAccount, Ingress, and secret management, enabling fully automated CI/CD on Kubernetes.

CI/CDCloud NativeGitLab
0 likes · 20 min read
Auto‑Trigger Tekton Pipelines with GitLab Webhooks: A Step‑by‑Step Guide
21CTO
21CTO
Mar 30, 2022 · Frontend Development

What’s New in GitLab 14.9, React 18, and a DIY GitHub Issue Printer?

The article covers DJI’s denial of aiding Russia, the latest features in GitLab 14.9, the official launch of React 18 with its new concurrent capabilities, and a developer’s creative project that prints GitHub issues using a Raspberry Pi‑connected receipt printer.

DJIGitHubGitLab
0 likes · 8 min read
What’s New in GitLab 14.9, React 18, and a DIY GitHub Issue Printer?
DevOps Cloud Academy
DevOps Cloud Academy
Mar 18, 2022 · Operations

Comprehensive CI/CD Pipeline Templates for Java Projects with Build, Test, Code Analysis, Artifact Management, and Kubernetes Deployment

This article provides a detailed guide to structuring GitLab CI/CD pipelines for Java projects, covering job templates for building, testing, code analysis, artifact handling, and Kubernetes deployment, along with variable definitions, workflow rules, and stage configurations to enable flexible and automated DevOps workflows.

AutomationCI/CDDevOps
0 likes · 14 min read
Comprehensive CI/CD Pipeline Templates for Java Projects with Build, Test, Code Analysis, Artifact Management, and Kubernetes Deployment
vivo Internet Technology
vivo Internet Technology
Feb 16, 2022 · Backend Development

Design and Implementation of a Plugin Management Platform for Vivo Activity Components

The article describes Vivo’s plugin management platform for activity components, built with a Midway Node.js backend, Vue.js frontend, and MySQL, which automates component extraction, Markdown documentation, GitLab hook‑driven NPM package retrieval, and AST‑based export parsing to provide a reusable library that has already saved over 20 person‑days of development effort.

GitLabMidwayNode.js
0 likes · 25 min read
Design and Implementation of a Plugin Management Platform for Vivo Activity Components
Qingyun Technology Community
Qingyun Technology Community
Feb 15, 2022 · Cloud Native

Deploy GitLab CE on KubeSphere and Build CI/CD Pipelines – A Complete Guide

This tutorial walks you through installing KubeSphere, deploying GitLab Community Edition via Helm, configuring a minimal GitLab setup, creating a sample NodeJS project, disabling Auto DevOps, writing a Jenkinsfile, and linking GitLab with KubeSphere DevOps to run both scripted and graphical CI/CD pipelines, plus optional SSH access.

CI/CDGitLabHelm
0 likes · 18 min read
Deploy GitLab CE on KubeSphere and Build CI/CD Pipelines – A Complete Guide
BaiPing Technology
BaiPing Technology
Feb 7, 2022 · Cloud Native

Mastering CI/CD: Automate Deployments with GitLab, Jenkins, Docker & Kubernetes

This guide demonstrates how to integrate GitLab and Jenkins with Kubernetes to achieve automated, multi-environment deployments, covering project configuration, Dockerfile creation, build scripts, Jenkins pipeline setup, Kubernetes resources, and best practices for scaling, rolling updates, and service management in a production-grade cloud native architecture.

CI/CDDockerGitLab
0 likes · 16 min read
Mastering CI/CD: Automate Deployments with GitLab, Jenkins, Docker & Kubernetes