프로젝트

일반

사용자정보

개정판 9e758326

ID9e758326061675b631aae6b8db582557752f8c39
상위 397bd003
하위 6d039eb2

김태성이(가) 4년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)