Pages

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

Monday, 5 June 2017

TFS Interview Questions and Answers

Image source:- scmGalaxy.com
1) What is Team  Foundation Server? What does it cover – version control? build processes? bug tracking? task management?

Team Foundation Server is defined in the documentation as:

Team Foundation is a collection of collaborative technologies that support a team effort to deliver a product. While the Team Foundation technologies are typically employed by a software team to build a software product, they can also be used on other types of projects.

As the customer already noted three of the core deliverable of Team Foundation Server: Read More Click here

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

Monday, 29 May 2017

Top 5 Virtualization tool for Developers

Top 5 Virtualization tool for Developers
Software developers are busier now than ever before. They want to do more work in less time with quality. But, as we all know it's not possible without right set of tools in your arsenal. So, it's always good to find tools that can make work faster and make you more productive. Today we are going to talk on Virtualization tools. In this article I'm going to share a list of top 5 virtualization tool which will definitely help developers to improve their productivity and allow them to build better applications faster.

But, before that let's have Quick introduction to Virtualization

Virtualization is a process in which, with the help of tools you can create a virtual version of resources like memory, operating system , server or networks instead of deploying the actual resource. In simple words you can understand it like this way: Virtualization let you run Read More Cick here

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

Monday, 17 April 2017

Top 10 Infrastructure Monitoring Tools


There are various types of tools used by DevOps professionals in their work environment from Continuous integration tools to Virtualization to configuration Management to monitoring and the list goes on and on. So today, we are going to talk about Infrastructure Monitoring tools. Which plays a vital role in the DevOps culture.

First of all lets see what is Infrastructure Monitoring ?

Infrastructure monitoring is a process in which Organisations IT framework is monitor by companies with the help of tools and softwares. This is essential so that you can make sure that your product availability is good and providing efficient services to customers or users. In other words, Infrastructure Monitoring tools help organisations to find and short-out infrastructure issues before it affect their businesses. To Read  Full Article Click Here

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