DOT NET Build and Release Training | Build and Release DOTNET Course

  About the Build and Release Dot Net Course This Training is specially designed for the engineer who wants to excel their career in Build and Release…

Read More

DevOps Courses and Training | DevOps Training | Online | Classroom

About the DevOps Course DevOps integrates devlopers and operation teams in order to improve collobration and productivity by automation infrastrcure, automationg workflows and continously application performance. DevOps…

Read More

Shell Scripting (Bash) Training | Bash/Shell Scripting Course

Introduction Introduction Why Shell Scripting? Linux Internal What to Expect From This Course? Prerequisites Git fundamental Introduction of git Git setup Basic operations in git Github Summary…

Read More

Build and Release Engineer Training | Build and Release Engineer Course | Online | Classroom

Training Duration – 30 Days (90 mins each day) Mode – Online (Webex | Skype | Gotomeeting) Email – info@scmgalaxy.com Call – +91 700 483 5930 Course…

Read More

Build Configuration Templates in Teamcity | Teamcity Guide

Going meta with Meta-Runners in TeamCity We have seen that build runners can be very handy. Even though most build runners can be replaced with an equivalent…

Read More

Build and Release Course Training with Jenkins / Maven /Ant/ SVN & Git

Upcoming Training Dates | Training Agenda | Training Calender | FAQ | Why scmGalaxy Online Training Click Here Mode – Online based Email – info@scmgalaxy.com Lab Setup Details – Prerequisites Operating Systems…

Read More

Build and Release Trainer, Instructor, Mentor and Coaches in Bangalore

Upcoming Training Dates | Training Agenda | Training Calender | FAQ | Why scmGalaxy Online Training scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize…

Read More

Build and Release Training in Bangalore

Upcoming Training Dates | Training Agenda | Training Calender | FAQ | Why scmGalaxy Online Training   Click Here Mode – Online Lab Setup Details OR Prerequisites for personal Laptop Operating Systems…

Read More

Release management with Build Forge e-Kit

To learn more about IBM® Rational® solutions for deployment planning and automation, take advantage of these additional resources: Analyst study: Demonstrated benefits of software delivery automation –…

Read More

Build Forge Concepts and Terminology

Reference – http://pic.dhe.ibm.com/infocenter/bldforge/v8r0/index.jsp?topic=%2Fcom.ibm.rational.buildforge.doc%2Ftopics%2Fjobs_run_bom__top.html Build Forge uses a simple set of objects to construct descriptions of process automation. This section gives you an overview of key concepts and…

Read More

Build and Release Engineer Courses Training in Online and Classroom Mode by Expert Trainers

Click Here Contact us at info@scmGalaxy.com Mode of Training – Online The basic course program is outlined here: Software Configuration Management overview Elements of Software Configuration Management Establishing…

Read More

SCM Build and Release Engineer Jobs Website | Portal

Build and Release Engineer Jobs | Build Engineer Jobs | Clearcase Administrator Jobs | Configuration Engineer Jobs | SCM Administrator Jobs | Release Engineer Jobs | Perforce…

Read More

Performance Optimization of Build Server | Performance Optimization Guide

Performance Optimization Checklist of Build Servers Build Infrastructure Level 1.  Do you really need to build all source code or only the part of code which has…

Read More

Hardware Configuration – What are the Hardware Requirements for Build Server?

Hardware Configuration – Hardware Requirements for Build Server Reference: The Build Master: Microsoft’s Software Configuration Management Best Practices At a minimum, the build lab should have four…

Read More

More Important Build Definitions | Different Build Definitions | Build Terminologies

More Important Build Definitions Reference: The Build Master: Microsoft’s Software Configuration Management Best Practices It is also important for groups or teams to define these terms on…

Read More

Interview Questions and Answer for Build & Release Engineers

I get many emails and linkedin personal message about sharing interview questions for Build & Release Engineer and Configuration Engineer. I have asked some of my friends…

Read More

Useful Tips to Make Team Building Exercises Effective and Successful

Hi, I am prabhakar, i have read an article about Team Building and i would like to share it with you.All successful businesses and organizations know that…

Read More

What are the Advance Features of Smart Build Tools?

Advance Features of Smart Build Tools {slideshare}[slideshare id=6995921&doc=advancefeaturesofsmartbuildandtoolsstudy-110220215438-phpapp02&type=d]{/slideshare} Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech…

Read More

Simple Ant Example – clean, prepare, and compile tasks

Sample Ant clean, prepare, and compile tasks <target name=”clean”> <echo>=== CLEAN ===</echo> <delete failonerror=”false”> <fileset dir=”${dest.dir}” includes=”**/*”/> </delete> <delete dir=”${temp.dir}” /> </target> <target name=”prepare” depends=”clean”> <echo>=== PREPARE…

Read More

Clover and Maven working with Distributed Applications

1.       Configure maven clover plugin. 2.       Build the all components with clover enabled. 3.       Deploy the clover enabled build to test server. 4.       Run the tests. 5.      …

Read More

Build Stability Plugin 1.1.1 Released by Sonar team – Overview

The Sonar team is pleased to announce the release of the Build Stability Plugin version 1.1.1. The new version fixes an issue with Bamboo support. The documentation,…

Read More

How to Integrate Subversion Into Your Ant Build ? – Step by step guide

SVNAnt SVNAnt is an Ant task allowing you to interact with Subversion within the convenience of your Ant build script. No more writing custom scripts to get…

Read More

Power Point PPT: Build And Automation

Power Point PPT: Build And Automation Build And Automation from Rajesh Kumar Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at…

Read More

Power Point PPT: Using Ant To Build J2 Ee Application – Complete Guide

Power Point PPT: Using Ant To Build J2 Ee Application Using Ant To Build J2 Ee Applications from Rajesh Kumar   Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate…

Read More

Build Management Recommendation – Build Management Guidance

Recommendation from Microsoft’s Software Configuration Management Best Practices Build Management Recommendation Recommendation for Defining a Build Define terms in your development process, and keep a glossary of…

Read More

Software versioning – What is Build Versioning?

Version:  It is a set of code to which major/minor or a Patch of changes is made. Hence we say a build is released to the QA…

Read More