2019年11月15日

摘要: 在jenkins 构建服务前校验分支是否合并了master #!/bin/bashecho ${branches} if [[ ${branches} != hotfix* && ${branches} != release* && ${branches} != feature* && ${bran 阅读全文
posted @ 2019-11-15 10:37 yingchen 阅读(219) 评论(0) 推荐(0)

导航