提交 0962b625 编写于 作者: zhangsiyuan's avatar zhangsiyuan

Update uat-phome.jenkinsfile

上级 75024e74
...@@ -18,7 +18,7 @@ def SONAR_HOST_URL = "http://192.168.140.201:9000" ...@@ -18,7 +18,7 @@ def SONAR_HOST_URL = "http://192.168.140.201:9000"
// vue 环境变量 // vue 环境变量
def ENV_MAP = ["dev": "dev", "test": "testing", "itest":"pre","pre": "pre","prod": "production","release": "production"] def ENV_MAP = ["dev": "dev", "test": "testing", "itest":"uat","uat": "pre","prod": "production","release": "production"]
def vueAppEnv = ENV_MAP."${envProfile}" def vueAppEnv = ENV_MAP."${envProfile}"
// Set default variable IMAGE_TAG // Set default variable IMAGE_TAG
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册