Jan 27 · 14 min read · Welcome back! 👋 Day 72 of the 100 Days Cloud DevOps Challenge, and today we're creating Jenkins jobs with multiple parameter types! This is advanced parameterization - combining string and choice parameters for flexible, controlled automation. Let's...
Join discussion
Nov 24, 2025 · 3 min read · Node.js 프로젝트를 배포할 때는 보통 다음과 같은 과정을 반복합니다. 특정 커밋으로 체크아웃 빌드 실행 dist 디렉토리 압축 업로드 단순 스크립트로 구현할 수도 있지만, 팀 단위 유지보수나 CI 환경 대응, 단계별 진행 상황 확인을 고려하면 조금 더 구조화된 방식이 필요합니다. 이번 글에서는 Listr2를 사용해 전체 Task 흐름을 관리하고, 각 Task 안에서 사용자 입력과 압축 진행률을 처리하는 방법을 소개합니다. 1....
Join discussionNov 3, 2025 · 6 min read · CI/CD is a cornerstone of modern DevOps practices. It’s widely adopted by organizations that want rapid software delivery, frequent updates, and, of course, automation. If you look at it from a theoretical perspective, the pipeline should fade into t...
Join discussion
Jul 10, 2025 · 15 min read · Part 2 of the “Practical Embedded Development, Containerized” series — Catch up on Part 1: Why Containers Matter You’ve seen the pitch: containers can fix the fragile, machine-tied build environments
Join discussion
Apr 9, 2025 · 5 min read · Introduction This guide walks you through how to create, configure, and build a complete Jenkins pipeline—starting from a simple “Hello World” script and moving all the way to building a Dockerized Go application using Jenkins. The goal is to help be...
Join discussion
Apr 6, 2025 · 5 min read · Here is a clear, simple, beginner-friendly blog that explains Jenkins in pure layman’s language with examples, uses, benefits, pros, cons, and why it's important—all in one smooth article. If you’ve ever wondered how companies like Netflix, Amazon, ...
Join discussion
Mar 2, 2025 · 4 min read · Introduction Gulp has become one of the most popular task runners, offering developers a streamlined way to automate repetitive tasks like compiling stylesheets, minifying JavaScript, and optimizing images. However, debugging Gulp tasks, especially w...
Join discussion
Nov 1, 2024 · 11 min read · What is Azure DevOps? Azure DevOps is Microsoft’s all-in-one platform for planning, developing, testing, and deploying software. It offers tools like Azure Repos for source control, Azure Pipelines for automating CI/CD, Azure Boards for project manag...
Join discussion
Sep 8, 2024 · 33 min read · 1. Introduction What is Build Automation? Build automation refers to the process of automating the various tasks involved in compiling, packaging, testing, and deploying software. In the context of Java development, it simplifies the workflow by allo...
Join discussion