Jenkins
-
Software Development
How To Generate TestNG Reports In Jenkins?
TestNG is an open-source automated testing framework, where ‘NG’ of TestNG is Next Generation. It is similar to JUnit but…
Read More » -
Enterprise Java
Jenkins: Automating your delivery pipeline
In this post, we are going to create a Jenkins pipeline for a Java Spring project using Maven and Git:…
Read More » -
DevOps
Best Jenkins Pipeline Tutorial For Beginners [Examples]
Jenkins CI/CD has always been the goto option for DevOps professionals and beginners. It has more than 16,000 stars on…
Read More » -
DevOps
Checking for Artifactory in a Jenkins Pipeline
One of my projects uses the Artifactory as the repository manager. Unfortunately when doing a Jenkins pipeline build, I sometimes…
Read More » -
DevOps
The Perils of the Shared Jenkins and Making Decisions
You may be thinking of sharing a Jenkins server, perhaps you’re worried about: Who has the time to do admin…
Read More » -
DevOps
Converting Helm Charts Into Jenkins X Apps
Your cluster is bound to run quite a few third-party applications. They need to be installed and managed somehow. This…
Read More » -
DevOps
Field Notes from an Ad-Hoc Jenkins Pipeline
I recently had a challenge. I have written a PR to improve an open source library, but the owners of…
Read More » -
DevOps
Accessing and dumping Jenkins credentials
Most pipelines require secrets to authenticate with some external resources.All secrets should live outside of our code repository and should…
Read More » -
DevOps
Private Jenkins Shared Libraries
The official documentation for Jenkins Shared Libraries is pretty good, but not perfect. This article expands on how to use…
Read More »