Tag

webhook

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jun 9, 2025 · Operations

How OnCall Platforms Transform Incident Management and Reduce Manual Overhead

This article explains the purpose and key features of OnCall platforms, compares popular solutions like PagerDuty, Opsgenie, Grafana OnCall and Alibaba Cloud ARMS, clarifies webhooks with a simple analogy, and summarizes how centralized on‑call management boosts operational efficiency while minimizing manual intervention.

Oncallincident responsemonitoring
0 likes · 5 min read
How OnCall Platforms Transform Incident Management and Reduce Manual Overhead
DevOps Cloud Academy
DevOps Cloud Academy
Mar 27, 2025 · Operations

Using Jenkins Pipeline to Read YAML Configuration for Flexible CI/CD

This article explains how to create a YAML configuration for CI/CD, store it in a GitLab repository, set up GitLab webhooks and the Jenkins Generic Webhook Trigger plugin, and configure a Jenkins Pipeline to read the YAML and execute conditional build, test, and SonarQube stages.

CI/CDDevOpsGitLab
0 likes · 10 min read
Using Jenkins Pipeline to Read YAML Configuration for Flexible CI/CD
Sohu Tech Products
Sohu Tech Products
Jul 24, 2024 · Cloud Native

Understanding Helm and Kubernetes Operators

The article explains how Helm simplifies deploying complex Kubernetes applications with a single YAML chart but cannot manage runtime operations, while Kubernetes Operators—built on custom resource definitions and webhook logic—automate tasks such as scaling, upgrades, and side‑car injection, offering higher‑level lifecycle management.

Application DeploymentCRDHelm
0 likes · 9 min read
Understanding Helm and Kubernetes Operators
360 Quality & Efficiency
360 Quality & Efficiency
May 12, 2023 · Operations

Configuring Gerrit Hooks: Client, Webhook, and Server Hook Methods

This article explains the three main Gerrit hook configurations—client‑side hooks, webhooks, and server‑side hooks—detailing their setup procedures, code examples, advantages, and typical use cases for automating notifications and CI/CD pipelines.

DevOpsGerritHooks
0 likes · 7 min read
Configuring Gerrit Hooks: Client, Webhook, and Server Hook Methods
Cloud Native Technology Community
Cloud Native Technology Community
Apr 18, 2023 · Cloud Native

Building Kubernetes Controllers with Controller Runtime and Kubebuilder

This article explains how to simplify Kubernetes controller development by using the controller-runtime library and the Kubebuilder scaffolding tool, covering manager and webhook concepts, providing full Go examples, YAML configurations, and step‑by‑step commands for building, deploying, and testing a custom Foo controller.

CRDController RuntimeGo
0 likes · 15 min read
Building Kubernetes Controllers with Controller Runtime and Kubebuilder
System Architect Go
System Architect Go
Apr 16, 2023 · Cloud Native

Understanding and Implementing Kubernetes Admission Controllers with a Sidecar Injection Example

This article explains the purpose and phases of Kubernetes Admission Controllers, outlines their security, governance, and configuration management benefits, and provides a step‑by‑step guide—including TLS certificate creation, a Go HTTPS webhook server, and MutatingWebhookConfiguration YAML—to inject a sidecar container into pods.

AdmissionControllerGoKubernetes
0 likes · 11 min read
Understanding and Implementing Kubernetes Admission Controllers with a Sidecar Injection Example
转转QA
转转QA
Aug 19, 2022 · Operations

Automating Code Commit to Build, Deploy, and Notify with GitLab Webhook in the Beetle System

The article describes how Beetle’s development workflow was improved by using GitLab webhooks to automatically publish JAR packages, trigger compilation, deployment, and CI checks, while notifying users via enterprise WeChat, thereby reducing manual steps and waiting time for developers and testers.

CI/CDDevOpsGitLab
0 likes · 8 min read
Automating Code Commit to Build, Deploy, and Notify with GitLab Webhook in the Beetle System
DevOps Cloud Academy
DevOps Cloud Academy
Jun 29, 2022 · Operations

Comprehensive Guide to Jenkins Multibranch Pipeline: Setup, Jenkinsfile, Webhook Configuration, and Troubleshooting

This guide explains how to create and configure Jenkins multibranch pipelines for CI/CD, covering fundamentals, PR‑based branch discovery, a sample Jenkinsfile with conditional stages, step‑by‑step Jenkins UI setup, webhook integration with GitHub, testing procedures, and common troubleshooting tips.

CI/CDDevOpsJenkins
0 likes · 10 min read
Comprehensive Guide to Jenkins Multibranch Pipeline: Setup, Jenkinsfile, Webhook Configuration, and Troubleshooting
DevOps Cloud Academy
DevOps Cloud Academy
May 15, 2022 · Operations

Integrating GitLab Merge Request Webhooks with Jenkins Using the Generic Webhook Plugin

This guide demonstrates how to configure GitLab and Jenkins to trigger a pipeline automatically after a merge request is merged, using Jenkins' Generic Webhook plugin, including job setup, webhook URL generation, GitLab project configuration, data analysis, and pipeline script examples.

CI/CDDevOpsGitLab
0 likes · 4 min read
Integrating GitLab Merge Request Webhooks with Jenkins Using the Generic Webhook Plugin
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.

BackupGitLabInstallation
0 likes · 4 min read
GitLab Installation and Basic Configuration Guide on CentOS
Python Programming Learning Circle
Python Programming Learning Circle
Mar 16, 2022 · Backend Development

Building a Simple Stock Monitoring Bot with Feishu and Python

This tutorial explains how to create a Python‑based stock monitoring bot that periodically fetches real‑time prices, compares them with preset thresholds, and sends alerts to a Feishu group via a custom webhook, including step‑by‑step setup and scheduling code.

BackendFeishuPython
0 likes · 4 min read
Building a Simple Stock Monitoring Bot with Feishu and Python
DevOps Cloud Academy
DevOps Cloud Academy
Mar 2, 2022 · Operations

Promoter: Rendering AlertManager Graphs for DingTalk Notifications Using Go

The article introduces Promoter, a Go‑based webhook that fetches Prometheus metrics, renders alert graphs with gonum/plot, stores the images in S3‑compatible object storage, and embeds them in DingTalk notifications, providing deployment instructions, template customization, and core implementation details.

AlertmanagerGoPrometheus
0 likes · 10 min read
Promoter: Rendering AlertManager Graphs for DingTalk Notifications Using Go
DevOps Cloud Academy
DevOps Cloud Academy
Feb 15, 2022 · Operations

Comprehensive Guide to Jenkins Multibranch Pipeline for CI/CD

This guide explains the concepts, configuration steps, Jenkinsfile example, webhook setup, testing procedures, and troubleshooting tips for implementing a Git‑based Jenkins multibranch pipeline that automates CI/CD workflows using pull‑request and branch discovery.

CI/CDDevOpsJenkins
0 likes · 10 min read
Comprehensive Guide to Jenkins Multibranch Pipeline for CI/CD
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 18, 2021 · Databases

Configuring DBLE Alert Webhook for WeChat, DingTalk, FeiShu, and Custom URLs

This guide explains how to set up DBLE's alert webhook to send notifications to various platforms such as WeChat, DingTalk, FeiShu, or a custom URL, including download, installation, configuration file details, and example curl requests for seamless integration.

AlertDBLEFeishu
0 likes · 6 min read
Configuring DBLE Alert Webhook for WeChat, DingTalk, FeiShu, and Custom URLs
DevOps Cloud Academy
DevOps Cloud Academy
Nov 15, 2021 · Operations

Jira Introduction, Installation, Configuration, and DevOps Automation Practice

This article provides a comprehensive guide to Jira, covering its core features, step‑by‑step installation of the Data Center version, initial configuration, project and issue management, and detailed DevOps automation using Jenkins webhooks and GitLab integration.

DevOpsGitLabInstallation
0 likes · 7 min read
Jira Introduction, Installation, Configuration, and DevOps Automation Practice
Python Programming Learning Circle
Python Programming Learning Circle
Sep 9, 2021 · Backend Development

Creating a Custom DingTalk Robot with Python 3.7 and Webhook

This guide explains how to create a custom DingTalk robot using Python 3.7, covering webhook configuration, security signing, step‑by‑step setup in the PC client, and a complete code example for sending text messages.

Backendautomationdingtalk
0 likes · 5 min read
Creating a Custom DingTalk Robot with Python 3.7 and Webhook