Skip to content

Drone plugin for posting to Gogs PRs comments about build results

Notifications You must be signed in to change notification settings

dballard/drone-gogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drone plugin for posting to Gogs PRs comments about build results.

Create a user on Gogs for posting build notifications (like 'buildbot') and generate a token for it. Insert the token as a drone secret. (Replace $VALUE with the actual token)

drone secret add dan/gogs-notify-test --name gogs_account_token --value $VALUE --event pull_request

Use in .drone.yml:

notify-gogs:
  image: mindstab/drone-gogs
  when:
    event: pull_request
  secrets: [gogs_account_token]
  gogs_url: https://git.yourdomain.com

About

Drone plugin for posting to Gogs PRs comments about build results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages