|
@@ -3,7 +3,7 @@ pipeline {
|
|
|
|
|
|
parameters {
|
|
|
choice(name: 'env', choices: ['dev', 'test', 'prod'], description: '部署环境(dev/test/prod)')
|
|
|
- string(name: 'NAMESPACE', defaultValue: 'hfln-dev', description: 'Kubernetes 命名空间')
|
|
|
+ string(name: 'NAMESPACE', defaultValue: 'portal', description: 'Kubernetes 命名空间')
|
|
|
string(name: 'DOMAIN', defaultValue: '', description: 'Ingress 域名(留空则不创建 Ingress)')
|
|
|
}
|
|
|
|