增加服务号的自定义菜单功能
This commit is contained in:
parent
ccbf6ea777
commit
6554cb5f61
4
seer-admin/Jenkinsfile
vendored
4
seer-admin/Jenkinsfile
vendored
@ -7,7 +7,9 @@ pipeline {
|
||||
|
||||
parameters {
|
||||
string(
|
||||
name: 'DEPLOY_SERVERS'
|
||||
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',
|
||||
|
||||
@ -7,7 +7,9 @@ pipeline {
|
||||
|
||||
parameters {
|
||||
string(
|
||||
name: 'DEPLOY_SERVERS'
|
||||
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