Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

如何支持最新的 Pipeline Plugin #6

Closed
hydra1983 opened this issue Feb 10, 2017 · 3 comments
Closed

如何支持最新的 Pipeline Plugin #6

hydra1983 opened this issue Feb 10, 2017 · 3 comments

Comments

@hydra1983
Copy link

Slack 是可以这样做的

        // slack
        slackSend ([
            channel: '#jenkins',
            color: 'good',
            message: "${env.JOB_NAME}${env.BUILD_DISPLAY_NAME} 构建完成",
            teamDomain: "${env.SLACK_TEAM}",
            token: "${env.SLACK_TOKEN}"
        ])
@yuanbohan
Copy link

我们调研一下,会告知你进度的. 多谢 @hydra1983

@liubaishui
Copy link
Contributor

我添加了一个pr #12, 但是偷懒把test代码注释掉了,本地测试过可跑。

@xtang
Copy link
Contributor

xtang commented Mar 15, 2017

#12

@xtang xtang closed this as completed Mar 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants