metwork-framework / docker-drone-repository-dispatch-specific-image

A specific downstream plugin for drone for our use case and our CI hardware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-drone-repository-dispatch-specific-image

Status (master branch)

GitHub CI DockerHub Maintenance

What is it ?

This is a custom drone plugin to trigger branch repository build with repository-dispatch from a drone build of another repository (for our use case and our CI hardware).

The idea is to get a conditional "downstream" plugin. If there is a .drone_downstream_bypass file in the working directory, the step is bypassed.

Configuration example

pipeline:
  step:
    image: metwork/drone-repository-dispatch-specific-image:latest
    secrets: [ downstream_github_token ]
    repositories:
      - metwork-framework/mfserv
      - metwork-framework/mfbase@integration
    params:
      - foo1=bar1
      - foo2=bar2
    when:
      branch: master
      event: push
      status: success

Contributing guide

See CONTRIBUTING.md file.

Code of Conduct

See CODE_OF_CONDUCT.md file.

Sponsors

(If you are officially paid to work on MetWork Framework, please contact us to add your company logo here!)

logo

About

A specific downstream plugin for drone for our use case and our CI hardware

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 81.0%Language:Dockerfile 19.0%