Skip to content

appcircleio/appcircle-git-clone-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appcircle Git Clone component

Clones the Git repository to the build agent with the given arguments.

You can use this component with the following options:

  • git branch name (latest commit)
  • git branch name and git commit hash
  • git tag

Input Variables

Required

  • AC_GIT_URL: Specifies the Git URL of the project repository.

Optional

  • AC_GIT_COMMIT: Specifies the commit of the Git repository to be built.
  • AC_GIT_BRANCH: Specifies the branch of the Git repository to be built.
  • AC_GIT_LFS: Used to specify whether large files will be downloaded. Defaults to false.
  • AC_GIT_TAG: Tag of the repository.
  • AC_GIT_SUBMODULE: Used to specify whether the submodule should be cloned.
  • AC_GIT_CACHE_CREDENTIALS: If this set to true, the credentials will be cached to memory. This can be useful if the same credentials are used for multiple repositories.
  • AC_GIT_EXTRA_PARAMS: If this set, sends extra parameter for git requests.

Output Variables

  • AC_REPOSITORY_DIR: Repository Directory. Specifies outputs the cloned repository directory.

Relationship

Below workflow steps are related with this step and should be used as recommended.

Required Steps

There is no required step that needs to be run beforehand for this step to work as expected.

Preceding Steps

Below are the steps that should be run beforehand if they are used in the workflow with this step.

Following Steps

There are no subsequent steps advised to be run for this step to work as expected.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published