Jenkins – DingTalk
1:安装DingTalk
ACTION_CARD 整体跳转 | 钉钉机器人插件在 Jenkins 中使用钉钉机器人发送消息https://jenkinsci.github.io/dingtalk-plugin/examples/actionCardSingle.html
2:pipeline
pipeline{
agent any
stages {
stage('Build') {
steps{
echo 'This is a build step'
}
}
stage('Deploy') {
steps{
echo 'This is a deploy step'
}
}
}
post {
success {
dingtalk (
共有 0 条评论