| 
														
															@@ -14,7 +14,7 @@ pipeline { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   parameters { 
														 | 
														
														 | 
														
															   parameters { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     string( 
														 | 
														
														 | 
														
															     string( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       name: "mailto", 
														 | 
														
														 | 
														
															       name: "mailto", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      defaultValue: "admin@sdsys.ru", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      defaultValue: "labportal@sdsys.ru", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       description: "Email which has to be notified." 
														 | 
														
														 | 
														
															       description: "Email which has to be notified." 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     ) 
														 | 
														
														 | 
														
															     ) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } 
														 | 
														
														 | 
														
															   } 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -41,17 +41,17 @@ pipeline { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   post { 
														 | 
														
														 | 
														
															   post { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     failure { 
														 | 
														
														 | 
														
															     failure { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       mail charset: 'UTF-8', 
														 | 
														
														 | 
														
															       mail charset: 'UTF-8', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-           subject: "Jenkins dev-winservice docker image build ERROR", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+           subject: "Jenkins Analis Server docker image build ERROR", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            mimeType: 'text/html', 
														 | 
														
														 | 
														
															            mimeType: 'text/html', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            to: "${mailto}", 
														 | 
														
														 | 
														
															            to: "${mailto}", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-           body: "<b>ATTENTION!!!</b> <b><br> Jenkins job failed.\n\n <b><br>Project Name:</b> ${env.JOB_NAME} <b><br>\nBuild Number:</b> ${env.BUILD_NUMBER} <b><br>\nURL Build:</b> ${RUN_DISPLAY_URL}" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+           body: "<b>ATTENTION!!!</b> <b><br> Jenkins job failed.\n\n <b><br>Project Name:</b> ${env.JOB_NAME} <b><br>\nBuild Number:</b> ${env.BUILD_NUMBER} <b><br>\nBuild Tag:</b> ${env.REV_NUMBER}-${env.BUILD_NUMBER} <b><br>\nURL Build:</b> ${RUN_DISPLAY_URL}" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     success { 
														 | 
														
														 | 
														
															     success { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       mail charset: 'UTF-8', 
														 | 
														
														 | 
														
															       mail charset: 'UTF-8', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-           subject: "Jenkins dev-winservice docker image build SUCCESS", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+           subject: "Jenkins Analis Server docker image build SUCCESS", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            mimeType: 'text/html', 
														 | 
														
														 | 
														
															            mimeType: 'text/html', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            to: "${mailto}", 
														 | 
														
														 | 
														
															            to: "${mailto}", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-           body: "<b>Congradulations!!!</b> <b><br> Jenkins job succefully finished.\n\n <b><br>Project Name:</b> ${env.JOB_NAME} <b><br>\nBuild Number:</b> ${env.BUILD_NUMBER} <b><br>\nURL Build:</b> ${RUN_DISPLAY_URL}" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+           body: "<b>Congradulations!!!</b> <b><br> Jenkins job succefully finished.\n\n <b><br>Project Name:</b> ${env.JOB_NAME} <b><br>\nBuild Number:</b> ${env.BUILD_NUMBER} <b><br>\nBuild Tag:</b> ${REV_NUMBER}-${env.BUILD_NUMBER} <b><br>\nURL Build:</b> ${RUN_DISPLAY_URL}" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } 
														 | 
														
														 | 
														
															   } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 |