Jenkins 使用流水线方式部署项目,使发布流程更加清晰透明流水线采用Groovy语言,须安装pipeline插件以下Demo:
node {
stage('1.更新') {
dingTalk access
2019-12-10