drone-redmine-plugin/README.md

49 lines
1.2 KiB
Markdown
Raw Normal View History

---
lang: EN_US
---
# drone-redmine
2024-08-07 10:45:32 +02:00
## Description
This repository contains a Containerfile for building a drone plugin to interact with the [Redmine](https://redmine.org) API.
2024-08-07 10:45:32 +02:00
### Alert
2024-08-07 10:45:32 +02:00
This is very early work and may and may not work for you yet.
2024-08-07 10:45:32 +02:00
### PLUGIN Variables
2024-08-07 10:45:32 +02:00
* `REDMINE_URL` - the URL to your redmine server (required)
* `REDMINE_TOKEN` - your Redmine API TOKEN (required)
* `PROJECT_ID` - the project id (required) to work on
* `UPLOAD_FILES` - ("true"|"false") - upload files from build (default: "false")
* `FILES` - space separated list of files to upload in the format PATH:REDMINE_FILENAME:DESCRIPTION:VERSION_ID (optional)
2024-08-07 10:45:32 +02:00
## Supported Architectures
- amd64
- arm64
## Updates
I am trying to update the image weekly as long as my private kubernetes cluster is available. So I do not promise anything and do **not** rely
your business on this image.
2024-08-07 10:45:32 +02:00
## Source Repository
2024-08-07 10:45:32 +02:00
* https://gitea.federationhq.de/Container/drone-redmine-plugin
## Prebuild Images
* https://hub.docker.com/repository/docker/byterazor/drone-redmine/general
## Authors
2024-08-07 10:45:32 +02:00
* **Dominik Meyer** - *Initial work*
2024-08-07 10:45:32 +02:00
## License
2024-08-07 10:45:32 +02:00
This project is licensed under the MPLv2 License - see the [LICENSE](LICENSE) file for details.