drone-dingtalk-message icon indicating copy to clipboard operation
drone-dingtalk-message copied to clipboard

A plugins for drone ci to message a group by robot

Results 7 drone-dingtalk-message issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.5 to 1.22.10. Release notes Sourced from github.com/urfave/cli's releases. v1.22.10 What's Changed Ignore dirs that are ignored in v2 by @​meatballhat in urfave/cli#1428 Fix:(issue_1094) Dont execute Before/After...

dependencies

我想要在 `tips_title` 里面 显示 构建状态的时候尝试使用 ` ${DRONE_JOB_STATUS}` `${DRONE_PREV_BUILD_STATUS}` `${DRONE_BUILD_STATUS}` ,发布只有 `DRONE_BUILD_STATUS` 是有值的,而且展示出来的效果永远是 success(实际是failure) 下面是我的代码 ```yaml - name: DingTalk image: lddsb/drone-dingtalk-message settings: token: from_secret: dingtalk_token secret: from_secret: dingtalk_secret type: markdown tips_title:...

使用的是默认模板 https://raw.fastgit.org/lddsb/drone-dingtalk-message/master/tpls/gitlab-ci.tpl 当gitlab ci上一个任务执行失败时,仍然返回的是sucess TPL_BUILD_STATUS的值获取不正确 关键代码 stage: notify image: lddsb/drone-dingtalk-message:1.2.7 script: - drone-dingtalk when: always

bug

可以麻烦作者提供一个dockerfile么,方便我自己构建。

Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.15 to 1.22.16. Release notes Sourced from github.com/urfave/cli's releases. v1.22.16 What's Changed Bump Go versions and reorder steps as with v2-maint by @​meatballhat in urfave/cli#1887 Update dependencies...

dependencies

drone版本:2.26.0 drone-runner:1.8.4 drone-dingtalk-message:1.2.9 期望效果 使用[TPL_AUTHOR_NAME] 和 [TPL_AUTHOR_USERNAME] 能获取到对应信息 当前结果 使用[TPL_AUTHOR_NAME] 和 [TPL_AUTHOR_USERNAME] 变量获取均为空,DEBUG信息打印出来的GIT_AUTHOR_NAME、GIT_COMMITTER_NAME、CI_COMMIT_AUTHOR_NAME、DRONE_COMMIT_AUTHOR_NAME均正常显示出来了正确的信息。