1.0.2 • Published 11 months ago

ci-build-message v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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">