Tomishinets Vladimir 3 سال پیش
والد
کامیت
2ef01c03b7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      updateK8sToTargetVersion.Jenkinsfile

+ 1 - 1
updateK8sToTargetVersion.Jenkinsfile

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