What is Jenkins and use cases of Jenkins?

What is Jenkins? Jenkins is an open-source automation server widely used for building, testing, and deploying software projects. It provides a platform for continuous integration and continuous…

Read More

Jenkins Tutorials: Installing Jenkins on Tomcat

We are going to discuss Installing Jenkins today. We will be focusing on installing it on Tomcat server as a servlet, and tomcat will act as a…

Read More

Jenkins Tutorials: Install Jenkins as Docker Container

In the Previous Post we Learned How to install Jenkins as Servlet on Tomcat server. In this post we will try even simple and easy way to…

Read More

Top Jenkins interview questions and answers

1. What is Jenkins? Jenkins is an open-source automation server that helps automate various aspects of software development, such as building, testing, and deploying code. It allows…

Read More

How to Implement GitOps Using Jenkins?

Hello there, fellow tech enthusiasts! In this blog post, we are going to delve into the world of GitOps and learn how to implement it using Jenkins….

Read More

Jenkins Tutorial: Install Jenkins on Ubuntu

In this tutorial we are going to install Jenkins on Ubuntu operating system. Ubuntu is another debian based operating system – open sourced and highly loved by…

Read More

What is Jenkins and How does it work? An Overview and Its Use Cases

History & Origin of Jenkins The Jenkins project was started in 2004 (originally called Hudson) by Kohsuke Kawaguchi, while he worked for Sun Microsystems. Kohsuke was a…

Read More

Top 50 Jenkin pipeline interview questions and answers

1) How to fix a broken build for your project in Jenkins and how to make sure project build doesn’t break in Jenkins at all? The user…

Read More

Jenkins Backup and Restore using ThinBakcup

Step 1 – Install ThinBackup Plugins Step 2 – Configure ThinBackup Plugins Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at…

Read More

Jenkins commands lines reference from jenkins using jenkins-cli.jar

You can access various features in Jenkins through a command-line tool. See the documentation for more details of this feature. To get started, download jenkins-cli.jar, and run it as follows:…

Read More

Top Jenkins interview questions and answers

What is a basic requirement for using Jenkins? To use Jenkins you require: A source code repository that is accessible, for instance, a Git repository. A working build…

Read More

What is Jenkins?

Jenkins provides us seamless ways to set up a CI/CD environment for almost any combination of code languages and source code repositories using pipelines. It is an…

Read More

How to trigger a jenkins job when code is pushed to github using “GitHub hook trigger for GITScm polling”

  The GitHub plugin for Jenkins is the most basic plugin for integrating Jenkins with GitHub projects. If you are a GitHub user, this plugin enables you…

Read More

How to Trigger builds remotely in Jenkins? | Jenkins Tutorials

  How to Trigger builds remotely in Jenkins?   1. Create a user – You need to create a user in jenkins using you would like to…

Read More

Trigger Jenkins Job using “Build periodically” and “Poll SCM”

Method 1 – AT CERTAIN TIME AKA Build periodically Method 2 – AT CERTAIN TIME BUT Build only when there is Code changes AKA Poll SCM Setting…

Read More

Jenkins Introduction Simply Explained?

Jenkins is an open source continuous integration/continuous delivery and deployment tools. Jenkins in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkins…

Read More

How to Register and prepare for the Jenkins Certification? – 2020

What is Jenkins? Jenkins is one of the most popular DevOps tool for Continuous Integration and Continuous Deployment (CI/CD).  It plays an important role in automating the…

Read More

What is Jenkins X? and How Jenkins X works?

Jenkins is described as an “extensible automation server” also popularly known as continuous integration and delivery tool that can be configured, via plugins, to be a Continuous…

Read More

What is Jenkins and Why we need it?

What is jenkins? Web Based tool to automate manual steps for any repetitive SDLC daily tasks. Continuous integration tool Continuous delivery tool Jenkins can integrate with any…

Read More

Top 33 Free Jenkins Plugins and their Tutorials with step by step guide.

List of Top 25 Jenkins Plugins Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at…

Read More

Jenkins Continous Integration with Another DevOps Tools

Enabling Jenkins integration with Silk Central Test Manager Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech…

Read More

Jenkins Jobs Configuration Demo with Example

Build Scala Project using sbt and Jenkins Environment variables and properties defined in jenkins | Jenkins Tutorial Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and…

Read More

Jenkins Pipeline Tutotrials with example of jenkinsfile

Jenkins Pipeline Example Code Sample Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps…

Read More

Jenkins Administrations and Configurations Complete Reference

Jenkins Upgrade and Solution!!! How to Change Jenkins HTTP port number? Jenkins Backup Jenkins Backup and Restore Process | Jenkins Tutorial Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate…

Read More

Scripting in Jenkins with Groovy and others Scripting Language

How to run/execute groovy script in Jenkins? Database of Groovy Script for Jenkins Automation Script to check the build status of a Jenkins job Rajesh KumarI’m a…

Read More

Jenkins Commmands Line and REST API Complete Reference

Jenkins commands lines reference from jenkins Know About Jenkins CLI | Jenkins CLI Guide Understand Jenkins CLI | Jenkins CLI Reference Jenkins Remote access API Example |…

Read More

Jenkins How to do Guide, Tips, Tricks and Troubleshootings

How to attach the jenkins build log as part of the email body? How to attach the jenkins build log as part of the email body? How…

Read More

How to Schedule and Trigger a Jenkins job automatically?

Method 1 – AT CERTAIN TIME AKA Build periodically Method 2 – AT CERTAIN TIME BUT Build only when there is Code changes AKA Poll SCM Method…

Read More

Jenkins Errors and Solutions Database

Jenkins Error: Running two Java Versions – Jenkins Problem in Mac OS Jenkins Error: /usr/bin/p4 error in windows machine with jenkins Jenkins Error: Jenkins time-out while pushing…

Read More