惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
T
The Blog of Author Tim Ferriss
博客园 - 叶小钗
N
Netflix TechBlog - Medium
腾讯CDC
C
Check Point Blog
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
S
SegmentFault 最新的问题
F
Fortinet All Blogs
美团技术团队
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 司徒正美
F
Full Disclosure
Recorded Future
Recorded Future
D
DataBreaches.Net
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
J
Java Code Geeks
I
InfoQ
Y
Y Combinator Blog
A
About on SuperTechFans
AI
AI
爱范儿
爱范儿
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Forbes - Security
Forbes - Security
W
WeLiveSecurity
M
MIT News - Artificial intelligence
雷峰网
雷峰网
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
Schneier on Security
Schneier on Security
The GitHub Blog
The GitHub Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
Latest news
Latest news
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
D
Docker
Recent Commits to openclaw:main
Recent Commits to openclaw:main
量子位
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero

博客园 - 一望无际的南

wps转PDF-解决IPAD中PDF乱码问题 thinkserver TS250 虚拟化主机部署 小微企业的数据备份方案 mac idea 修改git账号 coder,不要做计算机,好吗? mac 同一应用多实例的切换 沙雕的git Plugin 一行命令完成linux对文件的授权 jira 8.x 性能调优 DT 还是IT 混乱的docker swarm 版本在运维的重要性 nginx 在linux下端口被禁用问题 bitbucket灾难恢复或者服务迁移指南 2020年服务器迁移 当,规范什么都不是 记阿里云SLB后配置Nginx反向代理百度地图API的坑 gradle介绍 Centos7 改名问题
NODEJS npm build 中哪些乱码是什么?
一望无际的南 · 2020-03-01 · via 博客园 - 一望无际的南
20:50:56 Hash: 272850913a438d0c76fc
20:50:56 Version: webpack 3.12.0
20:50:56 Time: 58440ms
20:50:56                                            Asset       Size  Chunks                    Chunk Names
20:50:56     css/app.d2f9d727d725a13ec0289793a8e91a69.css     309 kB       4  [emitted]  [big]  app
20:50:56                               img/bg.ea14862.png     146 kB          [emitted]         
20:50:56                  fonts/element-icons.732389d.ttf      56 kB          [emitted]         
20:50:56                         img/fileType.20e260a.png    22.7 kB          [emitted]         
20:50:56                            img/title.7a2d8e9.png    24.1 kB          [emitted]         
20:50:56                     js/0.6ba6386912f31f0b2d90.js     123 kB       0  [emitted]         index_component
20:50:56                     js/1.7e50d42fc2bee4a05b29.js      83 kB       1  [emitted]         form_component
20:50:56                     js/2.ea29ca13cf93747ce596.js  760 bytes       2  [emitted]         not_component
20:50:56                js/vendor.08e0db197b63ffcf7b2d.js     801 kB       3  [emitted]  [big]  vendor
20:50:56                   js/app.75233f5355a2ecc3c269.js     6.6 kB       4  [emitted]         app
20:50:56              js/manifest.1e6da69192a21a8c8e8a.js    1.43 kB       5  [emitted]         manifest
20:50:56                 fonts/element-icons.535877f.woff    28.2 kB          [emitted]         
10:13:44 Hash: ce91cbba60f25753f6a5
10:13:44 Version: webpack 3.12.0
10:13:44 Time: 54380ms
10:13:44                                            Asset       Size  Chunks                    Chunk Names
10:13:44     css/app.d2f9d727d725a13ec0289793a8e91a69.css     309 kB       4  [emitted]  [big]  app
10:13:44                               img/bg.ea14862.png     146 kB          [emitted]         
10:13:44                  fonts/element-icons.732389d.ttf      56 kB          [emitted]         
10:13:44                         img/fileType.20e260a.png    22.7 kB          [emitted]         
10:13:44                            img/title.7a2d8e9.png    24.1 kB          [emitted]         
10:13:44                     js/0.6ba6386912f31f0b2d90.js     123 kB       0  [emitted]         index_component
10:13:44                     js/1.7e50d42fc2bee4a05b29.js      83 kB       1  [emitted]         form_component
10:13:44                     js/2.ea29ca13cf93747ce596.js  760 bytes       2  [emitted]         not_component

看一下version

[1m58440ms=》58440 ms
看一下Assert
Asset =》 Asset
原来输出的时候,自带了xTerm的颜色格式。

在jenkins打包的时候出现的这种格式,让我莫名其妙,现在终于懂了。

感兴趣可以自行搜索 jenkins ansiColor