Skip to content

Use asdf .tool-versions to manage your pipeline's tools

Notifications You must be signed in to change notification settings

byerobot/asdf-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildkite Asdf Plugin

Use asdf .tool-versions files to manage your pipeline's tools.

Example

Add the following to your pipeline.yml:

steps:
  - command: yarn && yarn test
    plugins:
      - byerobot/asdf#v1.2.2: ~

asdf will look for a .tool-versions in your repo's root and install the plugins and tool versions listed there.

Configuration

path (Optional, string)

Allows specifying the project path. Useful for repos that do not conform to the standard folder structure.

Defaults to the repository root.

Contributing

  1. Fork the repo
  2. Make the changes
  3. Commit and push your changes
  4. Send a pull request