Quantcast
Channel: Jenkins Archives - Java Code Geeks
Browsing latest articles
Browse All 39 View Live

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 designed to be better than JUnit, especially when testing integrated classes....

View Article


Using Jenkins as your go-to CI/CD tool

Introduction Everyone loves Agile and the way it is replacing all the older methodologies and development models with a streamlined and sustainable system for faster delivery cycles. However, the...

View Article


How To Create & Run A Job In Jenkins Using Jenkins Freestyle Project?

As per the official Jenkins wiki information, a Jenkins freestyle project is a typical build job or task. This may be as simple as building or packaging an application, running tests, building or...

View Article

Comprehensive Guide To Jenkins Declarative Pipeline [With Examples]

Jenkins Pipeline is an automation solution that lets you create simple or complex (template) pipelines via the DSL used in each pipeline. Jenkins provides two ways of developing a pipeline- Scripted...

View Article

Third Time Around

As I move between clients, I’m building a playbook of tools I like to have/make in order to help manage the environment. While I remember how a tool needs to be made, each environment calls for a...

View Article


CI/CD Tools: GitLab vs Jenkins

CI/CD is an acronym that stands for Continuous Integration and Continuous Deployment/Delivery. It is a set of practices used in software development to automate the process of building, testing, and...

View Article

A Deep Dive into AWS CodePipeline for Seamless Cloud-Native Deployments...

In the dynamic landscape of continuous integration and continuous deployment (CI/CD), organizations are constantly seeking ways to streamline their development pipelines for optimal efficiency and...

View Article

How Does Jenkins Work? A Deep Dive into Its Architecture

In the fast-paced world of software development, automation is key. Jenkins, the open-source automation server, has become a powerhouse for streamlining continuous integration and continuous delivery...

View Article


The Future of CI/CD: Will GitLab Dethrone Jenkins?

In the ever-evolving world of DevOps, the battle for CI/CD (Continuous Integration and Continuous Delivery) supremacy rages on. Two titans stand tall: Jenkins, the long-reigning open-source champion,...

View Article


DevOps Tools: Docker, Jenkins, and Git Cheat Sheet

Introduction In the world of DevOps, efficiency and automation are the keys to success. Whether you’re managing containers with Docker, orchestrating them with Kubernetes, automating builds with...

View Article
Browsing latest articles
Browse All 39 View Live