Working with Git

You are viewing an old version (v. 4) of this page.
The latest version is v. 9, last edited on Nov 07, 2010 (view differences | )
<< View previous version | view page history | view next version >>

Prerequisites

QuickBuild utilizes the Git command (git) to interact with remote Git repository. If this command is not in system path, you will need to specify location of the command by configuring Git plugin as below:

Further more, Git command (git) location can be specified on a per-node basis by following below steps:

  1. Open Git plugin setting page and define the Git path property as:
    ${node.getAttribute("gitPath")}
    
  2. For each node that does not have Git on system path, define the user attribute gitPath to point to the actual Git path like below:

NOTE: example above is just for demonstration, you can use any other user attribute name instead of gitPath.

Creating a Git Repository

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.