Liking cljdoc? Tell your friends :D

lambdacd.steps.git

DEPRECATED: Build-steps that let you work with git repositories. Use the lambdacd-git library instead.

DEPRECATED: Build-steps that let you work with git repositories.
Use the [`lambdacd-git` library](https://github.com/flosell/lambdacd-git) instead.
raw docstring

checkout-and-executeclj

(checkout-and-execute repo-uri revision args ctx steps)
source

wait-for-gitclj

(wait-for-git ctx
              repo-uri
              branch
              &
              {:keys [ms-between-polls] :or {ms-between-polls (* 10 1000)}})

step that waits for the head of a branch to change

step that waits for the head of a branch to change
sourceraw docstring

wait-with-detailsclj

(wait-with-details ctx repo branch & opts)
source

with-commit-detailsclj

(with-commit-details ctx repo args)

given :revision and :old-revision (as wait-for-git provides them), enriches the data with details about the commits between these revisions

given :revision and :old-revision (as wait-for-git provides them), enriches
the data with details about the commits between these revisions
sourceraw docstring

with-gitclj

(with-git repo-uri steps)

creates a container-step that checks out a given revision from a repository. the revision number is passed on as the :revision value in the arguments-map

creates a container-step that checks out a given revision from a repository.
the revision number is passed on as the :revision value in the arguments-map
sourceraw docstring

with-git-branchclj

(with-git-branch repo-uri repo-branch steps)

creates a container-step that checks out the latest revision from a repository with the given branch.

creates a container-step that checks out the latest revision from a repository with the
given branch.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close