Tomishinets Vladimir 3 жил өмнө
parent
commit
2ef01c03b7

+ 1 - 1
updateK8sToTargetVersion.Jenkinsfile

@@ -48,7 +48,7 @@ pipeline {
       steps {
         script {
           echo "View ${VALUES_FILE}"
-          "sh cat ${VALUES_FILE}"
+          sh "cat ${VALUES_FILE}"
         }
       }
     }