alexleventer / gradle-slack-plugin

๐ŸŽ‰A Gradle plugin to post messages to Slack

Home Page:https://plugins.gradle.org/plugin/com.alexleventer.slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle Slack Plugin

Example Message

Example Usage:

slack {
    webhookUrl "https://hooks.slack.com/services/"
    username "Gradle"
    shouldMonitor "compileJava", "build"
}

Installation:

plugins {
    id "com.alexleventer.slack" version "1.0.3"
}

slack {
    webhookUrl "https://hooks.slack.com/services/
    username "Gradle"
    shouldMonitor "build", "test"
}

Extension Properties:

Property Name Type Default Value
webhookUrl String
username String? Gradle
iconUrl String? Gradlephant.png
shouldMonitor List []
introText String? Your Gradle Build is Complete:

About

๐ŸŽ‰A Gradle plugin to post messages to Slack

https://plugins.gradle.org/plugin/com.alexleventer.slack

License:MIT License


Languages

Language:Kotlin 100.0%