Tomishinets Vladimir 3 年之前
父节点
当前提交
d36e946491
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      updateK8s.Jenkinsfile

+ 2 - 1
updateK8s.Jenkinsfile

@@ -58,7 +58,8 @@ pipeline {
           echo "Next TAG = ${data_stable}"
           TAG_PATH_STABLE = "images." + DOCKER_IMAGE.split("/")[1] + ".stable"
           yamlOps.updateBuilder(TAG_PATH_STABLE, data_stable, TAG)
-          writeYaml file: "${CHART_PATH}/values.yaml", data: data_stable, overwrite: true
+          writeYaml file: VALUES_FILE_PROD, data: data_stable, overwrite: true
+          sh "cat ${VALUES_FILE_PROD}"
         }
       }
     }