diff --git a/seer-mp/seer-mp-service-app-bootstrap/Jenkinsfile b/seer-mp/seer-mp-service-app-bootstrap/Jenkinsfile index 204b0d0..4288f81 100644 --- a/seer-mp/seer-mp-service-app-bootstrap/Jenkinsfile +++ b/seer-mp/seer-mp-service-app-bootstrap/Jenkinsfile @@ -8,8 +8,6 @@ pipeline { parameters { string( name: 'DEPLOY_SERVERS' - defaultValue: '192.168.0.212', - description: '部署的目标服务器,多个目标服务器以英文逗号分隔,如:192.168.0.212,192.168.0.47,192.168.0.79' ) choice( name: 'spring.profiles.active',