Explorar el Código

change pod definition name

Tomishinets Vladimir hace 4 años
padre
commit
93b335e955
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      devK8s.Jenkinsfile
  2. 1 1
      prodK8s.Jenkinsfile

+ 1 - 1
devK8s.Jenkinsfile

@@ -9,7 +9,7 @@ pipeline {
   agent {
     kubernetes {
       label Label
-      yaml libraryResource('adminPodDefinition.yaml')
+      yaml libraryResource('standartPodDefinition.yaml')
     }
   }
   environment {

+ 1 - 1
prodK8s.Jenkinsfile

@@ -9,7 +9,7 @@ pipeline {
   agent {
     kubernetes {
       label Label
-      yaml libraryResource('adminPodDefinition.yaml')
+      yaml libraryResource('standartPodDefinition.yaml')
     }
   }
   environment {