Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code is stored in repositories. One of the most popular source control tool tools is Git.

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

With Universal Automation Center, you can securely automate the synchronization of your local repositories with the cloud or internal repository servers.

...

  • Universal Agent for Windows x64 Version 7.0.0.0 and later with python options installed.
  • Universal Agent for Linux Version 7.0.0.0 and later with python options installed.

Software Requirements for Universal Controller

Universal Controller Version 7.0.0.0 and later.

Software Requirements for the Application to be Scheduled

Git 1.7.0 or newer is required to be installed where universal agent Universal Agent is running.

Key Features

The Universal Extension for Git allows you to securely sync a branch from a remote repository to a local one.

...

  • Cloning a repository locally if it does not exist. Otherwise, a pull request is issued to get the latest changes from the specified remote branch of the selected repository.

  • Authentication:

    • HTTP/ HTTPS (User & Password)
    • Token (Access Token)
    • SSH (Supporting Passphrase) - Linux OS Only

...

  1. This Universal Task requires the Resolvable Credentials feature, check that the Resolvable Credentials Permitted system property has been set to true.

  2. Download the provided ZIP file.

  3. In the Universal Controller UI, select Administration >Configuration > Universal Templates to display the current list of Universal Templates.

  4. Click Import Template.

  5. Select the template ZIP file and Import.

...

For the new Universal Task type, create a new task , and enter the task-specific details that were created in the Universal Template

...

FieldInput typeDefault valueTypeDescription
ActionRequiredCheckoutChoice

Available Action is:

  • CHECKOUT

Checkout action clones a Git repository branch locally if the target directory pointed by Path does not exist. The new directory is named after the repository name.

If the repository exist in the


Path 

Path, git pull <repository> operation is performed to bring the latest revision locally. If differences exist between local and remote

repository

repositories, the remote repository will overwrite the local directory.

Authentication methodRequiredHTTPChoice

Available authentication methods are :

  • HTTP/HTTPS (Access Token)
  • HTTP/HTTPS (User and Password)
  • SSH

SSH authentication is available only on Linux Agents.
Repository URLRequired-TextThe repository

Repository's

url

URL:

  • When the authentication method is HTTP/HTTPS (Access Token) or HTTP/HTTPS (User and Password) , the valid format of repository url is : https://host/path/to/repo.git
  • When the authentication method is SSH, the valid format of repository is : user@host/path/to/repo.git
Branch NameRequired-ChoiceThe branch

Branch name.

A dynamic drop-down list with all the branches from the remote repository. The agent and Credentials on which the task runs on should be specified, so that it looks up the branches on the repository

PathRequired-TextThe local

Local path where the repository directory will be created. The local path resides on the execution environment of the Universal Agent.

Be sure to check your access rights on this location.

Access TokenConditional-Credentials

Access Token to be used to establish a Token Based authentication. Mandatory only for HTTP/HTTPS (Access Token) authentication method.

The Token field is not available on UAC7.0 or Agents 7.0. Please use the Runtime Password field to enter the Token. There is backwards compatibility from UAC7.1 to UAC7.0

HTTP(S) CredentialsConditional-CredentialsCredentials (User/Password) to be used for HTTP or HTTPS authentication to the Repository Service. Mandatory only for HTTP/HTTPS (User and Password) authentication method
SSH keyConditional-Credentials

SSH Credentials include the Key Location of the Private Key, with chmod permission 400 and a Passphrase if set.

Key Location field can be left empty only in case the user requires the key to be retrieved by the default user SSH key location (the user's .ssh folder) and the key is created without a passphrase.

Available only for Linux Agents:
Mandatory only for SSH Authentication Method

Accept HostkeyConditionalNoBoolean

Applicable only for SSH authentication method.

  • If "No" is selected, ssh will not automatically add host keys to the known_hosts file, and refuses to connect to hosts whose host key has changed.
  • If "Yes" is selected, ssh will automatically add new host keys to the user known_hosts files

Output Only Fields

The output fields for this Universal Extension are described below.

...

Task Output

Exit Codes

The exit codes for are described below.

Exit CodeStatus Classification CodeStatus Description
0SUCCESSSUCCESS: Successful Task execution.
1FAILFAIL: < Error Description >.
20DATA_VALIDATION_ERRORDATA_VALIDATION_ERROR: Validation error. < Error Description >

Extension Output

The Extension Output for AWS Lambda the Universal Task successful execution is described below.

...

NameLocationDescription
Universal Templateshttps://docs.stonebranch.com/confluence/display/UC71xUC72x/Universal+TemplatesUser documentation for creating Universal Templates in the Universal Controller user interface.
Universal Taskshttps://docs.stonebranch.com/confluence/display/UC71xUC72x/Universal+TasksUser documentation for creating Universal Tasks in the Universal Controller user interface.