Tomishinets Vladimir 4 anos atrás
pai
commit
03877172a4
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      devK8s.Jenkinsfile
  2. 1 1
      prodK8s.Jenkinsfile

+ 1 - 1
devK8s.Jenkinsfile

@@ -1,5 +1,5 @@
 @Library('jenkins-library@master') _
-def Label = "admin-build-${UUID.randomUUID().toString()}"
+def Label = "admin-iru-build-${UUID.randomUUID().toString()}"
 pipeline {
   options {
     buildDiscarder logRotator(numToKeepStr: '10')

+ 1 - 1
prodK8s.Jenkinsfile

@@ -1,5 +1,5 @@
 @Library('jenkins-library@master') _
-def Label = "admin-build-${UUID.randomUUID().toString()}"
+def Label = "admin-iru-build-${UUID.randomUUID().toString()}"
 pipeline {
   options {
     buildDiscarder logRotator(numToKeepStr: '10')