Fading Coder

One Final Commit for the Last Sprint

Automating Java CI/CD Pipelines with Jenkins, Docker, and Git

Infrastructure Layout Node A (10.0.0.10): CentOS 7, Docker, Harbor, Git Server Node B (10.0.0.11): CentOS 7, Docker, Jenkins, Maven, Git Client The target deployment environment is Node B. Git Repository Configuration On Node A, install Git to act as the central version control server. yum install g...

Practical Guide to Building and Running Jenkins Pipelines for Software Delivery

Creating a Pipeline Job Log into the Jenkins dashboard, click "New Item" in the left navigation bar, select the "Pipeline" job type, enter a unique job name, and confirm to enter the configuraton page. Navigate to the Pipeline configuration section, under the "Definition&quo...

Deploying JMeter and Ant on Ubuntu for Continuous Integration

To set up JMeter and Ant for automated enterface testing in a Jenkins container, follow these steps to install and configure the necessary components on Ubuntu. Installing JDK on Ubuntu Download the JDK package, such as jdk-8u74-linux-x64.tar.gz, and transfer it to the server using lrzsz. Install lr...