module.exports = { releaseConfig: [ { reg: /t.*/, // 分支匹配,支持正则或字符串 releaseUrl: 'http://ci.wpt.la/job/multienv-test/job/test-front-dc/' // 发布链接 } ] }