增加活动表单设计的功能
This commit is contained in:
parent
fcf8122e0c
commit
636849a227
@ -1,7 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
label 'jdk21'
|
|
||||||
}
|
|
||||||
|
|
||||||
tools {
|
tools {
|
||||||
jdk 'jdk21'
|
jdk 'jdk21'
|
||||||
@ -10,6 +8,8 @@ pipeline {
|
|||||||
parameters {
|
parameters {
|
||||||
string(
|
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(
|
choice(
|
||||||
name: 'spring.profiles.active',
|
name: 'spring.profiles.active',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user