摘要: 前台需要下载安装 Git Parameter 插件 1,pipeline中 pipeline { agent any stages { stage('checkout') { steps { checkout([ $class: 'GitSCM', branches: [[name: "${para 阅读全文