Giter VIP home page Giter VIP logo

drone-teams's Introduction

drone-teams's People

Contributors

jdamata avatar morph027 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

drone-teams's Issues

`Failed Build Steps` empty

Hi,

first of all huge kudos for a cool plugin. I've started using it recently with Drone 1.9.0 and unfortunately Failed Build Steps always results in an empty card field. My understanding is that it should report exact step that had failed. Perhaps, I'm misusing it in some way, by leveraging multiple pipelines?

.drone.yml:

---
kind: pipeline
type: kubernetes
name: build
steps:
...

---
kind: pipeline
type: kubernetes
name: notifications
steps:
  - name: notify teams channel
    image: jdamata/drone-teams:latest
    settings:
      webhook:
        from_secret: TEAMS_WEBHOOK
    when:
       status:
         - success
         - failure

trigger:
  ref:
    - refs/heads/master
    - refs/tags/**
  event:
    - push
  status:
    - success
    - failure

depends_on:
  - build

Direct hyperlink to build in Drone

Would be nice to a have a direct hyperlink to the build in Drone, so one can easily access it by clicking something in Team's message.

Add ${DRONE_BRANCH}_webhook option

If env var ${DRONE_BRANCH}_webhook is defined, it will be used for the webhook value.

If both ${DRONE_BRANCH}_webhook and the webhook setting are defined, the webhook setting will take precedence.

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.