GithubHelp home page GithubHelp logo

isabella232 / step-slack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pjvds/step-slack

0.0 0.0 0.0 19 KB

Slack notification step for wercker. Post build and deploy status to your Slack channel

License: MIT License

Shell 100.00%

step-slack's Introduction

step-slack

A slack notifier written in bash and curl. Make sure you create a Slack webhook first (see the Slack integrations page to set one up).

wercker status

Options

  • url The Slack webhook url
  • username Username of the notification message
  • channel (optional) The Slack channel (excluding #)
  • icon_url (optional) A url that specifies an image to use as the avatar icon in Slack
  • notify_on (optional) If set to failed, it will only notify on failed builds or deploys.
  • branch (optional) If set, it will only notify on the given branch

Example

build:
    after-steps:
        - slack-notifier:
            url: $SLACK_URL
            channel: notifications
            username: myamazingbotname
            branch: master

The url parameter is the slack webhook that wercker should post to. You can create an incoming webhook on your slack integration page. This url is then exposed as an environment variable (in this case $SLACK_URL) that you create through the wercker web interface as deploy pipeline variable.

License

The MIT License (MIT)

Changelog

1.2.0

  • added branch option

1.1.0

  • channel is now optional (wercker/step-slack#5)

1.0.0

  • Initial release

Contributing to this repository

Oracle welcomes contributions to this repository from anyone. Please see CONTRIBUTING for more information.

step-slack's People

Contributors

mies avatar hatchan avatar ibash avatar mwhooker avatar termie avatar hvdklauw avatar markxnelson avatar mbrevda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.