Sign inSign up

chrised/webex-teams-resource

By chrised

•Updated about 6 years ago

Image
0

100K+

chrised/webex-teams-resource repository overview

⁠webex-teams-resource

A resource for sending messages to WebEx Teams from Concourse.

⁠Usage

resource_types:
  - name: webex-teams
    type: registry-image
    source:
      repository: chrised/webex-teams-resource
      tag: latest
    check_every: 4h

resources:
  - name: wxt_room
    type: webex-teams
    source:
      room_id: ((my_room_id))
      access_token: ((my access_token))

jobs:
  - name: Send message
    plan:
      - put: wxt_room
        params:
          markdown: |
            Resource message<br />
            [with hyperlink](https://github.com)
            ```
            code block also
            wow
            ```

Tag summary

Content type

Image

Digest

Size

3.7 MB

Last updated

about 6 years ago

docker pull chrised/webex-teams-resource