Tomishinets Vladimir 4 년 전
부모
커밋
e629afe239
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 9
      buildImage.Jenkinsfile

+ 1 - 9
buildImage.Jenkinsfile

@@ -9,15 +9,7 @@ pipeline {
   agent {
     kubernetes {
       label Label
-      yaml """
-spec:
-  containers:
-  - name: svn
-    image: jgsqware/svn-client
-    command:
-    - cat
-    tty: true
-"""
+      yaml libraryResource('analisBuildPodDefinition.yaml')
     }
   }
   environment {