Skip to content

uber-workflow/checkout-specific-branch-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

checkout-specific-branch-buildkite-plugin

Buildkite plugin to override default checkout script and checkout a specific branch

Usage

steps:
  - command: "echo hi"
    plugins:
      - "uber-workflow/checkout-specific-branch":
        branch: "next"

If branch is not provided, the default branch of the pipeline is used.

About

Buildkite plugin to checkout a specific branch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages