개정판 b63a39e1
issue #1187: PEMSS용 빌드 배치 파일 수정 및 메일 템플릿 수정
Change-Id: If852cbad764563d4f48e26ae6f15b0e3258a8e3b
MARKUS_html.template | ||
---|---|---|
139 | 139 |
<tr> |
140 | 140 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/Setup/${project.name}-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">${project.name}-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
141 | 141 |
</tr> |
142 |
<tr> |
|
143 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/Setup/FinalService/FinalService-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">FinalService-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
|
144 |
</tr> |
|
145 |
<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> |
|
146 |
</tr> |
|
147 |
<tr> |
|
148 |
<td>DAELIM</td> |
|
149 |
</tr> |
|
150 |
<tr> |
|
151 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/Setup/${project.name}-Daelim-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">${project.name}-Daelim-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
|
152 |
</tr> |
|
153 |
<tr> |
|
154 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/Setup/${project.name}-DaelimTest-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">${project.name}-DaelimTest-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
|
155 |
</tr> |
|
156 |
<tr> |
|
157 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/Setup/FinalService/FinalService-Daelim-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">FinalService-Daelim-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
|
158 |
</tr> |
|
159 |
<tr> |
|
160 |
<td>PEMSS</td> |
|
161 |
</tr> |
|
162 |
<tr> |
|
163 |
<td><a href="http://www.devdoftech.co.kr:9081/artifactory/${project.name}/Setup/${project.name}-PEMSS-<%= build.getEnvVars()["BUILD_NAME"] %>.msi">${project.name}-PEMSS-<%= build.getEnvVars()["BUILD_NAME"] %>.msi </a></td> |
|
164 |
</tr> |
|
165 | 142 |
</table> |
166 | 143 |
<% } %> |
167 | 144 |
|
build.bat | ||
---|---|---|
12 | 12 |
Del Setup\*.wixobj |
13 | 13 |
Del Setup\*.wixpdb |
14 | 14 |
Del Setup\*.msi |
15 |
Del Setupx86\*.wixobj |
|
16 |
Del Setupx86\*.wixpdb |
|
17 |
Del Setupx86\*.msi |
|
18 |
Del Setup\FinalService\*.wixobj |
|
19 |
Del Setup\FinalService\*.wixpdb |
|
20 |
Del Setup\FinalService\*.msi |
|
21 |
Del Setup\ConvertService\*.wixobj |
|
22 |
Del Setup\ConvertService\*.wixpdb |
|
23 |
Del Setup\ConvertService\*.msi |
|
24 | 15 |
|
25 | 16 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.exe" |
26 | 17 |
|
27 | 18 |
%CANDLE% ".\MARKUS_pemss.wxs" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension -out .\Setup\ |
28 | 19 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
29 | 20 |
|
30 |
%LIGHT% -out ".\Setup\MARKUS-PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension
|
|
21 |
%LIGHT% -out ".\Setup\MARKUS_PEMSS-%1.msi" ".\Setup\MARKUS_pemss.wixobj" -ext WixUIExtension -ext WixUtilExtension -ext WixNetfxExtension
|
|
31 | 22 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
32 | 23 |
|
33 | 24 |
%SIGNTOOLPATH% sign /v /f %SIGNPATH% /p Doftech1073# /tr http://timestamp.digicert.com /td sha256 /fd sha256 ".\Setup\*.msi" |
34 | 25 |
|
35 | 26 |
REM deploy artifacts |
36 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS/Setup/MARKUS-PEMSS-%1.msi" -T ".\Setup\MARKUS-PEMSS-%1.msi"
|
|
27 |
..\curl.exe -uadmin:dof1073# -X PUT "http://www.devdoftech.co.kr:9081/artifactory/MARKUS_PEMSS/Setup/MARKUS-PEMSS-%1.msi" -T ".\Setup\MARKUS_PEMSS-%1.msi"
|
|
37 | 28 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
38 | 29 |
|
39 | 30 |
:EOF |
내보내기 Unified diff