Tag

pipeline

1 views collected around this technical thread.

DevOps Engineer
DevOps Engineer
Jun 5, 2025 · Operations

How to Prevent Jenkins Builds from Interrupting Critical Branches

This article explains how to configure Jenkins pipelines to allow concurrent builds for most branches while ensuring that builds on devel and release branches are queued instead of being aborted, using a simple conditional abortPrevious setting and shared library logic to reduce resource waste and avoid QA disruptions.

CI/CDJenkinsabortPrevious
0 likes · 5 min read
How to Prevent Jenkins Builds from Interrupting Critical Branches
php中文网 Courses
php中文网 Courses
May 26, 2025 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article explains how to set up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deploy, and how to run and verify the pipeline.

CI/CDDevOpsJenkins
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
Linux Ops Smart Journey
Linux Ops Smart Journey
May 21, 2025 · Operations

Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts

This guide explores how to define, assign, and scope variables in Jenkins Pipelines—including environment, params, and direct assignments—through clear explanations, practical code snippets, and a real-world Kubernetes multi-container project, showing how parameterized builds transform static scripts into flexible, maintainable CI/CD workflows.

CI/CDDevOpsJenkins
0 likes · 6 min read
Master Jenkins Pipeline Variables: Build Flexible, Maintainable CI/CD Scripts
Linux Ops Smart Journey
Linux Ops Smart Journey
May 14, 2025 · Cloud Native

Automate Go Builds with Jenkins on Kubernetes: A Step‑by‑Step Guide

Learn how to set up a Jenkins pipeline that automatically pulls a Go project from GitLab, resolves dependencies, compiles the binary, and packages it within a Kubernetes‑based build environment, complete with detailed code snippets and tips for handling network and credential issues.

CI/CDGoJenkins
0 likes · 6 min read
Automate Go Builds with Jenkins on Kubernetes: A Step‑by‑Step Guide
php中文网 Courses
php中文网 Courses
Apr 30, 2025 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article explains how to set up Jenkins and its Pipeline plugin to automate the continuous integration, testing, and deployment of a PHP application, covering prerequisite installations, Jenkinsfile creation with stages for checkout, build, test, and deploy, and how to run and verify the pipeline.

CI/CDDevOpsJenkins
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
php中文网 Courses
php中文网 Courses
Apr 9, 2025 · Operations

Using Jenkins Pipeline for Continuous Packaging and Deployment of PHP Applications

This article explains how to set up Jenkins and its Pipeline plugin, configure required plugins and a Git repository, write a Jenkinsfile with stages for checkout, build, test, and deploy, and run the pipeline to automate continuous packaging and deployment of PHP applications.

CI/CDDevOpsJenkins
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Packaging and Deployment of PHP Applications
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
Sanyou's Java Diary
Sanyou's Java Diary
Mar 24, 2025 · Databases

Boost High‑Concurrency Performance with Redis Batch Query Techniques

This article explores why batch execution in Redis improves command efficiency, simplifies client logic, and enhances transaction performance, and then details four core batch query methods—MGET, HMGET, Pipeline, and Lua scripting—along with practical SpringBoot examples and best‑practice considerations.

Batch QueryLua ScriptMGET
0 likes · 10 min read
Boost High‑Concurrency Performance with Redis Batch Query Techniques
php中文网 Courses
php中文网 Courses
Mar 19, 2025 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This guide explains how to set up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP projects, covering prerequisite installations, pipeline creation, Jenkinsfile scripting, execution, and verification of successful deployments.

CI/CDDevOpsJenkins
0 likes · 6 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
php中文网 Courses
php中文网 Courses
Mar 11, 2025 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article provides a step‑by‑step guide on setting up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deployment, and how to run the pipeline.

CI/CDDevOpsJenkins
0 likes · 6 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
Code Mala Tang
Code Mala Tang
Jan 27, 2025 · Fundamentals

How to Refactor Flag‑Heavy Python Functions for Cleaner, Scalable Code

This article examines a Python function overloaded with flags, explains why such design harms readability, testability, and extensibility, and demonstrates step‑by‑step refactoring using descriptive helper functions, a pipeline approach, flexible step lists, and type annotations to produce clean, maintainable code.

Pythoncode qualitypipeline
0 likes · 5 min read
How to Refactor Flag‑Heavy Python Functions for Cleaner, Scalable Code
Architect
Architect
Dec 26, 2024 · Backend Development

Applying the Pipeline Pattern to Decouple Complex Business Logic in Java Backend Systems

The article explains how the Pipeline pattern, a variant of the Chain of Responsibility, can be used to split and decouple complex business scenarios in Java backend applications such as Spring, Tomcat, and Netty, providing code examples, structural diagrams, and practical usage tips.

JavaSpringbackend
0 likes · 10 min read
Applying the Pipeline Pattern to Decouple Complex Business Logic in Java Backend Systems
php中文网 Courses
php中文网 Courses
Nov 20, 2024 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This article provides a step‑by‑step guide on setting up Jenkins Pipeline to automate the continuous integration, testing, and deployment of PHP applications, covering prerequisite installations, plugin configuration, Jenkinsfile creation with stages for checkout, build, test, and deployment, and how to run the pipeline.

CI/CDDevOpsJenkins
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
Practical DevOps Architecture
Practical DevOps Architecture
Oct 9, 2024 · Operations

Advanced Jenkins Course – Pipelines, Multi‑node Setup, Plugins, and CI/CD Practices

This advanced Jenkins course covers pipeline builds, multi-node configuration, plugin development, distributed builds, integration with tools like SonarQube and Artifactory, and continuous deployment, providing practical video tutorials and resources for mastering CI/CD workflows.

CI/CDContinuous IntegrationDevOps
0 likes · 4 min read
Advanced Jenkins Course – Pipelines, Multi‑node Setup, Plugins, and CI/CD Practices
Efficient Ops
Efficient Ops
Sep 11, 2024 · Artificial Intelligence

How AI Large Models Can Automate DevOps Pipeline Failure Analysis

This article explores how AI large‑model technology can be integrated into DevOps pipelines to automatically detect, classify, and resolve interruption events, dramatically reducing manual troubleshooting time and improving overall software development and operations efficiency.

AIDevOpsLarge Models
0 likes · 11 min read
How AI Large Models Can Automate DevOps Pipeline Failure Analysis
php中文网 Courses
php中文网 Courses
Aug 9, 2024 · Operations

Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications

This guide explains how to set up Jenkins Pipeline to automate the build, test, and deployment process of a PHP project, covering prerequisite installations, pipeline creation, Jenkinsfile authoring with example code, and execution steps to achieve reliable CI/CD.

CI/CDDevOpsJenkins
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications