Skip to content

Shuttl-Tech/exec-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exec Buildkite Plugin

A buildkite plugin to execute scripts as a plugin step.

Example

Add the following to your pipeline.yml:

steps:
  - label: Deploy
    plugins:
      - Shuttl-Tech/exec#v0.0.1:
          command: "echo Hello from the exec plugin"

Configuration

command (Required, string)

The command to execute in plugin step.

Developing

To run the tests:

make lint test

Contributing

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

About

A buildkite plugin to execute scripts as a plugin hook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published