Skip to content

wangshuai-007/SendToftqq

Repository files navigation

A tool to send messages to wechat in Azure DevOps pipline.


First you must create a SCKEY from ftqq

ftqq_SCKEY

Then you must create a connection in Azure DevOps project setting.

azureDevops_AddConnection

Or,You can use this task in azure-pipelines.yml

- task: wangshuai.Message.send-message-task.SendToftqq@0
  displayName: 'Send message to ftqq'
  inputs:
    ftqqConnection: ftqqConnection
    text: 'send by Azure DevOps pipline'

firs,you must add a Generic connection named by ftqqConnection

About

A pipeline task of Azure DevOps Service to send message to https://sc.ftqq.com/

Topics

Resources

License

Stars

Watchers

Forks