Automated Deployment Pipeline with Jenkins on Windows

1. Install JDK version 1.8 by downloading it from the official Oracle website (https://www.oracle.com/java/technologies/downloads/)2. Download the Jenkins installation package from https://jenkins.io/download/3. Follow the installation process which is well-documented across various online resources4. After installation, log in to the Jenkins i ...

Posted on Thu, 14 May 2026 09:00:06 +0000 by sactown

Setting Up Jenkins Agent Communication via SSH Key Authentication

Establishing secure connectivity between a Jenkins controller and remote agents typically relies on SSH key-based authentication. The following workflow outlines the complete procedure for provisioning a dedicated user account, exchanging cryptographic keys, registering the credential within Jenkins, and deploying the agent software. 1. Provisi ...

Posted on Tue, 12 May 2026 23:36:52 +0000 by Seol

Installing and Localizing Jenkins on Ubuntu and Windows

Windows Localization Strategy The standard "Locale" plugin frequently fails to provide a complete translation for recent Jenkins releases on Windows. Reliable Chinese language support is best achieved using the "Localization: Chinese (Simplified)" plugin. However, this specific plugin is only compatible with Jenkins versions prior to 2.173. To ...

Posted on Fri, 08 May 2026 07:27:24 +0000 by neogemima