build-forge-concepts-and-terminology/

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 objects and how…

Read more »
build-and-release-engineer-training

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 change control Procedures…

Read more »
scm-build-and-release-engineer-jobs-website

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 Administrator Jobs |…

Read more »
build-server

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 changes? 2. Project…

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 machines: Server that…

Read more »
build-definitions

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 a project-wide basis…

Read more »
build-release-engineer-interview-questions-answer

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 to share too…

Read more »
team-building

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 teamwork and team…

Read more »
smart-build-tools-features

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}

Read more »
ant-clean-prepare-and-compile-tasks

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 ===</echo> <mkdir dir=”${dest.dir}”…

Read more »
clover-and-maven-working-with-distributed-applications

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.       Create & Review…

Read more »
Sonar team

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, changes log and…

Read more »
svn-integration-in-ant-build

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 the revision of…

Read more »
build-and-automation

Power Point PPT: Build And Automation

Power Point PPT: Build And Automation Build And Automation from Rajesh Kumar

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  

Read more »
build-management-recommendation

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 them on an…

Read more »
build-versioning

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 team for testing….

Read more »