I’m going to show you how to run Jenkins on Amazon EKS and settings for persistent storage for jenkins data and then take a look at a simple pipeline to push docker images on Docker Hub. Install eksctl Create cluster Jenkins Set up The cluster is up and running, and I need to set up…
Category: Jenkins
Demo: Jenkins CI/CD Pipeline on Azure VM
Project Description This project covers enterprise software development processes and systemsintegration with a focus on the mechanisms employed. I learned how to structuresolutions using current technologies and protocols and a series of Integration formsfrom simple to complex partner connections and everything in between. Currenttools will be used to solve integration problems big and small. Project…
Jenkins Simple Python CI Pipeline
I’m going to create CI (Continuous Integration) Pipelines for Python project. The pipeline will include build, test, packaging and artifact storage. Furthermore, the pipeline will be automatically triggered when the source code changes (A push to a project in GitLab should trigger the build job). Create Jenkins Job and Integration with GitLab GitLab: Create a…
Create Orchestration Tool (Jenkins) With Azure Cloud Infrastructure
I’m going to create a Jenkins to enable CI/CD Pipelines. Create a VM Create a Linux VM with the following specifications. Add an inbound security rule that allows access to your Jenkins VM on TCP port 8080. Install Docker and Jenkins Download and add Docker CE GPG key with the following command: Next, add the…