An open API service indexing awesome lists of open source software.

https://github.com/yindia/rollback-buildkite-plugin

A buildkite plugin to run rollback
https://github.com/yindia/rollback-buildkite-plugin

buildkite-plugin

Last synced: over 1 year ago
JSON representation

A buildkite plugin to run rollback

Awesome Lists containing this project

README

          

# Rollback Buildkite Plugin

Can be used to perform rollback in a pipeline

## Example

Rollback one pipeline

```yml
steps:
- command: "exit 1"
label: Deploy to production
env:
BUILDKITE_API_TOKEN: ""
plugins:
- evalsocket/rollback#v0.0.7:

```

## Configuration

NA

## Developing

To run the tests:

```shell
docker-compose run --rm tests
```

## Contributing

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