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
- Host: GitHub
- URL: https://github.com/yindia/rollback-buildkite-plugin
- Owner: yindia
- Created: 2023-01-09T18:06:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T20:26:54.000Z (over 3 years ago)
- Last Synced: 2025-01-14T13:54:29.646Z (over 1 year ago)
- Topics: buildkite-plugin
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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