Compare commits
No commits in common. "8086ed96863b46aa068ede0638282ace8b5502a5" and "d6c8e335661657d74679699749576c020dad6db7" have entirely different histories.
8086ed9686
...
d6c8e33566
10
.drone.yml
10
.drone.yml
@ -87,15 +87,7 @@ steps:
|
|||||||
- buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
|
- buildah login -u $${USERNAME} -p $${PASSWORD} registry.hub.docker.com
|
||||||
- buildah manifest push --all drone-redmine:latest docker://registry.hub.docker.com/byterazor/drone-redmine:latest
|
- buildah manifest push --all drone-redmine:latest docker://registry.hub.docker.com/byterazor/drone-redmine:latest
|
||||||
- buildah manifest drone-redmine:latest
|
- buildah manifest drone-redmine:latest
|
||||||
- name: push readme
|
|
||||||
image: byterazor/drone-docker-readme-push:latest
|
|
||||||
settings:
|
|
||||||
REPOSITORY_NAME: byterazor/drone-redmine
|
|
||||||
FILENAME: README.md
|
|
||||||
USERNAME:
|
|
||||||
from_secret: username
|
|
||||||
PASSWORD:
|
|
||||||
from_secret: password
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-amd64
|
- build-amd64
|
||||||
- build-arm64
|
- build-arm64
|
||||||
|
46
README.md
46
README.md
@ -1,48 +1,22 @@
|
|||||||
---
|
# Redmine Drone Plugin
|
||||||
lang: EN_US
|
|
||||||
---
|
|
||||||
|
|
||||||
# drone-redmine
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This repository contains a Containerfile for building a drone plugin to interact with the [Redmine](https://redmine.org) API.
|
Drone plugin for updating tickits and uploading files in Redmine from within Drone CI/CD pipeline.
|
||||||
|
|
||||||
### 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
|
## Documentation
|
||||||
|
|
||||||
* https://gitea.federationhq.de/Container/drone-redmine-plugin
|
T.B.D
|
||||||
|
|
||||||
## Prebuild Images
|
|
||||||
|
|
||||||
* https://hub.docker.com/repository/docker/byterazor/drone-redmine/general
|
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
* **Dominik Meyer** - *Initial work*
|
- Dominik Meyer <dmeyer@federationhq.de>
|
||||||
|
|
||||||
|
|
||||||
|
## Licsense
|
||||||
|
|
||||||
|
Mozilla Public License Version 2.0
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This project is licensed under the MPLv2 License - see the [LICENSE](LICENSE) file for details.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user