
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 are performed. Examples of operations that might fire a trigger…
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 all of Docker containers: > docker rm $(docker ps -a…
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 File from Scratch using MSBuild
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 care of a large Jenkins installation and still keep your…
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 a Jenkins Job from command line $ wget http://yourserver/job/MyJobname/build?delay=0sec $…
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 – Comparing two files. comm – Common in two files…
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 Jobs | Release Engineer Jobs | Perforce Administrator Jobs |…
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 Utility can be used as well. iostat reports CPU, disk…
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 editing. · This allows you to edit multiple files, or…
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 ===</echo> <mkdir dir=”${dest.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 tool. Although its function as Perforce, Subversion and other powerful,…
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 its default behavior. • ANT_ARGS Set this variable to include…
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 a scarce, expensive resource. In the early days of computing…
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 existing application server environment). Standalone Installation Guide — Windows Download…
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. How to copy VSS project from one VSS database to…
Read more »