소스 검색

Added another post

Spencer Gardner 7 년 전
부모
커밋
20be34acd8
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      jenkinsfile

+ 6 - 0
jenkinsfile

@@ -27,5 +27,11 @@ pipeline{
                  subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
                  body: "Something is wrong with ${env.BUILD_URL}"
         }
+		fixed
+		{
+			mail to: "${env.ALERT_EMAIL}",
+                 subject: "Pipeline fixed: ${currentBuild.fullDisplayName}",
+                 body: "The pipeline was fixed with ${env.BUILD_URL}"
+		}
     }
 }