Tagged articles

Jenkinsfile

5 articles · Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 26, 2026 · Operations

10 Best Practices for Reliable Declarative Jenkins Pipelines

This guide explains why declarative Jenkins pipelines fail—due to environment drift, workspace leftovers, capacity limits, credential exposure, uncontrolled concurrency, and lack of observability—and provides a step‑by‑step diagnostic workflow and ten concrete practices to harden Jenkinsfiles, enforce timeouts, manage agents, handle credentials, archive artifacts, and safely release and roll back applications.

CI/CDDeclarativeDevOps
0 likes · 13 min read
10 Best Practices for Reliable Declarative Jenkins Pipelines
Architect's Guide
Architect's Guide
Jun 21, 2026 · Operations

Mastering Jenkins Pipelines: A Step‑by‑Step Guide for Beginners

This article provides a comprehensive, hands‑on tutorial on Jenkins pipelines, covering the two syntax styles (Declarative and Scripted), pipeline structure, agents, stages, steps, post actions, parameters, triggers, environment variables, credentials, and practical Jenkinsfile examples for Kubernetes, Docker, and more.

CI/CDDeclarativeDevOps
0 likes · 28 min read
Mastering Jenkins Pipelines: A Step‑by‑Step Guide for Beginners
Advanced AI Application Practice
Advanced AI Application Practice
Oct 25, 2025 · Operations

Mastering Jenkins for API Automation: Core Concepts and CI/CD Practices

This article explains Jenkins' fundamental concepts—including jobs, nodes, pipelines, plugins, and credentials—and shows why its powerful scheduling, rich ecosystem, stability, and pipeline‑as‑code approach make it ideal for building automated API testing CI/CD workflows, illustrated with a complete Jenkinsfile example.

API testingCI/CDDevOps
0 likes · 7 min read
Mastering Jenkins for API Automation: Core Concepts and CI/CD Practices
Java Architect Essentials
Java Architect Essentials
Apr 5, 2023 · Operations

Mastering Jenkins Pipelines: Declarative vs Scripted with Real‑World Examples

This article provides a comprehensive guide to Jenkins pipelines, explaining the difference between declarative and scripted syntax, detailing agent configurations, workspace volumes, post actions, directives, environment variables, dynamic variables, credential handling, and practical Jenkinsfile examples for CI/CD automation.

CI/CDDeclarativeDevOps
0 likes · 26 min read
Mastering Jenkins Pipelines: Declarative vs Scripted with Real‑World Examples