Showing posts with label DevOps Tools. Show all posts
Showing posts with label DevOps Tools. Show all posts

Friday, 13 October 2017

How to generate Jenkins job Configuration automatically

Learn step by step guide on how to generate Jenkins job Configuration automatically. This tutorial is published by well known DevOps trainer - Rajesh Kumar.

Job DSL Plugin
The job-dsl-plugin allows the programmatic creation of projects using a DSL. Pushing job creation into a script allows you to automate and standardize your Jenkins installation, unlike anything possible before.
More - 
Multi-Branch Project Plugin Read more click here

Reference:- This article was originally posted on scmGalaxy.com

Monday, 28 August 2017

Know About SonarJava! Is it replacement for Checkstyle, PMD, FindBugs?

Know About SonarJava! Is it replacement for Checkstyle, PMD, FindBugs?
SonarJava has a great coverage of well-established quality standards. The SonarJava capability is available in Eclipse and IntelliJ for developers (SonarLint) as well as throughout the development chain for automated code review with on-premise SonarQube or on-line SonarCloud.
SonarJava is a code analyzer for Java projects. Information about the SonarJava features is available below;
Why SonarJava?
SonarQube is currently on the way to deprecate PMD, Checkstyle and Findbugs and use their own technology to analyze Java code (called SonarJava). Read more click here

Reference:- This article was originally posted on scmGalaxy.com

Virus-free. www.avast.com

Tuesday, 8 August 2017

Chef Internal - How Chef maintain the state of each resources internally?

Chef Client

A chef-client is an agent that runs locally on every node that is under management by Chef. The chef-client executable can be run as a daemon. When a chef-client is run, it will perform all of the steps that are required to bring the node into the expected state, including:
  • Registering and authenticating the node with the Chef server
  • Building the node object Read more click here 

Reference:- This article was originally posted on scmGalaxy.com

Tuesday, 18 April 2017

Top 10 DevOps Tools which are mostly used by DevOps Engineers


DevOps is an important component for software industry today. Developing and implementing a DevOps culture helps to focus IT results and to save time and money as the gap between developers and IT operations teams closes. Just as the term and culture are new, so are many of the best DevOps tools these DevOps engineers use to do their jobs efficiently and productively. To help you in your DevOps process, we have searched and created this list of DevOps tools which is mostly used by DevOps Engineers in their projects. To Read More Click Here

Reference:- This article was originally posted on scmGalaxy.com