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 {