Skip to content

Plugin for buildkite to perform a simple git clone of an extra repository

License

Notifications You must be signed in to change notification settings

sfunkhouser/git-clone-buildkite-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Clone Buildkite Plugin

Plugin for buildkite to perform a simple git clone of an extra repository at post-checkout.

Basic Example

- label: Some command
    plugins:
      - first-aml/git-clone:
          repository: [email protected]:first-aml/git-clone-buildkite-plugin.git

Example with specific branch

- label: Some command
    plugins:
      - first-aml/git-clone:
          repository: [email protected]:first-aml/git-clone-buildkite-plugin.git
          branch: develop

Testing

Test plugin using buildkite-plugin-tester:

docker-compose run --rm tests

About

Plugin for buildkite to perform a simple git clone of an extra repository

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%