增加活动表单设计的功能
This commit is contained in:
parent
6ce00db8fc
commit
90f0798321
4
seer-admin/Jenkinsfile
vendored
4
seer-admin/Jenkinsfile
vendored
@ -8,8 +8,8 @@ cdpipeline {
|
||||
parameters {
|
||||
string(
|
||||
name: 'DEPLOY_SERVERS',
|
||||
defaultValue: '192.168.0.238',
|
||||
description: '部署的目标服务器,多个目标服务器以英文逗号分隔,如:192.168.0.47,192.168.0.79'
|
||||
defaultValue: '192.168.0.212',
|
||||
description: '部署的目标服务器,多个目标服务器以英文逗号分隔,如:192.168.0.212,192.168.0.47,192.168.0.79'
|
||||
)
|
||||
choice(
|
||||
name: 'spring.profiles.active',
|
||||
|
||||
@ -8,6 +8,8 @@ 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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user