浏览代码

修改jenkinsfile

yangliu 2 月之前
父节点
当前提交
e776715191
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -3,7 +3,7 @@ pipeline {
 
     parameters {
         choice(name: 'env', choices: ['dev', 'test', 'prod'], description: '部署环境')
-        string(name: 'NAMESPACE', defaultValue: 'portal-frontend', description: 'K8s 命名空间')
+        string(name: 'NAMESPACE', defaultValue: 'portal-frontends', description: 'K8s 命名空间')
     }
 
     environment {