当前位置:网站首页>Jenkins operation Chapter 6 mail server sending build results
Jenkins operation Chapter 6 mail server sending build results
2022-06-29 05:49:00 【Limensen deer】
List of articles
One 、 Configure the mailbox server to send the build results
Installing a plug-in Email Extension plug-in unit 


open system configuration
465 The port is encrypted 







open idea establish email Templates
Remember to switch to master


<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>${ENV, var="JOB_NAME"}- The first ${BUILD_NUMBER} Secondary build log </title>
</head>
<body leftmargin="8" marginwidth="0" topmargin="8" marginheight="4" offset="0">
<table width="95%" cellpadding="0" cellspacing="0"
style="font-size: 11pt; font-family: Tahoma, Arial, Helvetica, sans- serif">
<tr>
<td>( This message was sent automatically by the program , Please do not reply !)</td>
</tr>
<tr>
<td><h2>
<font color="#0000FF"> The build results - ${BUILD_STATUS}</font>
</h2></td>
</tr>
<tr>
<td><br />
<b><font color="#0B610B"> Build information </font></b>
<hr size="2" width="100%" align="center" /></td>
</tr>
<tr>
<td>
<ul>
<li> Project name : ${PROJECT_NAME}</li>
<li> Build number : The first ${BUILD_NUMBER} Time to build </li>
<li> trigger : ${CAUSE}</li>
<li> The build log : <a
href="${BUILD_URL}console">${BUILD_URL}console</a></li>
<li> structure Url : <a href="${BUILD_URL}">${BUILD_URL}</a></li>
<li> work do Objective record : <a href="${PROJECT_URL}ws">${PROJECT_URL}ws</a></li>
<li> project Url : <a href="${PROJECT_URL}">${PROJECT_URL}</a></li>
</ul>
</td>
</tr>
<tr>
<td><b><font color="#0B610B">Changes Since Last Successful Build:</font></b>
<hr size="2" width="100%" align="center" /></td>
</tr>
<tr>
<td>
<ul>
<li> calendar The history of change more remember record : <a href="${PROJECT_URL}changes">${PROJECT_URL}changes</a></li>
</ul> ${CHANGES_SINCE_LAST_SUCCESS,reverse=true, format="Changes for Build #%n:<br />%c<br />",showPaths=true,changesFormat="<pre>[%a]<br />%m</pre>",pathFormat=" %p"}
</td>
</tr>
<tr>
<td><b>Failed Test Results</b>
<hr size="2" width="100%" align="center" /></td>
</tr>
<tr>
<td><pre
style="font-size: 11pt; font-family: Tahoma, Arial, Helvetica, sans-serif">$FAILED_TESTS</pre>
<br /></td>
</tr>
<tr>
<td><b><font color="#0B610B"> The build log ( Last 100 That's ok ):</font></b>
<hr size="2" width="100%" align="center" /></td>
</tr>
<tr>
<td><textarea cols="80" rows="30" readonly="readonly" style="font-family: Courier New">${BUILD_LOG, maxLines=100}</textarea>
</td>
</tr>
</table>
</body>
</html>Code reference


Two 、 To write Jenkins Add post build send mailbox
Original content
pipeline {
agent any
stages {
stage('pull code') {
steps {
checkout([$class: 'GitSCM', branches: [[name: '*/${branch}']], extensions: [], userRemoteConfigs: [[credentialsId: 'e6ede7de-abef-449e-be67-a9a72feb5fb2', url: '[email protected]:mjh/web_demo01.git']]])
}
}
stage('build project') {
steps {
sh 'mvn clean package'
}
}
stage('deploy item') {
steps {
deploy adapters: [tomcat8(credentialsId: 'ad9d47a4-291e-42f8-934d-b331513ee0b2', path: '', url: 'http://192.168.199.130:8080/')], contextPath: '/', war: 'target/*.war'
}
}
}
} Current content
Keep one line , Do not enter
post {
always {
emailext(
subject: ' Build notifications :${PROJECT_NAME} - Build # ${BUILD_NUMBER} - ${BUILD_STATUS}!',body: '${FILE,path="email.html"}', to: '[email protected]'
)
}
}




边栏推荐
- Design risc-v processor from scratch -- data adventure of five stage pipeline
- Ctrip launched the "3+2" office mode. Are you sour?
- [CV] wuenda machine learning course notes Chapter 13
- Analysis report on the investment market situation of the development planning prospect of the recommended chip industry research industry in 2022 (the attachment is a link to the network disk, and th
- Plugin
- data management plan
- Le langage C imprime "Love", "Mars hit Earth" et ainsi de suite en utilisant printf, qui est constamment mis à jour
- 2022 recommended cloud computing industry research report investment strategy industry development prospect market analysis (the attachment is a link to the online disk, and the report is continuously
- Structure training camp module II operation
- 嵌入式RTOS
猜你喜欢

2022 recommended quantum industry research industry development planning prospect investment market analysis report (the attachment is a link to the online disk, and the report is continuously updated

Robot reinforcement learning - transferring end-to-end videomotor control from simulation to realworld (curl 2017)

Will the order of where conditions in MySQL affect the union index? Will where 1 =1 affect the use of the index? Does where 1 =1 affect the use of indexes?

Sailing with karmada: multi cluster management of massive nodes

What has urbanization brought to our mental health and behavior?

Output various graphics and text on the console through C #

ICLR is going to have a big discussion on the deep generation model. Max welling and the winner of the AAAI million dollar award are here. Bengio is one of the organizers

5,10,15,20-tetra (3,5-dimethoxyphenyl) porphyrin ((tdmpp) H2) /2-nitro-5,10,15,20-tetra (3,5-dimethoxyphenyl) porphyrin copper (no2tdmpp) Cu) supplied by Qiyue

【IoT】公众号“简一商业”更名为“产品人卫朋”说明

Design risc-v processor from scratch -- data adventure of five stage pipeline
随机推荐
The first in China! CICA technology database antdb appears at the performance test tool conference of China Academy of communications technology
ICLR is going to have a big discussion on the deep generation model. Max welling and the winner of the AAAI million dollar award are here. Bengio is one of the organizers
Testing grpc service with grpcui
2022-01 Microsoft vulnerability notification
Open a new ecological posture | use WordPress remote attachment to store to Cos
Output various graphics and text on the console through C #
Functions and arrays of shell scripts
QT precautions and RCC download address
Review of MySQL knowledge points
Robot reinforcement learning -- first person vs third person
patent filter
Use typescript compiler parameter 'skiplibcheck' - usage of the typescript compiler argument'skiplibcheck'
It turns out that the joys and sorrows of programmers are not interlinked
Cloud native annual technology inventory is released! Ride the wind and waves at the right time
2022 recommended quantum industry research industry development planning prospect investment market analysis report (the attachment is a link to the online disk, and the report is continuously updated
Creation of Arduino uno development environment
Embedded RTOS
Est - ce que l'ouverture d'un compte de titres est sécurisée? Y a - t - il un danger?
Common methods for describing 3D models of objects and their advantages and disadvantages
Redis notes (II) operating commands for keys in redis