Friday 29 September 2017

Ways On How To Get The Most From This Jenkins

ad300
Advertisement
What is Jenkins:
Let's first understand what is Jenkins first, So it is a Continuous integration tool used to build (means compile and test) the code and deploys it to the production.
let me take an example , you are working in a team as a developer and you made some changes to the product code and committed that to the repository (Product Code Base) before deploying it to production server ,So the job of Jenkins is to test and compile your code to check if everything is fine with the product after the code changes. The code will be deployed to the production if the build is passed else the build will fail and you need to fix the related bug or defect introduced to the Product.
or more precisely 
Jenkins is an open source automation server written in Java. Jenkins helps to automate the non-human part of software development process, with continuous integration and facilitating technical aspects of continuous delivery



Please go through below topics which will help you cover the most basic configurations for Jenkins:

Basic Jenkins Configuration Topics: 






Share This
Previous Post
Next Post

Welcome to my blog, I am Subhash Junas, I have been working on Core Java, Ruby, Selenium, Cucumber and on various automation technologies from past couple of years. I love to work on new challenges, solving problems and obstacles.

1 comment:

  1. Very useful article on Jenkins setup for new projects. The steps are in details and provides information on the challenges faced by new user and the workarounds. Thanks to Subhash Junas for this blog. Very useful.

    --Soundar.

    ReplyDelete