Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 889 Bytes

File metadata and controls

44 lines (30 loc) · 889 Bytes

Reposilite Discord WebHook Plugin

This plugin allows posting of artifact deployments on Reposilite via Discord webhooks.

Screenshots

RegEx Templates

  • Post every file which ends with .jar
.*(\.jar$)
  • Post every file which ends with {number}.jar
.*([0-9]\.jar$)
  • Post every file which ends with
    • {number}.jar
    • {number}-all.jar (shaded/shadow)
    • {number}-sources.jar
    • {number}-javadoc.jar
.*([0-9]\.jar|[0-9]-all\.jar|[0-9]-sources\.jar|[0-9]-javadoc\.jar$)

Screenshots

Root Settings

Settings-1

Repository Settings

Settings-2

Discord Post

Discord