Tomishinets Vladimir 4 anni fa
parent
commit
03877172a4
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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')