In this post, we’ll show how to configure SSO between Jenkins and Keycloak, enabling users to log in once and access Jenkins. · Prerequisites· Overview∘ What is a
Category: Jenkins
In this post, we’ll explain how to configure Prometheus and Grafana to monitor the Jenkins CI-CD instance. · Prerequisites· Overview∘ What is Prometheus?∘ What is Grafana Open Source?∘ Why is
In this post, we’ll learn how to use a shared library in Jenkins Pipeline. · Prerequisites· Overview∘ What are Shared Libraries?∘ Why Use Jenkins Shared Library?∘ Jenkins Shared Library Repository
In this post, we’ll explore the persistent volumes in Kubernetes. · Understanding Persistent Volumes∘ Types of Persistent Volumes∘ Persistent Volume access modes∘ Volume Mode∘ Reclaim Policy· What is a Persistent Volume Claim?· Real-world examples∘ Using
In the previous post, we had configured all the necessary tools and dependencies on the Linux server and created the Flutter application with the Jenkins pipeline.In
In this post, we’ll explain how to set up a Flutter Android CI/CD pipeline using Jenkins and Firebase App Distribution. · Prerequisites· Install OpenJDK· Install Flutter Debian /
In this post, we’ll show how to use the Jenkins pipeline to push artifacts to AWS CodeArtifact. · Prerequisites· Overview∘ What is AWS CodeArtifact?∘ Why use AWS CodeArtifact?· Setting Up
Identifying vulnerability risks is an important issue for many business projects. In this post, we’ll show how to integrate OWASP Dependency-Check in a Spring boot
In this post, we’ll show how to integrate Jenkins’s multibranch pipeline project with GitHub for continuous integration. · Prerequisites· Overview∘ What is a Jenkins Multibranch pipeline?∘ How does a
In this post, we’ll explain step by step how to deploy a Spring boot application using Jenkins pipeline and Docker. · Prerequisites· Spring boot application setup∘ Project Structure∘ Containerize