Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. name: 'Notify Telegram'
  2. description: 'Get build notification to Telegram messenger'
  3. author: 'yanzay'
  4. inputs:
  5. chat:
  6. description: 'Chat to send: chat id or @channel_name'
  7. required: true
  8. token:
  9. description: 'Telegram Bot token'
  10. required: true
  11. status:
  12. description: 'Job status'
  13. required: true
  14. runs:
  15. using: 'docker'
  16. image: 'Dockerfile'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement