有时有这种需求: pipeline 结束后,有新生成或被改动的文件,需要把这些变化check in 到 remote github repository中,其实就是git add/commit/push 操作。这在Jenkins中如何实现呢? 注意这里的Git ...
Visual Studio Code Setup
Example User Setting.json Not a exhausted list, but useful: { // The VSC font size. "editor.fontSize": 15, // 2 spaces whe ...
Effective Email
Email Structure Understand the purpose of every email, for example: Educate or inform Make a request Introduction Respond Before ...
Leadership Principle
今天决定把Soft Skill相关的总结单独分出来。除了日常工作对话,后续重要的技能包括email, phone, technical writing 以及 negotiation, management等. 关注并接触Leadership 是始于Amazon ...
Design Data-Intensive Applications
最近的一次阅读是在2023年1月,因为这几年工作中用到了不少书中提到的工具,有一些体会,所以理解起来 比较容易,对相关的概念和知识补充也印象深刻。这本书不太建议没有业界工作经验的人阅读,否则啃起来比 较累效果还不好。 Part I 主要介绍了Data Syst ...
Elastic Stack Quick Start
//TODO: [ ] elasticsearch certificate [ ] es ML node for abnormal detect (这个还有点意思,用来分析数据的) [ ] logstash input data for testing, mo ...
Terraform Quick Start
后来还用到了Python Terraform package, 结合Python Click 以及其他custom Python package 去构造glue code. Introduction To alter a planet for the purp ...
Jenkins Quick Start
Vagrant Jenkins server git repo for testing purpose: https://github.com/chengdol/vagrant-jenkins Certified Jenkins Enginee Certifi ...
Helm Quick Start
Concepts Now, let’s understand the basic concepts of Helm: https://helm.sh/docs/intro/using_helm/ Official Document To install hel ...
Linux LPIC-1 Training
//TODO 这篇总结是来自PluralSight上的LPIC-1课程的Essential章节。 备注:2020年4月份pluralsight在搞活动,免费注册学习!这次lock down是个机会补补课。 Environment: CentOS 7 Enter ...