
Helix Server Perforce Trigger Quick Start Guide
What is Perforce Trigger? Helix Server supports triggers which are user-written programs or scripts that are called when certain operations…
Read more »
Docker Command line Reference | Docker Tutorial | Docker Guide
One liner to stop all of Docker containers: > docker stop $(docker ps -a -q) One liner to remove…
Read more »
MSBuild Tutorial Reference for Beginner | MSBuild Learning Resources | scmGalaxy
Walkthrough: Creating an MSBuild Project File from Scratch How to: Write a Simple MSBuild Project MSBuild Basics Build Your Project…
Read more »
Jenkins Web References & Cheatsheet
How to take care of a large Jenkins installation and still keep your sanity – Part 1 How to take…
Read more »
Jenkins Command line Reference for login and trigger a job
Grep will return 0 while the build is running: $ curl http://myjenkins/job/myjob/lastBuild/api/json | grep –color result\”:null $ echo $? Trigger…
Read more »
Linux Commands for User | Linux User Commands Reference
General Commands Not Used Frequently cal – The Calender bc – The Calculator file – knowing the file types cmp…
Read more »
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 »
SCM Build and Release Engineer Jobs Website | Portal
Build and Release Engineer Jobs | Build Engineer Jobs | Clearcase Administrator Jobs | Configuration Engineer Jobs | SCM Administrator…
Read more »
Linux Performance Monitoring using iostat, mpstat and vmstat | Linux Performance Monitoring Guide
iostat reports CPU, disk I/O, and NFS statistics. mpstat reports processors statictics. vmstat reports virtual memory statistics. vxstat – This…
Read more »
Sed command Web References & Cheatsheet
UNIX SED Introduction · Sed is a “non-interactive” stream-oriented editor. Since its an “non-interactive” it can be used to automate…
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}”…
Read more »
How to configure and use SSH authentication system server CVS
How to configure and use SSH authentication system server CVS cvs (Concurrent Version System) is a very popular version control…
Read more »
Usage of ANT_OPTS in Ant Script | ANT_OPTS capabilities
Usage of ANT_OPTS in Ant Script | ANT_OPTS capabilities Ant has three environment variables that you can use to set…
Read more »
How to Run/Deploy Java EE applications on Amazon EC2?
Running Java EE applications on Amazon EC2: deploying to 20 machines with no money down Computer hardware has traditionally been…
Read more »
Installation and Configuration Guide: Bamboo
Bamboo is available in two ‘distributions’ — Standalone or EAR-WAR. The Standalone distribution is recommended (even for organisations with an…
Read more »
How to copy VSS project from one VSS database to another one without loosing history
If you have any of the following questions in your mind, then this article is the perfect destination for you….
Read more »
SSARC Utility & SSRESTOR Utility – Archive, Restore VSS Project – Guide
Question: How to Archive VSS Project in Visual Source Safe (VSS)? How to Restore VSS Project in Visual Source Safe…
Read more »
How To Create a Unique SRCSAFE.INI File ?
1. Create a new SRCSAFE.INI file and place it in the desired location. 2. If you want include the default…
Read more »
Understand Ant command line arguments with Examples
Several tasks take arguments that will be passed to another process on the command line. To make it easier to…
Read more »
How to use ant Script to Reset BuildNumber?
To use this code, you need to have the file build.number containging: major.number=1 minor.number=0 hotfix.number=0 revision.number=0 continuous.number=0 Then the following 3 targets:…
Read more »
Ant command line arguments – Examples – Summary
Ant command line arguments Several tasks take arguments that will be passed to another process on the command line. To…
Read more »