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}"
         }
       }
     }