Go to file
Dominik Meyer a2fbd5c29f
Some checks failed
continuous-integration/drone/push Build is failing
feat: support deleting and updating wiki pages
2024-10-10 14:38:04 +02:00
scripts fix: added missing script for ci/cd 2024-08-07 13:59:49 +02:00
.drone.yml build: automatically push readme to docker hub 2024-08-14 10:45:22 +02:00
Containerfile feat: support deleting and updating wiki pages 2024-10-10 14:38:04 +02:00
LICENSE chore: initial commit 2024-08-07 10:45:32 +02:00
plugin.sh feat: support deleting and updating wiki pages 2024-10-10 14:38:04 +02:00
README.md feat: support deleting and updating wiki pages 2024-10-10 14:38:04 +02:00

lang
EN_US

drone-redmine

Description

This repository contains a Containerfile for building a drone plugin to interact with the Redmine API.

Alert

This is very early work and may and may not work for you yet.

PLUGIN Variables

  • 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)

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.

Source Repository

Prebuild Images

Authors

  • Dominik Meyer - Initial work

License

This project is licensed under the MPLv2 License - see the LICENSE file for details.