소스 검색

change default mail to admin@sdsys.ru

Vadim Surkov 5 년 전
부모
커밋
d764d65e31
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 (