Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
/ zulip-orb Public archive

Create custom Zulip notifications for CircleCI job statuses

License

Notifications You must be signed in to change notification settings

ponylang/zulip-orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Zulip Orb

Easily send CircleCI status updates to Zulip.

Learn more about Orbs.

Requirements

  • Requires usage of the CircleCI 2.1 configuration format. Earlier versions will not work.
  • Bash shell
  • curl

Usage

Example config:

version: 2.1

orbs:
  zulip: ponylang/zulip@1

jobs:
  build:
    docker:
      - image: <docker image>
    steps:
      - zulip/status:
          webhook: https://ponylang.zulipchat.com/api/v1/messages
          user: [email protected]:57HRshi7NNNNNNSX123
          stream: notifications
          topic: CircleCI Activity

About

Create custom Zulip notifications for CircleCI job statuses

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published