摘要: 1.git 上维护一份Jenkinsfile文件,内容如下: pipeline { agent any stages { stage('pull JMX') { steps { //从git拉取代码 git credentialsId: '3d010dc0-2220-4ec1-9a5e-f139c0 阅读全文
posted @ 2022-07-09 21:49 chuangzhou 阅读(330) 评论(0) 推荐(0)