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…
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…
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…
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…
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….
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…
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…
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…
How to Login to Jenkins using commands and API?
Working commands for Login ##Command to know the status of Build? ##Trigger a Jenkins Job without authentication ##Trigger a Jenkins Job with authentication ##Running commands against a…
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:…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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 |…
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…
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…
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…
