Skip to content

TanMusong/ci-build-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Build Message

Node.js Package NPM version

Requirements

  • git

Install

npm install -g ci-build-message

Usage

cibm/cibuildmessage --begin\
    --project <project path> \
    --robot-type [wechat|feishu] \
    --robot-key <webhook key> \
    --name <ci key> \
    --data <custom data like "text;value=key;value2=key2;text2">
cibm/cibuildmessage --end\
    --project <project path> \
    --robot-type [wechat|feishu] \
    --robot-key <webhook key> \
    --name <ci key> \
    --url <preview or download url>
    --data <custom data like "text;value=key;value2=key2;text2">