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 {