Tagged articles
639 articles
Page 2 of 7
DevOps Cloud Academy
DevOps Cloud Academy
Oct 22, 2024 · Operations

Troubleshooting Jenkins Plugin Installation Failure and Solutions

This guide explains the standard Jenkins setup steps, describes the common plugin installation error that can occur during step three, and provides four practical solutions—including network checks, retrying, restarting Jenkins, and running Jenkins with Java-enabled mode using a command line example.

DevOpsJenkinsci/cd
0 likes · 3 min read
Troubleshooting Jenkins Plugin Installation Failure and Solutions
DevOps Engineer
DevOps Engineer
Oct 19, 2024 · Operations

DevOps Interview Questions and Sample Answers

This article provides concise answers to common DevOps interview questions, covering Linux boot processes, Kubernetes container execution, Git operations, Jenkins pipelines, DNS, networking, monitoring with Prometheus and Grafana, databases, SQL indexing, and collaboration and leadership scenarios.

DevOpsDockerJenkins
0 likes · 9 min read
DevOps Interview Questions and Sample Answers
DevOps Cloud Academy
DevOps Cloud Academy
Oct 18, 2024 · Operations

Creating and Configuring Jenkins Multibranch Pipelines

This article explains how to create a Jenkins Multibranch Pipeline, configure its branch sources, manage environment variables, support pull requests with plugins, and use organization folders to automatically discover and run pipelines across multiple branches.

AutomationDevOpsGit
0 likes · 7 min read
Creating and Configuring Jenkins Multibranch Pipelines
Wukong Talks Architecture
Wukong Talks Architecture
Oct 17, 2024 · Operations

A Retrospective on DevOps System Design and Platform Engineering (2008‑2022)

From 2008 onward, the author chronicles the development of multiple DevOps systems, examining their origins, design choices, challenges, and evolution—including CI tools like CruiseControl, Hudson, Jenkins, custom plugins, metrics, platform engineering, and the impact of AI—offering insights for modern continuous integration and delivery practices.

AIAutomationDevOps
0 likes · 34 min read
A Retrospective on DevOps System Design and Platform Engineering (2008‑2022)
Python Programming Learning Circle
Python Programming Learning Circle
Sep 29, 2024 · Operations

Resolving Common Jenkins Issues: Plugin Compatibility, CSP, Path Configuration, Clone Timeouts, and More

This guide details eleven frequent Jenkins problems—including Performance plugin incompatibility, CSP restrictions, custom URL paths, Git clone timeouts, jar replacement, CSRF disabling, disk‑space optimization, global environment variables, managed scripts, and lightweight backups—along with step‑by‑step solutions and configuration snippets.

JenkinsSecurityperformance
0 likes · 10 min read
Resolving Common Jenkins Issues: Plugin Compatibility, CSP, Path Configuration, Clone Timeouts, and More
MaGe Linux Operations
MaGe Linux Operations
Aug 30, 2024 · Operations

Master Jenkins CI/CD: Install, Configure, and Write Declarative Pipelines

This guide introduces Jenkins as an open-source CI tool, explains continuous integration and delivery concepts, walks through Docker-based installation, and provides detailed examples of both scripted and declarative pipelines, including common directives, parameters, triggers, and best practices for effective DevOps automation.

DevOpsDockerJenkins
0 likes · 18 min read
Master Jenkins CI/CD: Install, Configure, and Write Declarative Pipelines
DevOps Cloud Academy
DevOps Cloud Academy
Jul 30, 2024 · Operations

Implementing a DevSecOps CI/CD Pipeline with Jenkins, Kubernetes, ArgoCD, and Security Scanners

This article details a comprehensive DevSecOps pipeline that uses Jenkins for CI/CD, Dependency‑Track and DefectDojo for SBOM management, SonarQube and Trivy for static and container scanning, Docker for image builds, and ArgoCD with Kubernetes for automated deployments, illustrating each stage with full code examples.

ArgoCDDevOpsDocker
0 likes · 15 min read
Implementing a DevSecOps CI/CD Pipeline with Jenkins, Kubernetes, ArgoCD, and Security Scanners
Cloud Native Technology Community
Cloud Native Technology Community
Jul 23, 2024 · Industry Insights

Jenkins vs GitLab CI/CD: Which Tool Wins Your DevOps Pipeline?

This article provides an in‑depth, side‑by‑side analysis of Jenkins and GitLab CI/CD, covering their histories, core features, community support, pros and cons, and practical guidance to help DevOps teams choose the most suitable continuous integration and delivery platform for their projects.

CI/CD comparisonContinuous DeliveryDevOps
0 likes · 14 min read
Jenkins vs GitLab CI/CD: Which Tool Wins Your DevOps Pipeline?
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 17, 2024 · Operations

Getting Started with Jenkins for Frontend Deployment: Installation, Configuration, and CI/CD Pipelines

This comprehensive guide walks front‑end developers through the evolution of deployment methods, shows how to automate builds with custom Node scripts, details step‑by‑step Jenkins installation on CentOS, explains Freestyle and Pipeline project setups, and provides practical code snippets for a fully automated CI/CD workflow.

AutomationFrontend DeploymentJenkins
0 likes · 26 min read
Getting Started with Jenkins for Frontend Deployment: Installation, Configuration, and CI/CD Pipelines
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.

Frontend DeploymentGitLabJenkins
0 likes · 10 min read
One‑Click Frontend Deployment with Jenkins: From GitLab to Server
Wukong Talks Architecture
Wukong Talks Architecture
Jun 27, 2024 · Operations

Jenkins Front‑End Deployment: Pipeline vs Freestyle and Core Scripts

This article explains how to use Jenkins for front‑end automated deployment, comparing Pipeline and Freestyle projects, detailing the overall architecture, step‑by‑step deployment process, core pipeline scripts for Git handling, dependency copying, building, backup, upload, update, cleanup, and email notifications.

AutomationFrontend DeploymentJenkins
0 likes · 9 min read
Jenkins Front‑End Deployment: Pipeline vs Freestyle and Core Scripts
MaGe Linux Operations
MaGe Linux Operations
Jun 21, 2024 · Operations

Fix Jenkins Pipeline Errors: Plugin Updates, Maven Build Failures, Git Config

This guide walks through fixing four common Jenkins pipeline problems: replacing unreachable plugin update sites with domestic mirrors, resolving Maven build errors caused by missing server JVM libraries, clearing stale Git config lock files, and adjusting file descriptor limits on build nodes to prevent out‑of‑resource failures.

JenkinsPipelineci/cd
0 likes · 6 min read
Fix Jenkins Pipeline Errors: Plugin Updates, Maven Build Failures, Git Config
DevOps Cloud Academy
DevOps Cloud Academy
Jun 17, 2024 · Cloud Native

Comprehensive Guide to Setting Up a CI/CD Pipeline with Jenkins, Docker, SonarQube, and ArgoCD on AWS and Kubernetes

This step‑by‑step tutorial explains how to configure a full CI/CD pipeline using Jenkins, Maven, Docker, SonarQube, Helm, and ArgoCD on an AWS EC2 instance with Kubernetes, covering version‑control setup, instance provisioning, credential management, pipeline scripting, and automated deployment.

AWSArgoCDDocker
0 likes · 20 min read
Comprehensive Guide to Setting Up a CI/CD Pipeline with Jenkins, Docker, SonarQube, and ArgoCD on AWS and Kubernetes
JD Tech
JD Tech
Jun 5, 2024 · Artificial Intelligence

Integrating AI-Powered Code Review into CI Pipelines with JD's Large Model

This article explains the drawbacks of manual code review, demonstrates how AI large‑model services can automate and improve review quality, and provides a step‑by‑step guide—including a Java script and CI pipeline configuration—to embed JD's Chatrhino model into a continuous integration workflow, resulting in higher efficiency, accuracy, and reduced development cycle time.

AI code reviewJavaJenkins
0 likes · 11 min read
Integrating AI-Powered Code Review into CI Pipelines with JD's Large Model
Ops Development Stories
Ops Development Stories
Jun 4, 2024 · Cloud Native

Build an Enterprise CI/CD Platform with Jenkins, Docker, and Kubernetes

This tutorial walks through using the Ruoyi project to set up a full CI/CD pipeline with Jenkins, custom Docker base images, Kubernetes deployments, and automated notifications, covering environment preparation, pipeline design, Dockerfile creation, Jenkins configuration, GitLab webhooks, and deployment verification across DEV, UAT, and PROD stages.

DevOpsDockerJenkins
0 likes · 24 min read
Build an Enterprise CI/CD Platform with Jenkins, Docker, and Kubernetes
php Courses
php Courses
May 14, 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.

AutomationDevOpsJenkins
0 likes · 5 min read
Using Jenkins Pipeline for Continuous Integration and Deployment of PHP Applications
macrozheng
macrozheng
Apr 30, 2024 · Operations

How to Automate Java SpringBoot Deployment with Jenkins and Docker Swarm

This guide walks you through setting up Jenkins to pull code from GitLab, build a SpringBoot 3 Java project with Maven, back up and copy JAR files to a remote server, and perform rolling updates of Docker Swarm services, all with step‑by‑step instructions and code snippets.

DeploymentDocker SwarmJava
0 likes · 10 min read
How to Automate Java SpringBoot Deployment with Jenkins and Docker Swarm
php Courses
php Courses
Apr 22, 2024 · Operations

Using Jenkins to Package and Deploy PHP Applications

This article provides a step‑by‑step guide for PHP developers on installing Jenkins, creating a freestyle job, configuring source control, setting environment variables, writing build scripts, defining post‑build actions, and running the job to achieve automated packaging and deployment of PHP applications.

AutomationJenkinsPHP
0 likes · 4 min read
Using Jenkins to Package and Deploy PHP Applications
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 19, 2024 · Operations

Setting Up Jenkins with Docker for Automated Frontend Project Build and Deployment

This guide walks through installing Jenkins in a Docker container, configuring the initial admin password, installing essential plugins such as NodeJS, Publish Over SSH and DingTalk, setting up Node.js mirrors, defining SSH deployment, creating a freestyle job that pulls a Git repository, builds the frontend with pnpm, and automates deployment and notifications via webhooks for both GitHub and GitLab.

DingTalkDockerJenkins
0 likes · 13 min read
Setting Up Jenkins with Docker for Automated Frontend Project Build and Deployment
Wukong Talks Architecture
Wukong Talks Architecture
Apr 4, 2024 · Operations

Automated Deployment of Java Projects Using Jenkins Pipeline

This article provides a comprehensive guide on using Jenkins Pipeline to automate the deployment of Java backend projects, covering pipeline concepts, parameterized builds, code checkout, Maven compilation, JAR packaging, remote uploading, backup, update, and service restart procedures.

AutomationDeploymentJava
0 likes · 16 min read
Automated Deployment of Java Projects Using Jenkins Pipeline
Software Development Quality
Software Development Quality
Apr 3, 2024 · Operations

Mastering DevOps: From CI/CD Basics to Real‑World Best Practices

This comprehensive guide explains DevOps fundamentals—including continuous integration, delivery, and deployment—covers automation tools such as Jenkins, Docker, and Kubernetes, presents best‑practice recommendations, and showcases successful case studies from Netflix and Etsy, helping teams accelerate and stabilize software delivery.

JenkinsKubernetescontainerization
0 likes · 21 min read
Mastering DevOps: From CI/CD Basics to Real‑World Best Practices
Wukong Talks Architecture
Wukong Talks Architecture
Apr 3, 2024 · Operations

Automated Deployment of Java Projects Using Jenkins Pipeline

This article explains how to use Jenkins Pipeline to automate the deployment of a Java backend project, covering pipeline basics, parameterized builds, GitLab branch checkout, Maven compilation, JAR packaging, remote file transfer, backup, update, and service restart with Docker Swarm.

AutomationJavaJenkins
0 likes · 16 min read
Automated Deployment of Java Projects Using Jenkins Pipeline
DevOps Engineer
DevOps Engineer
Mar 28, 2024 · Operations

Understanding and Using GitHub Reusable Workflows

This article explains what GitHub Reusable Workflows are, outlines step‑by‑step how to create and invoke them across repositories, provides example YAML code, shares seven best‑practice recommendations, and compares them with Jenkins Shared Libraries to help teams improve CI/CD automation.

AutomationGitHub ActionsJenkins
0 likes · 7 min read
Understanding and Using GitHub Reusable Workflows
DevOps
DevOps
Feb 28, 2024 · Operations

DevOps Overview, Continuous Integration Practices, Tool Comparison, and Jenkins Pipeline Implementation

This article provides a comprehensive overview of DevOps history and principles, explains continuous integration concepts and benefits, compares popular CI tools such as Jenkins, GitLab CI/CD, Travis CI, Azure DevOps, and CircleCI, and demonstrates how to implement pipelines in Jenkins using both declarative and scripted syntax.

JenkinsPipelineci/cd
0 likes · 12 min read
DevOps Overview, Continuous Integration Practices, Tool Comparison, and Jenkins Pipeline Implementation
DevOps Cloud Academy
DevOps Cloud Academy
Feb 16, 2024 · Cloud Native

Configuring a Kubernetes Pod as a Jenkins Agent

This guide explains how to set up a Kubernetes pod to act as a Jenkins agent, covering prerequisites, deployment YAML, commands to launch and verify the pod and service, and the Jenkins UI configuration needed to connect the pod as a scalable CI/CD worker.

AgentCloud NativeJenkins
0 likes · 5 min read
Configuring a Kubernetes Pod as a Jenkins Agent
Selected Java Interview Questions
Selected Java Interview Questions
Jan 16, 2024 · Cloud Native

Step-by-Step Jenkins Pipeline for Deploying Spring Cloud Microservices with Docker and Kubernetes

This tutorial explains how to automate the full lifecycle of a Spring Cloud microservice—from developers pushing code to Git, Jenkins pulling and building it with Maven, packaging the JAR into a Docker image, pushing the image to a private registry, and finally deploying or updating the service on a Kubernetes cluster using YAML manifests.

DockerJenkinsMicroservices
0 likes · 12 min read
Step-by-Step Jenkins Pipeline for Deploying Spring Cloud Microservices with Docker and Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Dec 22, 2023 · Operations

Evolving Jenkins Pipelines for Robust Deployments and Rolling Updates

This article walks through the evolution of a Jenkins pipeline to not only build and push Docker images but also to deploy to Kubernetes with health checks for Deployments and StatefulSets, incorporating rolling update strategies and comprehensive status verification to ensure reliable CI/CD workflows.

CI/CDDevOpsJenkins
0 likes · 16 min read
Evolving Jenkins Pipelines for Robust Deployments and Rolling Updates
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2023 · Operations

How to Install Docker, Docker‑Compose, Nginx and Jenkins on Alibaba Cloud

This tutorial walks through preparing an Alibaba Cloud server, installing Docker and Docker‑Compose, resolving permission issues, setting up Nginx and Jenkins containers, configuring docker‑compose.yml and nginx.conf, and finally launching the environment with Docker commands, providing a complete CI/CD deployment pipeline.

Alibaba CloudDevOpsDocker-Compose
0 likes · 11 min read
How to Install Docker, Docker‑Compose, Nginx and Jenkins on Alibaba Cloud
DevOps Cloud Academy
DevOps Cloud Academy
Nov 27, 2023 · Operations

Implementing a DevSecOps CI/CD Pipeline for Multi‑Language Applications with Jenkins

This article walks through building a comprehensive DevSecOps CI/CD pipeline in Jenkins that integrates source control, static analysis, vulnerability scanning, multi‑language builds, Docker image creation, Trivy security checks, Kubernetes deployment, and ZAP DAST testing to securely deliver applications across various runtimes.

DevSecOpsDockerJenkins
0 likes · 18 min read
Implementing a DevSecOps CI/CD Pipeline for Multi‑Language Applications with Jenkins
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Nov 10, 2023 · Operations

Automated Activity Regression and Configuration Validation for Social Live Streaming

The article describes an automated regression and configuration‑validation platform for social live‑streaming activities that combines task scheduling, Jenkins‑driven test scripts, visual reporting, and a standardized mind‑map configuration system, cutting manual regression time from one day to 0.2 day and alignment effort from 0.5 to 0.1 day.

Configuration ValidationJenkinsSoftware Engineering
0 likes · 8 min read
Automated Activity Regression and Configuration Validation for Social Live Streaming
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
MaGe Linux Operations
MaGe Linux Operations
Oct 22, 2023 · Cloud Native

Automate Kubernetes Deployments: Step‑by‑Step Jenkins Pipeline Guide

Learn how to connect Jenkins Pipeline with Kubernetes to automate building, testing, and deploying containerized applications, covering prerequisite setup, detailed pipeline stages—including code checkout, Docker image creation, testing, registry push, and Kubernetes deployment—complete with code snippets and configuration tips.

AutomationCI/CDJenkins
0 likes · 4 min read
Automate Kubernetes Deployments: Step‑by‑Step Jenkins Pipeline Guide
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Oct 7, 2023 · Cloud Native

How the US Air Force U‑2 Spy Plane Uses Jenkins & Kubernetes for Automated CI/CD

The US Air Force’s U‑2 reconnaissance aircraft has adopted a Jenkins‑driven CI/CD pipeline orchestrated by Kubernetes, enabling automated builds, repeatable deployments, rapid threat response, enhanced security, and resource savings, with a detailed step‑by‑step case study illustrating code management, pipeline configuration, container deployment, testing, and RBAC controls.

AutomationDevOpsJenkins
0 likes · 7 min read
How the US Air Force U‑2 Spy Plane Uses Jenkins & Kubernetes for Automated CI/CD
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.

AutomationDevSecOpsDocker
0 likes · 5 min read
Migrating Legacy Cron Jobs to Jenkins CI/CD for a Global Cybersecurity Company
Code Ape Tech Column
Code Ape Tech Column
Aug 9, 2023 · Operations

One‑Click Automated Deployment of Spring Boot with Jenkins and Docker

This tutorial walks through a complete, step‑by‑step setup of a one‑click CI/CD pipeline that installs Docker and Jenkins on CentOS, configures Maven, creates a Jenkins job, builds a Spring Boot JAR, packages it into a Docker image, and runs the container, providing all commands and screenshots for a seamless deployment experience.

AutomationCentOSJenkins
0 likes · 6 min read
One‑Click Automated Deployment of Spring Boot with Jenkins and Docker
DevOps Cloud Academy
DevOps Cloud Academy
Jul 26, 2023 · Cloud Native

Step-by-Step Guide to Deploying Jenkins with ArgoCD on a Kubernetes Cluster

This guide walks through setting up a Kubernetes cluster with NFS storage, loading Jenkins and agent Docker images, configuring ArgoCD, deploying Jenkins via declarative manifests, initializing Jenkins, creating and deploying a static Jenkins agent, and troubleshooting common issues, providing full code snippets and screenshots.

ArgoCDDevOpsDocker
0 likes · 4 min read
Step-by-Step Guide to Deploying Jenkins with ArgoCD on a Kubernetes Cluster
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2023 · Operations

How to Fix Jenkins Build Failures Caused by Large .git Repositories

When Jenkins builds stall at the git clone step due to an oversized .git directory, you can shrink the repository by running Git garbage collection, using tools like BFG Repo‑Cleaner, enabling Git LFS for large files, or configuring a shallow clone with depth 1 to fetch only the latest commit.

BFG Repo-CleanerGitGit GC
0 likes · 4 min read
How to Fix Jenkins Build Failures Caused by Large .git Repositories
Sohu Tech Products
Sohu Tech Products
Jul 12, 2023 · Operations

Understanding Jenkins Pipelines: Declarative vs Scripted Syntax, Agents, Stages, Post Actions and Advanced Features

This article provides a comprehensive guide to Jenkins pipelines, explaining the difference between declarative and scripted syntax, detailing pipeline components such as agents, stages, steps, post actions, directives, triggers, environment variables, credential handling, and Kubernetes integration for modern CI/CD workflows.

Declarative PipelineDevOpsJenkins
0 likes · 24 min read
Understanding Jenkins Pipelines: Declarative vs Scripted Syntax, Agents, Stages, Post Actions and Advanced Features
DevOps Cloud Academy
DevOps Cloud Academy
Jul 1, 2023 · Operations

Using Jenkins Deploy Dashboard Plugin for Visual Deployment Management

This article introduces the Jenkins Deploy Dashboard plugin, explains how to visualize deployment status across environments, add new releases to the dashboard, create custom deployment views, and integrate deployment buttons into pipelines using both scripted and declarative Jenkins pipelines.

AutomationDeploy DashboardDevOps
0 likes · 6 min read
Using Jenkins Deploy Dashboard Plugin for Visual Deployment Management
DevOps Cloud Academy
DevOps Cloud Academy
Jun 26, 2023 · Operations

15 Common Jenkins Interview Questions and Answers

This article provides a concise overview of Jenkins, its architecture, key concepts, and best practices by presenting fifteen frequently asked interview questions along with detailed answers to help candidates prepare effectively for Jenkins-related job interviews.

AutomationDevOpsJenkins
0 likes · 8 min read
15 Common Jenkins Interview Questions and Answers
Architecture Digest
Architecture Digest
Jun 21, 2023 · Operations

One-Click Automated Deployment of Spring Boot with Jenkins and Docker

This tutorial provides a complete, step‑by‑step guide to set up a one‑click automated deployment pipeline for a Spring Boot application using Docker, Jenkins, Maven, and shell scripts on a CentOS 7 host, covering installation, configuration, job creation, testing, and execution.

AutomationDevOpsJenkins
0 likes · 7 min read
One-Click Automated Deployment of Spring Boot with Jenkins and Docker
FunTester
FunTester
Jun 18, 2023 · Operations

How to Set Up Jenkins Master and Slave Nodes on Windows Servers

This guide walks through preparing two servers, installing Jenkins on a master node, configuring security and communication, adding a slave node with detailed parameters, deploying the slave agent as a Windows service, creating a slave-bound project, and troubleshooting common issues such as permission errors and network mismatches.

JenkinsMaster‑SlaveWindows
0 likes · 8 min read
How to Set Up Jenkins Master and Slave Nodes on Windows Servers
Wukong Talks Architecture
Wukong Talks Architecture
Jun 14, 2023 · Operations

One‑Click Deployment of Branch Code to a Remote Server Using Jenkins

This article provides a step‑by‑step guide on installing Jenkins, configuring global tools, creating a freestyle project, pulling code from GitLab, building a Java JAR, backing up existing JARs, copying the new package to a remote server, and performing a rolling Docker Swarm update, while also addressing common SSL and SSH issues.

AutomationDeploymentDevOps
0 likes · 10 min read
One‑Click Deployment of Branch Code to a Remote Server Using Jenkins
DevOps Cloud Academy
DevOps Cloud Academy
May 24, 2023 · Operations

Managing Jenkins with the python-jenkins API

This tutorial demonstrates how to install the python-jenkins library, explore its extensive API methods, and use Python scripts to create, copy, configure, and control Jenkins jobs, nodes, views, plugins, and builds, providing practical examples and code snippets for each operation.

APIAutomationDevOps
0 likes · 9 min read
Managing Jenkins with the python-jenkins API
Architecture Digest
Architecture Digest
May 12, 2023 · Operations

One-Click Jenkins + Docker + Spring Boot Automated Deployment Guide

This tutorial provides a complete step‑by‑step guide to set up a Jenkins server inside Docker on CentOS, configure Maven and plugins, create a pipeline that builds a Spring Boot project, builds a Docker image with a Dockerfile, and runs the container automatically, covering all common pitfalls.

AutomationBackendDevOps
0 likes · 7 min read
One-Click Jenkins + Docker + Spring Boot Automated Deployment Guide
Java Architect Essentials
Java Architect Essentials
May 9, 2023 · Operations

One‑Click Jenkins + Docker + SpringBoot Automated Deployment Guide

This tutorial walks through setting up a CentOS 7 environment, installing Docker CE, deploying Jenkins in a Docker container, configuring Maven and required plugins, creating a Jenkins pipeline that builds a SpringBoot project, packages it into a Docker image via a Dockerfile, and runs the container automatically, providing full end‑to‑end CI/CD automation.

AutomationDockerJenkins
0 likes · 7 min read
One‑Click Jenkins + Docker + SpringBoot Automated Deployment Guide
DevOps Cloud Academy
DevOps Cloud Academy
Apr 22, 2023 · Operations

Why DevOps Matters and an Introduction to Jenkins CI/CD Pipeline

The article explains how software and the Internet have transformed business operations, why adopting DevOps practices is essential for modern companies, and introduces Jenkins as a key tool for automating the entire CI/CD pipeline from code commit to production deployment.

DevOpsJenkinsci/cd
0 likes · 3 min read
Why DevOps Matters and an Introduction to Jenkins CI/CD Pipeline
Efficient Ops
Efficient Ops
Apr 19, 2023 · Cloud Native

How We Supercharged Jenkins Performance with Docker Swarm and OpenJ9

This article details how the Industrial and Commercial Bank of China's software development center tackled Jenkins performance bottlenecks by upgrading hardware, switching to OpenJ9 JVM, and implementing Docker‑Swarm load balancing, ultimately boosting build capacity from a few thousand to over thirty‑six thousand daily jobs.

Docker SwarmJenkinsOpenJ9
0 likes · 7 min read
How We Supercharged Jenkins Performance with Docker Swarm and OpenJ9