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

Saturday, 3 June 2017

Improve your teams productivity using GitHub for DevOps–and Docs


As Steven Weaver recently discussed in his blog about GitHub and the DevOps tool-chain, GitHub offers a powerful tool for improving your team’s collaboration and workflow. It makes processes and procedures much more repeatable and automatize.

By design, GitHub also functions as a terrific tool for capturing the “tribal knowledge” that’s embodied in your DevOps team, and turning it into documentation that can bootstrap your team into even greater productivity. Read more click here

Reference:- This article was posted on BestDevOps.com