-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathindex.xml
375 lines (292 loc) · 21.4 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Jenkins2 Pipeline Docs</title>
<link>http://zeyangli.github.io/</link>
<description>Recent content on Jenkins2 Pipeline Docs</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 19 Oct 2017 15:26:15 +0000</lastBuildDate>
<atom:link href="http://zeyangli.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>2-1 基于WAR包部署</title>
<link>http://zeyangli.github.io/chapter2/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter2/1/</guid>
<description>Jenkins的web应用程序archive(war)包是可以在任何支持Java的操作系统上运行。 Jenkins最新 war包 将下载的war包</description>
</item>
<item>
<title>2-2 基于MAC系统部署</title>
<link>http://zeyangli.github.io/chapter2/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter2/2/</guid>
<description>下载软件包手动安装 brew install jenkins #安装jenkins最新版本 brew install jenkins-lts #安装jenkinsLTS版本</description>
</item>
<item>
<title>2-3 基于Windows系统部署</title>
<link>http://zeyangli.github.io/chapter2/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter2/3/</guid>
<description>下载软件包通过向导安装即可。</description>
</item>
<item>
<title>2-4 基于Linux系统部署(推荐)</title>
<link>http://zeyangli.github.io/chapter2/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter2/4/</guid>
<description>下载软件包 rpm –ivh jenkins-2.150.3-1.1.noarch.rpm #安装 service jenkins start #启动服务 chkconfig jenkins on #开机自启</description>
</item>
<item>
<title>2-5 安装后配置</title>
<link>http://zeyangli.github.io/chapter2/5/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter2/5/</guid>
<description>解锁Jenkins 当您第一次访问Jenkins的时候,系统会要求您使用自动生成的密码对其进行解锁。 解锁秘钥可以通过$JENKINS_HOME</description>
</item>
<item>
<title>1-1 Jenkins简介</title>
<link>http://zeyangli.github.io/chapter1/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter1/1/</guid>
<description>1.1 Jenkins是什么? Jenkins官网 Jenkins前身是Hudson,使用java语言开发的自动化发布工具。在中大型金融等企业中普遍使</description>
</item>
<item>
<title>1-2 Jenkins WebUI</title>
<link>http://zeyangli.github.io/chapter1/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter1/2/</guid>
<description>2.1 管理页面 系统管理页面包含系统管理、全局安全管理、全局工具配置、节点管理、授权管理、插件管理、系统备份管理、日志监控管理 2.2 项目管理页面 2.3 构建</description>
</item>
<item>
<title>1-3 Jenkins构建</title>
<link>http://zeyangli.github.io/chapter1/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter1/3/</guid>
<description>3.1 Jenkins项目类型 3.2 Jenkins参数类型 凭据参数、字符参数、密码参数、布尔值参数、文件参数、文本参数、运行时参数、选项参数 3.3 Jenk</description>
</item>
<item>
<title>3-1 用户管理</title>
<link>http://zeyangli.github.io/chapter3/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter3/1/</guid>
<description>配置用户接入入口: 系统管理-&gt;全局安全配置。 默认使用的是Jenkins数据库存储。 可以选择集成LDAP服务或者是GItlab服务(需要</description>
</item>
<item>
<title>3-2 凭据管理</title>
<link>http://zeyangli.github.io/chapter3/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter3/2/</guid>
<description>凭据-&gt; 系统-&gt; 全局凭据 2.2 新建凭据 2.3 删除凭据 2.4 更新凭据 2.5 移动凭据 凭据支持多个域,支持将凭据移动到其他域中。</description>
</item>
<item>
<title>3-3 权限管理</title>
<link>http://zeyangli.github.io/chapter3/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter3/3/</guid>
<description>权限默认使用 Role-Based Strategy,其他方式如图所示。 管理权限 系统设置-&gt;Manage and Assign Roles-&gt;Manage Roles Global roles:添加用户和用户组,分配某个用户</description>
</item>
<item>
<title>3-4 项目管理</title>
<link>http://zeyangli.github.io/chapter3/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter3/4/</guid>
<description>1.1 命名规范 业务名称-应用名称-应用类型_环境类型: cxy-wlck-ui_TEST, 只有命名规范才方便管理项目。 1.2 新建项目 设置构建历史 选择参数化构建 设置构建触发器 设置Jen</description>
</item>
<item>
<title>3-5 视图管理</title>
<link>http://zeyangli.github.io/chapter3/5/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter3/5/</guid>
<description>默认会创建一个all视图里面存放所有的项目。 2.1 创建视图 凭据-&gt; 系统-&gt; 全局凭据 2.2 删除视图 2.3 更新视图</description>
</item>
<item>
<title>3-6 插件管理</title>
<link>http://zeyangli.github.io/chapter3/6/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter3/6/</guid>
<description>系统设置-&gt;插件管理。 3.1 安装插件 勾选要安装的插件,选择安装后不重启。(有些插件需要安装后重启) 安装 3.2 卸载插件 3.3 上传插件 3.4 切换插件更新站</description>
</item>
<item>
<title>4-1-1 集成maven</title>
<link>http://zeyangli.github.io/chapter4/chapter4-1/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-1/1/</guid>
<description>先决条件 JDK:在maven3.3 以上的版本需要JDK版本1.7+。内存:没有最低限制。 磁盘:1G+可用磁盘空间。 操作系统:没有限制。 下载m</description>
</item>
<item>
<title>4-1-2 集成ant</title>
<link>http://zeyangli.github.io/chapter4/chapter4-1/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-1/2/</guid>
<description>先决条件 下载:Download 安装ant tar zxf apache-ant-1.10.5-bin.tar.gz -C /usr/local/ #添加全局变量(/etc/profile) export ANT_HOME=/usr/local/apache-ant-1.10.5 export PATH=$PATH:$MAVEN_HOME/bin:$ANT_HOME/bin source /etc/profile 测试 Jenkins配置ant 系统设置</description>
</item>
<item>
<title>4-1-3 集成gradle</title>
<link>http://zeyangli.github.io/chapter4/chapter4-1/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-1/3/</guid>
<description>先决条件 下载: Download 安装Gradle unzip gradle-5.3-bin.zip -d /usr/local/ #添加全局变量(/etc/profile) export GRADLE_HOME=/usr/local/gradle-5.3 export PATH=$PATH: $GRADLE_HOME/bin source /etc/profile 测试 Jenkins配置gradle 系统设置-</description>
</item>
<item>
<title>4-1-4 集成npm</title>
<link>http://zeyangli.github.io/chapter4/chapter4-1/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-1/4/</guid>
<description>先决条件 下载Download 安装Node tar xf node-v10.15.3-linux-x64.tar.xz -C /usr/local/ #添加全局变量(/etc/profile) export NODE_HOME=/usr/local/node-v10.15.3-linux-x64 export PATH=$PATH: $NODE_HOME/bin source /etc/profile 测试 Jenkins配置Npm 在Je</description>
</item>
<item>
<title>4-2-1 安装Ldap服务</title>
<link>http://zeyangli.github.io/chapter4/chapter4-2/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-2/1/</guid>
<description>参考文档:https://www.cnblogs.com/mascot1/p/10498392.html 1.1 先决条件 #关闭SELINUX vim /etc/sysconfig/selinux #</description>
</item>
<item>
<title>4-2-2 安装Ldap控制台</title>
<link>http://zeyangli.github.io/chapter4/chapter4-2/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-2/2/</guid>
<description>2.1 先决条件 #安装apache yum -y install httpd #修改配置文件 vim /etc/httpd/conf/httpd.conf #AllowOverride all #启动服务测试 systemctl start httpd systemctl enable httpd curl 127.0.0.1 2.2 安装phpldapadmin #安装phpldapa</description>
</item>
<item>
<title>4-2-3 配置Ldap服务</title>
<link>http://zeyangli.github.io/chapter4/chapter4-2/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-2/3/</guid>
<description>2.3 更改配置文件 #修改配置文件 vim /etc/phpldapadmin/config.php $servers-&gt;setValue(&#39;server&#39;,&#39;host&#39;,&#39;127.0.0.1&#39;); $servers-&gt;setValue(&#39;server&#39;,&#39;port&#39;,389); $servers-&gt;setValue(&#39;server&#39;,&#39;base&#39;,array(&#39;dc=my-domain,dc=com&#39;)); $servers-&gt;setValue(&#39;login&#39;,&#39;auth_type&#39;,&#39;session&#39;); $servers-&gt;setValue(&#39;login&#39;,&#39;attr&#39;,&#39;dn&#39;); $servers-&gt;setValue(&#39;login&#39;,&#39;attr&#39;,&#39;dn&#39;); #注释掉 #修改httpd配置文件 vim /etc/httpd/conf.d/phpldapadmin.conf Alias /phpldapadmin /usr/share/phpldapadmin/htdocs Alias /ldapadmin /usr/share/phpldapadmin/htdocs &lt;Directory /usr/share/phpldapadmin/htdocs&gt; &lt;IfModule mod_authz_core.c&gt; # Apache 2.4 Require local Require ip 192.168.0 &lt;/IfModule&gt; &lt;IfModule !mod_authz_core.c&gt; # Apache 2.2 Order Deny,Allow Deny from all Allow</description>
</item>
<item>
<title>4-2-4 创建OU组织用户数据</title>
<link>http://zeyangli.github.io/chapter4/chapter4-2/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-2/4/</guid>
<description>参考文档:https://www.cnblogs.com/mascot1/p/10498460.html 3.1 创建OU 选择Organisatio</description>
</item>
<item>
<title>4-2-5 Jenkins集成Ldap</title>
<link>http://zeyangli.github.io/chapter4/chapter4-2/5/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-2/5/</guid>
<description>参考文档:https://www.cnblogs.com/mascot1/p/10498513.html 4.1 先决条件 准备一个adminDN账号</description>
</item>
<item>
<title>4-3-1 Jenkins集成Gitlab SSO单点登录</title>
<link>http://zeyangli.github.io/chapter4/chapter4-3/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-3/1/</guid>
<description>1.1 Gitlab配置 应用管理-&gt;创建应用-&gt;配置重定向url 1.2 Jenkins配置 配置前备份config.xml文件, 如果jenki</description>
</item>
<item>
<title>4-3-2 WebHook集成</title>
<link>http://zeyangli.github.io/chapter4/chapter4-3/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/chapter4-3/2/</guid>
<description>2.1 Jenkins配置 安装gitlab hook插件 选择一个项目,在构建触发器模块选择通过gitlab触发。生成token 2.2 Gitlab配置 进入</description>
</item>
<item>
<title>4-4 Jenkins集成SaltStack批量自动化发布</title>
<link>http://zeyangli.github.io/chapter4/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/2/</guid>
<description>1. 安装saltstack saltstack原理详细可以参考saltstack官方文档 1.1 安装salt-master(jenkins) yum -y install salt-master service</description>
</item>
<item>
<title>4-5 Jenkins制品库集成-Nexus</title>
<link>http://zeyangli.github.io/chapter4/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/3/</guid>
<description>demo地址: https://github.com/zeyangli/springboot-helloworld.git 总体目标 开发人员提交代码,更新pom信息。jenkins读取pom文件中的信息,通过nexus插件上传到nexus。通过ne</description>
</item>
<item>
<title>4-6 Jenkins集成禅道</title>
<link>http://zeyangli.github.io/chapter4/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/4/</guid>
<description>总体目标 在禅道中,看板上的任务完成或者切换到某个指定的状态,触发Jenkins构建。 Jenkins配置 设置项目参数化构建 禅道系统配置 禅道系统</description>
</item>
<item>
<title>4-7 Jenkins集成制品库-Artifactory</title>
<link>http://zeyangli.github.io/chapter4/5/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/5/</guid>
<description>Jenkins集成制品库-Artifactory</description>
</item>
<item>
<title>4-8 Jenkins集成SonarQube</title>
<link>http://zeyangli.github.io/chapter4/6/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter4/6/</guid>
<description>Jenkins集成SonarQube</description>
</item>
<item>
<title>5-1 Jenkins Pipeline语法</title>
<link>http://zeyangli.github.io/chapter5/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter5/1/</guid>
<description>1. 认识Pipleine 1.1 Pipeline是什么? Pipeline是Jenkins的核心功能,提供一组可扩展的工具。 通过Pipeline 的DS</description>
</item>
<item>
<title>5-2 Jenkins 声明式与脚本式语法</title>
<link>http://zeyangli.github.io/chapter5/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter5/2/</guid>
<description>1. 声明式Pipeline 声明式Pipleine是最近添加到Jenkins流水线的,它在流水线子系统之上提供了一种更简单,更有主见的语法。 所有</description>
</item>
<item>
<title>6-1 前端静态资源发布流水线</title>
<link>http://zeyangli.github.io/chapter6/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter6/1/</guid>
<description>1. 项目设置 项目配置部分主要是将网站源代码上传到github,然后搭建用户访问的web服务器。再经过Jenkins配置发布代码到web服务器。</description>
</item>
<item>
<title>6-2 NodeJs项目发布流水线</title>
<link>http://zeyangli.github.io/chapter6/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter6/2/</guid>
<description>1. 项目设置 项目配置部分主要是将网站源代码上传到github,然后搭建用户访问的web服务器。再经过Jenkins配置发布代码到web服务器。</description>
</item>
<item>
<title>6-3 Dotnet项目发布流水线</title>
<link>http://zeyangli.github.io/chapter6/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter6/3/</guid>
<description>demo地址: https://github.com/zeyangli/dotnet-HelloWorld.git 安装dotnet开发环境(centos7) rpm --import https://packages.microsoft.com/keys/microsoft.asc [root@VM_0_12_centos ~]# cat /etc/yum.repos.d/dotnetdev.repo [packages-microsoft-com-prod] name=packages-microsoft-com-prod baseurl= https://packages.microsoft.com/yumrepos/microsoft-rhel7.3-prod enabled=1 gpgcheck=1 gpgkey=https://packages.microsoft.com/keys/microsoft.asc yum install libunwind libicu yum install dotnet-sdk-2.1.103 dotnet --version 创建Jenkins项目 Jenkinsfile String buildShell = &#34;${env.buildShell}&#34; String targetDir</description>
</item>
<item>
<title>6-4 JAVA-Springboot项目发布流水线</title>
<link>http://zeyangli.github.io/chapter6/4/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter6/4/</guid>
<description>demo地址: https://github.com/zeyangli/springboot-helloworld.git 创建Jenkins项目 serviceName: 服务的名称 buildShell : 项目打包命令 targetHosts: 应用发布主机(需安装salt-minion) targetDir: 应用的发布目录 user: 发布用户 port:</description>
</item>
<item>
<title>6-5 Golang项目发布流水线</title>
<link>http://zeyangli.github.io/chapter6/5/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter6/5/</guid>
<description>demo地址: https://github.com/zeyangli/golang-helloworld-web.git 安装开发环境 wget https://dl.google.com/go/go1.10.2.linux-amd64.tar.gz tar zxf go1.10.2.linux-amd64.tar.gz -C /usr/local/ vim /etc/profile export GO_PATH=/usr/local/go export PATH=$PATH:$GO_PATH/bin source /etc/profile go version useradd golang Jenkins项目 serviceName: 服务名称 buildShell: 构建命令 targetHosts: 发布目标主机 user: 执行用户 targetDir: 发布目标主</description>
</item>
<item>
<title>6-6-1 搭建Android打包环境(Centos)</title>
<link>http://zeyangli.github.io/chapter6/chapter6-6/1/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter6/chapter6-6/1/</guid>
<description>1.安装JDK 下载地址: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html tar zxf jdk-8u201-linux-x64.tar.gz -C /usr/local #添加到/etc/profile export JAVA_HOME=/usr/local/jdk1.8.0_201 export PATH=$PATH:$JAVA_HOME/bin source /etc/profile java -version 2.安装Android SDK Tools 需要翻墙: https://developer.android.com/studio/index.html #解压后会有一个t</description>
</item>
<item>
<title>6-6-2 手动发布Android项目</title>
<link>http://zeyangli.github.io/chapter6/chapter6-6/2/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter6/chapter6-6/2/</guid>
<description>1.检出代码 项目地址: https://github.com/zeyangli/helloworld-android-gradle.git git clone https://github.com/zeyangli/helloworld-android-gradle.git 2.构建打包 目录: helloworld-android-gradle cd helloworld-android-gradle ./gradlew build Download https://jcenter.bintray.com/com/loopj/android/android-async-http/1.4.9/android-async-http-1.4.9.jar Download https://jcenter.bintray.com/cz/msebera/android/httpclient/4.3.6/httpclient-4.3.6.jar Download https://jcenter.bintray.com/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar Download https://dl.google.com/dl/android/maven2/android/arch/lifecycle/common/1.0.0/common-1.0.0.jar Download https://dl.google.com/dl/android/maven2/android/arch/core/common/1.0.0/common-1.0.0.jar Unknown file extension: app/src/main/res/mipmap-xhdpi/ic_launcher.png Unknown file extension: app/src/main/res/mipmap-mdpi/ic_launcher.png Unknown file extension: app/src/main/res/mipmap-xxhdpi/ic_launcher.png Unknown file extension: app/src/main/res/mipmap-hdpi/ic_launcher.png Unknown file extension: app/src/main/res/mipmap-xxxhdpi/ic_launcher.png &gt; Task :app:lint Ran lint on variant release: 4 issues found</description>
</item>
<item>
<title>6-6-3 Jenkins发布流水线(Fir|蒲公英)</title>
<link>http://zeyangli.github.io/chapter6/chapter6-6/3/</link>
<pubDate>Tue, 17 Oct 2017 15:26:15 +0000</pubDate>
<guid>http://zeyangli.github.io/chapter6/chapter6-6/3/</guid>
<description>1.项目配置 1.1 项目规范 打包存放路径: 统一在app/build/outputs/apk/[debug|release]目录下。 1.2 编写上传包脚本</description>
</item>
</channel>
</rss>