Explorar el Código

change default mail to admin@sdsys.ru

Vadim Surkov hace 5 años
padre
commit
d764d65e31
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      updateToTargetVersionJenkinsfile
  2. 1 1
      updateVersionJenkinsfile

+ 1 - 1
updateToTargetVersionJenkinsfile

@@ -23,7 +23,7 @@ pipeline {
   parameters {
     string(
       name: "mailto",
-      defaultValue: "tomishinets.v@sdsys.ru",
+      defaultValue: "admin@sdsys.ru",
       description: "Email which has to be notified."
     )
     string(

+ 1 - 1
updateVersionJenkinsfile

@@ -23,7 +23,7 @@ pipeline {
   parameters {
     string(
       name: "mailto",
-      defaultValue: "tomishinets.v@sdsys.ru",
+      defaultValue: "admin@sdsys.ru",
       description: "Email which has to be notified."
     )
     choice (