Tomishinets Vladimir 4 rokov pred
rodič
commit
e629afe239
1 zmenil súbory, kde vykonal 1 pridanie a 9 odobranie
  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 {