Recommended Books for Maven | Good books for Maven learning
Recommended Books for Maven http://www.maestrodev.com/wp-content/uploads/2012/03/betterbuildswithmaven-2008.pdf
Read more »
Understand Jenkins CLI | Jenkins CLI Reference
Running CLI java -jar jenkins-cli.jar [-s JENKINS_URL] command [options…] [arguments…] Getting help java -jar jenkins-cli.jar -s yourserver.com help [command] How to download jenkins-cli.jar? The best place to download the Jenkins…
Read more »
Know About Jenkins CLI | Jenkins CLI Guide
Running CLI java -jar jenkins-cli.jar [-s JENKINS_URL] command [options…] [arguments…] Getting help java -jar jenkins-cli.jar -s yourserver.com help [command] How to download jenkins-cli.jar? The best place to download the Jenkins…
Read more »
How to assign computer startup scripts?
1. Open the Group Policy snap-in. 2. In the console tree, click Scripts (Startup/Shutdown). – Where? policy name Policy > Computer Configuration > Windows Settings > Scripts (Startup/Shutdown)or Start the…
Read more »
IBM Acquires UrbanCode | IBM UrbanCode Acquisition Pressrelease
A message from Kristof Kloeckner: I am pleased to announce that IBM has acquired UrbanCode Inc. UrbanCode offers capabilities for application release automation (ARA), complementing IBM’s DevOps solutions, enabling clients…
Read more »
Comparison Between UCC, CLOC, POWERSOFTWARE,EZ-Metrics and Metrixware
Unified CodeCount (UCC) CLOC POWERSOFTWARE EZ-Metrics Metrixware Languages C/C++, C#, Java, SQL, Ada, Perl, ASP, ASP.NET, JSP, CSS, HTML, JavaScript, VB, and VbScript YES – All ADA, Assembly, ASP, C#,…
Read more »
SLOC Tools Comparison | SLOC Tools Differences | SLOC Tools Comparison Table
Tool Open Source – Commercial URL CAST Commercial www.castsoftware.com Sonar Open Source www.sonarsource.org SLOC Open Source -> Commercial http://www.dwheeler.com/sloccount/ RSM Commercial www.msquaredtechnologies.com LocMetrics Commercial www.locmetrics.com EZ-Metrics Commercial http://www.jamesheiresconsulting.com/Products.htm Metrixware Commercial…
Read more »
What is Code Coverage and Why Code Coverage?
What is Code Coverage Code Coverage is an important measurement in Software Quality Engineering. While Software testing ensures correctness of the applications, a metric is required to track the What…
Read more »
Overview of EMMA | Code Coverage Tool – EMMA
Overview EMMA is a tool for measuring coverage of Java software. Such a tool is essential for detecting dead code and verifying which parts of your application are actually exercised…
Read more »
Introduction of Windows Internal | Windows Internal Overview | Windows Internal Quick Guide
Windows Resource Kits The Microsoft® Windows Resource Kit Tools are a set of tools to help administrators streamline management tasks such as troubleshooting operating system issues, managing Active Directory®, configuring…
Read more »
Introduction of CGI | What is Common Gateway Interface (CGI)?
Any Server will (mostly) do   CGI will not work without a server Your Server must allow CGI Your CGI application must be written in a language supported by your server…
Read more »
Buildforge common Issues and Troubleshooting | Buildforge Troubleshooting Guide
Know about the BuildForge Server before Troubleshooting. 1. What is the Full version of Build Forge being used (for example Build Forge 7.1.2.2-1-0111).This can be obtained under the console interface…
Read more »
MySQL Basic Troubleshooting Guide | MySQL common Issues
PLEASE NOTE: I am currently reviewing this Article. How to check the mysql file location: > which mysql > locate mysql Check mysqld process is started or not? > service…
Read more »
BuildForge – Exporting projects using bfexport | BuildForge Guide
Location: BuildForge Home Dir – Platform To display command syntax, use bfexport with no options.  $ ./bfexport  Usage: bfexport -l  or:  bfexport [-c comment] [-f filename] [-g] [-s] [-L] [-n]…
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 Administrator Jobs |…
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 changes? 2. Project…
Read more »
Make for Windows: NMake | What is Nmake?
Make for Windows: NMake What is Nmake? NMAKE is Microsoft’s implementation of the make tool. The Microsoft Program Maintenance Utility (NMAKE.EXE) is a 32-bit tool that builds projects based on…
Read more »
Versioning in Software Configuration Management | SCM Versioning Guide
Versioning in Software Configuration Management? Reference: This article has been take out from Book Called “The Build Master: Microsoft’s Software Configuration Management Best Practices” Why Worry About Versioning? Having a…
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 »
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 »
Main Responsibilities of the Linux System Administrator | What Linux System Administrators do ?
Main Responsibilities of the Linux System Administrator is as follows: Maintaining User Accounts Security Managing the disk space and Backup Provisiom the new Linux Server based on the need Linux…
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 to share too…
Read more »
How to Select the Right Software version Control Product?
Original link: http://www.cmcrossroads.com/cm-articles/275-articles/14286-selecting-the-right-software-version-control-product Selecting the Right Software Version Control Product Written by Mike Feighner For many years, I worked loyally for the same company where my expertise was restricted to…
Read more »
Use of p4 duplicate command | P4 Command Guide
Use of p4 duplicate command Problem Area is – Is there any possibility to rename branch name? as directory rename is possible? Solution is – p4 duplicate command What the…
Read more »
How to Execute external commands by using perl?
There are many ways to execute external commands from Perl. The most commons are: system function exec function backticks (“) operator open function All of these methods have different behaviour,…
Read more »
How Perforce changelist number works? | Perforce Guide
How Perforce change list number works? Perforce assigns numbers to changelists and also maintains a default changelist, which is numbered when you submit it. You can create multiple changelists to…
Read more »