Browse Source

missprint

Tomishinets Vladimir 4 năm trước cách đây
mục cha
commit
79362ed0db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      devK8s.Jenkinsfile

+ 1 - 1
devK8s.Jenkinsfile

@@ -67,9 +67,9 @@ pipeline {
     stage("Update Helm Chart") {
       steps {
         script {
+          TAG_PATH = "images.${PROJECT}"
           echo "Update ${TAG_PATH} to ${IMAGE_TO_PUSH} in ${VALUES_FILE}"
           def data = readYaml file: "${VALUES_FILE}"
-          TAG_PATH = "images.${PROJECT}"
           yamlOps.updateBuilder(TAG_PATH, data, IMAGE_TO_PUSH)
           writeYaml file: "${VALUES_FILE}", data: data, overwrite: true
         }