개정판 9e758326
mail template 수정
Change-Id: If1c764d373d306176fab0e70eefc9e1d2f5e6bd6
MARKUS_html.template | ||
---|---|---|
130 | 130 |
<% |
131 | 131 |
if ( build.result != hudson.model.Result.FAILURE ) { %> |
132 | 132 |
<table width=100% style="border:1px dotted"> |
133 |
<tr bgcolor=bgcolor<%= (build.result == null || build.result.toString() == 'SUCCESS') ? '#27AE60' : build.result.toString() == 'FAILURE' ? '#E74C3C' : '#f4e242' %> >
|
|
133 |
<tr bgcolor=bgcolor<%= (build.result == null || build.result.toString() == 'SUCCESS') ? '#27AE60' : build.result.toString() == 'FAILURE' ? '#E74C3C' : '#f4e242' %> > |
|
134 | 134 |
<td style="padding-left: 5px; font-weight: bold;"><font color="white" size="3">ARTIFACTS</font></td> |
135 | 135 |
</tr> |
136 |
<tr>
|
|
137 |
<td>AppCast</td>
|
|
138 |
</tr>
|
|
139 |
<tr> |
|
136 |
<tr> |
|
137 |
<td>AppCast</td> |
|
138 |
</tr> |
|
139 |
<tr>
|
|
140 | 140 |
<tr> |
141 | 141 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/AppCast/AppCast_Daelim_<%= build.getEnvVars()["BUILD_NAME"] %>.zip">AppCast_Daelim_<%= build.getEnvVars()["BUILD_NAME"] %>.zip </a></td> |
142 | 142 |
</tr> |
... | ... | |
154 | 154 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/Setup/ConvertService/ConvertService-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">ConvertService-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
155 | 155 |
</tr> |
156 | 156 |
--> |
157 |
<tr> |
|
158 | 157 |
</tr> |
159 | 158 |
</table> |
160 | 159 |
<% } %> |
내보내기 Unified diff