© 2022 Hashnode
Overview OS Ubuntu 18.04 Docker needs to be installed on the system Run Jenkins as docker container: Install docker on the system:sudo apt install -y docker.io Add your current user to the docker…
In this artice, we will : have an introduction to KubeSphere. have an overview of functionalities offered by KubeSphere platform, specifically for DevOps system. learn how to install or enable KubeSp…
Why Jenkins? Jenkins is a widely adopted automation tool for building software with a broad array of plugins and integrations with key DevOps tools like Docker and Kubernetes. Here at NetFoundry, we s…
Overview: This simple project shows how to link different jobs in Jenkins and pass parameter values with artifacts between them. The overall scheme of the project: project1 --> project2 --> project3 …
Overview: Configured master node based on CentOS 7 machine Configured worker node based on Ubuntu 18.04 machine Sample parameterized Jenkins job that executes shell script to calculate the sum of two…
Overview: Jenkins server based on CentOS 7 machine Jenkins remote build-agent based on Ubuntu 18.04 machine On remote Ubuntu system: SSH into your system Create Jenkins home directory:sudo mkdir /v…
Prerequisites: Provision machine of your choice: locally Virtual Machine In cloud (e.g. EC2 instance in AWS with public IP address and 8080 port open) wget tool installed on CentOS machine:sudo yu…
Continuous Integration is the most important part of DevOps that is used to integrate various DevOps stages. Jenkins is the most famous Continuous Integration tool. Have you ever wondered why Jenkins …
In this blog, we are going to discuss why there is a need to evolve DevOps in the IT industry. We will be going to Dive deep into the DevOps in order to understand what actually this thing is. Before …
Overview: Jabba - is a version manager tool for Java. It eases the process of installation and switching between different versions of the Java runtimes. Installation: Export the latest Jabba version…