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 delivery (CI/CD), allowing…
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 container for Jenkins….
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 run Jenkins on…
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 developers to set…
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. So buckle up…
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 developer community. Step…
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 developer at Sun…
Read more »Jenkins Backup and Restore using ThinBakcup
Step 1 – Install ThinBackup Plugins Step 2 – Configure ThinBackup Plugins
Read more »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 secure Jenkins (basic…
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: java -jar jenkins-cli.jar…
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 script, e.g., a…
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 open-source automation server…
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 to: Schedule…
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 trigger a jenkins…
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 up the cron…
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 makes it easy…
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 software development process…
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 Integration Server, a…
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 available tools with…
Read more »Top 33 Free Jenkins Plugins and their Tutorials with step by step guide.
List of Top 25 Jenkins Plugins
Read more »Jenkins Continous Integration with Another DevOps Tools
Enabling Jenkins integration with Silk Central Test Manager
Read more »Jenkins Jobs Configuration Demo with Example
Build Scala Project using sbt and Jenkins Environment variables and properties defined in jenkins | Jenkins Tutorial
Read more »Jenkins Pipeline Tutotrials with example of jenkinsfile
Jenkins Pipeline Example Code Sample
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
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
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 | Jenkins Tutorial What…
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 to Resolve jenkins…
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 3 – Trigger…
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 to github Jenkins…
Read more »