Skip to content
  • Kubernetes
  • Docker
  • Jenkins
  • Other
    • Nexus
Site Logo
  • Privacy Policy
  • Disclaimer
  • Contact Me
  • About Me
  • Kubernetes
  • Docker
  • Jenkins
  • Other
    • Nexus
Site Logo
tube, valve, heating-5146458.jpg
  • CI/CDContinuous DeliveryContinuous IntegrationJenkins

Webhooks for Jenkins Multibranch Pipelines

In the previous article Automatically Trigger Jenkins Pipelines with Webhooks, we configured our Jenkins Pipeline to automatically trigger a build using the GitHub plugin for Jenkins when we pushed some changes into the source code repository. However that plugin cannot…

Read MoreWebhooks for Jenkins Multibranch Pipelines
  • Charith
  • July 27, 2022
pipe, line, house-1898766.jpg
  • CI/CDContinuous DeliveryContinuous IntegrationJenkins

Automatically Trigger Jenkins Pipelines with Webhooks

Before we get started, I assume you already know how to configure pipelines in Jenkins. Therefore, configuring the pipeline from scratch is not done in this article. If you are not familiar with configuring the pipeline, then it would be…

Read MoreAutomatically Trigger Jenkins Pipelines with Webhooks
  • Charith
  • April 3, 2023
books, shelves, door-1655783.jpg
  • CI/CDGroovyJenkinsJenkinsfile

Jenkins Shared Library

In this article of the Jenkins series, we will see what a Jenkins Shared Library is and how we can use a Shared Library to make our life easy when it comes to CI/CD! What is a Jenkins Shared Library?…

Read MoreJenkins Shared Library
  • Charith
  • April 3, 2023
evening sun, mine, pipelines-3750030.jpg
  • CI/CDJenkinsJenkinsfile

Multibranch Pipeline in Jenkins

In previous articles in this series, we looked into freestyle projects and pipelines in Jenkins. If you are not familiar with them, it would be better to brush up on those before diving into this. What is a Multibranch Pipeline?…

Read MoreMultibranch Pipeline in Jenkins
  • Charith
  • April 3, 2023
plumbing, pipe, wrenches-840835.jpg
  • CI/CDContinuous DeliveryJenkinsJenkinsfile

A Simple Pipeline in Jenkins

In the previous two articles A Simple Freestyle Job in Jenkins and Build a Docker Image with a Jenkins Freestyle Job in this Jenkins series, we created freestyle jobs. Now it’s time to look into Pipeline jobs. What is a…

Read MoreA Simple Pipeline in Jenkins
  • Charith
  • April 3, 2023
workshop, carpenter, crafts-4863393.jpg
  • CI/CDDockerJenkins

Build a Docker Image with a Jenkins Freestyle Job

In the previous article of this series, we created a simple freestyle job that would package a simple Maven Project. In this article, we are going to build a docker image with a Jenkins freestyle job for our project and…

Read MoreBuild a Docker Image with a Jenkins Freestyle Job
  • Charith
  • September 30, 2022
electrician, wiring, mounting-3273340.jpg
  • CI/CDJenkinsMavenSpring Boot

A Simple Freestyle Job in Jenkins

In the previous article, we installed Jenkins on a Linux server as a Docker container. And now it is time to put our Jenkins server into use. In this article, we are going to look into configuring a very simple…

Read MoreA Simple Freestyle Job in Jenkins
  • Charith
  • July 11, 2022
tools, construct, craft-864983.jpg
  • CI/CDDockerJenkins

Installing Jenkins on Linux as a Docker Container

What is Jenkins? Jenkins is an open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. Wikipedia Preparing the Server To start with, you need to…

Read MoreInstalling Jenkins on Linux as a Docker Container
  • Charith
  • July 11, 2022
jars, herbs, shelves-1853439.jpg
  • CI/CDNexusRepository Manager

Installing Nexus Repository Manager on Linux

What is a Repository Manager? Throughout the development process of a software application, various kinds of packages are created such as jar files, war files, Docker images etc. In a development environment with a Continuous Integration and Continuous Development(CI/CD) workflow,…

Read MoreInstalling Nexus Repository Manager on Linux
  • Charith
  • November 20, 2021

Search Topics

No results

Recent Posts

leaf, wood, path-3345134.jpg

Introduction to Secrets in Kubernetes

March 27, 2023
map, geography, continental-6784496.jpg

Introduction to ConfigMaps in Kubernetes

March 20, 2023
cyberspace, data, wire-2784907.jpg

Introduction to Services in Kubernetes

September 14, 2022
Deployments in Kubernetes

Deployments in Kubernetes

July 23, 2022
peas, pods, vegetables-3540388.jpg

Introduction to Kubernetes Manifest: Pod

July 10, 2022
wheelhouse, steering, wheel-456838.jpg

Basic Kubectl Commands

July 3, 2022
hd wallpaper, nature wallpaper, paper boat-2270314.jpg

Minikube for Learning Kubernetes Basics

June 28, 2022

While it is always best to believe in oneself, a little help from others can be a great blessing!

General Iroh

Tags

CI/CD ConfigMap Containers Continuous Delivery Continuous Integration Docker Docker-compose Dockerfile Groovy J2EE Jenkins Jenkinsfile K8s Kubectl Kubernetes Maven Minikube MongoDB Mongo Express MySQL Network Nexus Repository Manager Secret Spring Boot Tomcat

Contact Me

Archives

  • March 2023 (2)
  • September 2022 (1)
  • July 2022 (3)
  • June 2022 (2)
  • March 2022 (1)
  • December 2021 (3)
  • November 2021 (3)
  • October 2021 (2)
  • September 2021 (3)
  • July 2021 (2)
  • June 2021 (3)
  • May 2021 (6)

Trending now

cats, cute, kitty-1722373.jpg
Accessing Tomcat Manager of an App Deployed on Docker
ship, container, technology
Docker Compose
container, ship, container ship
More Docker Commands
leaf, wood, path-3345134.jpg
Introduction to Secrets in Kubernetes

Copyright © 2025 Tech Adventures