摘要:
一、Jenkinsfile 该Jenkinsfile使用Blue Ocean生成的框架,然后进行了修改 pipeline { agent any stages { stage('Pull Code') { parallel { stage('Pull Code') { when { expressi 阅读全文
posted @ 2020-12-11 10:50
Bigberg
阅读(726)
评论(0)
推荐(0)