index.html 94.2 KB
Newer Older
LinuxSuRen's avatar
LinuxSuRen 已提交
1 2 3 4 5
<!DOCTYPE html>
<html class="no-js" lang="zh-CN">
  <head>
    <meta charset="utf-8">
    
LinuxSuRen's avatar
LinuxSuRen 已提交
6 7 8
    <link rel="preload" href="https://jenkins-zh.cn/files/muli-latin-200.woff2" as="font" type="font/woff2" crossorigin>
    <link rel="preload" href="https://jenkins-zh.cn/files/muli-latin-400.woff2" as="font" type="font/woff2" crossorigin>
    <link rel="preload" href="https://jenkins-zh.cn/files/muli-latin-800.woff2" as="font" type="font/woff2" crossorigin>
LinuxSuRen's avatar
LinuxSuRen 已提交
9 10 11

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     
LinuxSuRen's avatar
LinuxSuRen 已提交
12 13
     <title>Tags - Jenkins 中文社区</title>
     <meta name="HandheldFriendly" content="True">
LinuxSuRen's avatar
LinuxSuRen 已提交
14
    <meta name="MobileOptimized" content="320">
LinuxSuRen's avatar
LinuxSuRen 已提交
15
    
LinuxSuRen's avatar
LinuxSuRen 已提交
16
    <meta name="description" content="共建开放、包容、活跃的 Jenkins 社区">
LinuxSuRen's avatar
LinuxSuRen 已提交
17 18
    
    
LinuxSuRen's avatar
LinuxSuRen 已提交
19
    <meta name="keywords" content="Jenkins,Jenkins中文社区,Jenkins官方公众号,持续集成,持续交付,开源社区,DevOps">
LinuxSuRen's avatar
LinuxSuRen 已提交
20
    
LinuxSuRen's avatar
LinuxSuRen 已提交
21 22

    <meta name="viewport" content="width=device-width,minimum-scale=1">
LinuxSuRen's avatar
LinuxSuRen 已提交
23
     <meta name="generator" content="Hugo 0.54.0" />
LinuxSuRen's avatar
LinuxSuRen 已提交
24 25

      
LinuxSuRen's avatar
LinuxSuRen 已提交
26
        <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
LinuxSuRen's avatar
LinuxSuRen 已提交
27 28
      

LinuxSuRen's avatar
LinuxSuRen 已提交
29
    <link rel="alternate" type="application/rss&#43;xml" href="https://jenkins-zh.cn/tags/index.xml">
LinuxSuRen's avatar
LinuxSuRen 已提交
30
    <link href='/dist/main.css' rel='stylesheet' type="text/css" /><style>
LinuxSuRen's avatar
LinuxSuRen 已提交
31 32 33 34 35 36 37 38
  img.avatar {
    width: 32px;
    display: inline;
  }
</style>
<meta property="og:title" content="Tags" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
LinuxSuRen's avatar
LinuxSuRen 已提交
39
<meta property="og:url" content="https://jenkins-zh.cn/tags/" />
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
40

LinuxSuRen's avatar
LinuxSuRen 已提交
41
<meta property="og:updated_time" content="2019-04-22T00:00:00&#43;00:00"/>
LinuxSuRen's avatar
LinuxSuRen 已提交
42 43 44 45 46 47 48 49

<meta itemprop="name" content="Tags">
<meta itemprop="description" content="">

<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content=""/>

LinuxSuRen's avatar
LinuxSuRen 已提交
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
        
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4216293-5"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-4216293-5');



var trackOutboundLink = function(id, url) {
  console.log("track:", id, url)
  gtag('event', 'click', {
    'event_category': 'outbound',
    'event_label': id,
    'transport_type': 'beacon',
    'event_callback': function(){document.location = url;}
  });
}

</script>

      
LinuxSuRen's avatar
LinuxSuRen 已提交
74 75 76 77 78 79 80 81
  </head>
  <body class="ma0 sans-serif bg-primary-color-light">
    
<nav class="bg-primary-color-dark pv4 w-100" role="navigation">

  <div class="center flex-ns flex-wrap items-center justify-start mw9">

    <h1 class="dim f3 lh-solid ml0-ns mr0 mr4-l mv0 pl3 pl4-ns">
LinuxSuRen's avatar
LinuxSuRen 已提交
82
      <a href="https://jenkins-zh.cn/" class="link white">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
83
         Jenkins 中文社区
LinuxSuRen's avatar
LinuxSuRen 已提交
84 85 86 87 88 89
      </a>
    </h1>
    <ul class="list ma0 pa0 dn dib-l">
      
        <li class="f5 dib mr4" role="menuitem">
            
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
90 91 92
            
          <a href="/wechat/" class="dim link light-silver"
            >
LinuxSuRen's avatar
LinuxSuRen 已提交
93
            博客
LinuxSuRen's avatar
LinuxSuRen 已提交
94 95
              
            
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
96 97 98
          </a>
        </li>
      
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
99 100 101 102 103 104 105 106 107 108 109
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/event/" class="dim link light-silver"
            >
            活动
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
LinuxSuRen 已提交
110 111 112 113 114 115 116 117 118 119 120
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/partner/" class="dim link light-silver"
            >
            合作伙伴
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
121 122 123 124 125 126 127
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/about/" class="dim link light-silver"
            >
            关于我们
              
LinuxSuRen's avatar
LinuxSuRen 已提交
128 129 130 131 132 133
            
          </a>
        </li>
      
        <li class="f5 dib mr4" role="menuitem">
            
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
134 135 136
            
          <a href="http://jenkins.io/zh" class="dim link light-silver"
            target="_blank">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
137
            Jenkins 官网
LinuxSuRen's avatar
LinuxSuRen 已提交
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
              
            
              <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10" height="10" viewBox="0 0 32 32" class="fill-current v-base" aria-label="External Link">
<path d="M25.152 16.576v5.696q0 2.144-1.504 3.648t-3.648 1.504h-14.848q-2.144 0-3.648-1.504t-1.504-3.648v-14.848q0-2.112 1.504-3.616t3.648-1.536h12.576q0.224 0 0.384 0.16t0.16 0.416v1.152q0 0.256-0.16 0.416t-0.384 0.16h-12.576q-1.184 0-2.016 0.832t-0.864 2.016v14.848q0 1.184 0.864 2.016t2.016 0.864h14.848q1.184 0 2.016-0.864t0.832-2.016v-5.696q0-0.256 0.16-0.416t0.416-0.16h1.152q0.256 0 0.416 0.16t0.16 0.416zM32 1.152v9.12q0 0.48-0.352 0.8t-0.8 0.352-0.8-0.352l-3.136-3.136-11.648 11.648q-0.16 0.192-0.416 0.192t-0.384-0.192l-2.048-2.048q-0.192-0.16-0.192-0.384t0.192-0.416l11.648-11.648-3.136-3.136q-0.352-0.352-0.352-0.8t0.352-0.8 0.8-0.352h9.12q0.48 0 0.8 0.352t0.352 0.8z"></path>
</svg>

            
          </a>
        </li>
      
    </ul>

    <div class="db dib-ns pl3"><form id="site-search-form" action="" role="search">
  <fieldset class="bn ma0 pa0">
    <label class="clip" for="email-address">Search</label>
    <input type="search" id="search-input" class="needs-js bg-left bg-transparent bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white"
      placeholder="搜索文档" type="text"
      name="email-address" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
  </fieldset>
</form>
</div>

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
160
    <div class="list ma0 pa0 dn dib-l"></div>
LinuxSuRen's avatar
LinuxSuRen 已提交
161 162 163

    <span class="absolute mt1 mt2-l pr3 right-0 top-0">

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
164
<a class="github-button needs-js link primary-color-dark" href="https://github.com/jenkins-zh/jenkins-zh/" data-size="large" data-show-count="false" aria-label="Star Jenkins WeChat GitHub">Star</a>
LinuxSuRen's avatar
LinuxSuRen 已提交
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
</span>

  </div>
</nav>

    
    <main role="main" class="content-with-sidebar min-vh-100 pb7 pb0-ns">
      

<div class="w-100 ph4 pb5 pb6-ns pt1 pt3-ns">

  <div class="flex">
    <div class="dn db-l w-20">
        
<nav role="navigation">
  <ul class="list pa0 nl2">
    
  </ul>
</nav>

    </div>

    <div class="w-100 w-80-l ph0 ph4-l">
      <article class="w-100 nested-copy-line-height nested-links nested-img">
        <h1 class="primary-color-dark f2">
          Tags
        </h1>
      </article>
      <div class="pa3 pa4-ns w-100 v-top column-count-3-l column-gap-1-l">
          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
195 196 197 198 199 200 201
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/ai" class="link black hover-blue">
                  ai <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
202
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
203
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-22-jenkins-weekly-2.173/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
204 205 206 207
                    Jenkins 2.173 发布通知
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
208
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
209
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-17-aiops/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
210 211 212 213 214 215 216
                    AIOps:DevOps 的未来
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
217 218 219 220 221 222 223
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/ansible" class="link black hover-blue">
                  ansible <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
224 225 226 227 228 229
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-20-jenkins-ansible-springboot/" class="link blue">
                    使用 Jenkins &#43; Ansible 实现 Spring Boot 自动化部署101
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
230
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
231
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-25-jenkins-ansible-nginx/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
232 233 234 235 236 237 238
                    使用 Jenkins &#43; Ansible 实现自动化部署 Nginx
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/aws" class="link black hover-blue">
                  aws <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-17-10-courses-to-learn-devops-engineering-in-depth/" class="link blue">
                    10节课带你深入学习 DevOps 工程
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/benchmark" class="link black hover-blue">
                  benchmark <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-04-performance-testing-jenkins/" class="link blue">
                    Jenkins 插件的微基准测试框架
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
271 272 273 274 275 276 277
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/cd" class="link black hover-blue">
                  cd <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
278 279 280 281 282 283
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-29-leveraging-jenkins-on-kubernetes/" class="link blue">
                    在 Kubernetes 上使用 Jenkins 
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
284 285 286 287 288 289
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-24-achieve-cicd-with-jenkins-x-kubernetes-and-spring/" class="link blue">
                    使用 Jenkins X、Kubernetes 和 Spring Boot 实现 CI/CD
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
290 291 292 293 294 295
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-17-from-jenkins-to-jenkins-x/" class="link blue">
                    从 Jenkins 到 Jenkins X
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
296
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
297
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-16-cloud-agnostic-automated-cicd-for-k8s/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
298 299 300 301
                    与云无关的用于 Kubernetes 的自动化 CI/CD 
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
302
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
303 304 305 306 307 308 309
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-30-what-cicd-tool-should-i-use/" class="link blue">
                    应该使用什么 CI/CD 工具?
                  </a>
                </h3>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-19-the-business-value-of-cd/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
310 311 312 313
                    持续交付的商业价值
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
314
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
315
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-10-getting-started-with-docker-for-java-applications/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
316 317 318 319
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
320
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
321
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
322 323 324 325
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
326
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
327
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-12-what-is-cicd/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
328 329 330 331
                    什么是 CI/CD?
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
332 333 334
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
335 336 337 338 339 340 341
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/cdf" class="link black hover-blue">
                  cdf <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
342 343 344 345 346 347
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-13-cdf-call-for-papers/" class="link blue">
                    持续交付峰会 Call For Papers
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
348
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
349
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-20-cdf-launch/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
350 351 352 353 354
                    Jenkins 正在加入持续交付基金会
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
355
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-ready-for-cdf/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
356 357 358 359 360 361 362
                    为 Continuous Delivery Foundation 的成立感到兴奋
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
363 364 365 366 367 368 369 370
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/cdsummit" class="link black hover-blue">
                  cdsummit <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
371
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
372 373 374 375 376 377 378
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/cfp" class="link black hover-blue">
                  cfp <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-13-cdf-call-for-papers/" class="link blue">
                    持续交付峰会 Call For Papers
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
395 396 397 398 399 400 401
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/ci" class="link black hover-blue">
                  ci <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
402 403 404 405 406 407
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-29-leveraging-jenkins-on-kubernetes/" class="link blue">
                    在 Kubernetes 上使用 Jenkins 
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
408 409 410 411 412 413
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-14-setup-jenkins-ci-in-30-minutes/" class="link blue">
                    30分钟搞定 Jenkins CI
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
414 415 416 417 418 419
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-24-achieve-cicd-with-jenkins-x-kubernetes-and-spring/" class="link blue">
                    使用 Jenkins X、Kubernetes 和 Spring Boot 实现 CI/CD
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
420 421 422 423 424 425
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-22-jacoco-coverage-for-functional-test/" class="link blue">
                    基于 Jenkins &#43; JaCoCo 实现功能测试代码覆盖率统计
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
426 427 428 429 430 431
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-17-from-jenkins-to-jenkins-x/" class="link blue">
                    从 Jenkins 到 Jenkins X
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
432
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
433
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-16-cloud-agnostic-automated-cicd-for-k8s/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
434 435 436 437
                    与云无关的用于 Kubernetes 的自动化 CI/CD 
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
438
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
439 440 441 442 443 444 445
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-30-what-cicd-tool-should-i-use/" class="link blue">
                    应该使用什么 CI/CD 工具?
                  </a>
                </h3>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-10-getting-started-with-docker-for-java-applications/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
446 447 448 449
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
450
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
451
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-03-the-benefits-and-challenges-of-continuous-integration/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
452 453 454 455
                    持续集成的收益与挑战
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
456
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
457
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
458 459 460 461
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
462
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
463
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-12-what-is-cicd/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
464 465 466 467
                    什么是 CI/CD?
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
468 469 470
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
471 472 473 474 475 476 477 478
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/cicd" class="link black hover-blue">
                  cicd <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
479
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-ready-for-cdf/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
480 481 482 483 484 485 486
                    为 Continuous Delivery Foundation 的成立感到兴奋
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
487 488 489 490 491 492 493
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/cloud-native" class="link black hover-blue">
                  cloud-native <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
494
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
495
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-5-custom-war-packager/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
496 497 498 499
                    Custom WAR Packager
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
500
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
501
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
502 503 504 505
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
506
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
507
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-30-k8s-jenkins-secet-agent/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
508 509 510 511
                    Jenkins 和 Kubernetes -云上的神秘代理
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
512
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
513
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
514 515 516 517
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
518 519 520
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
521 522 523 524 525 526 527
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/community" class="link black hover-blue">
                  community <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
528 529 530 531 532 533
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-15-let-s-celebrate-java-11-support/" class="link blue">
                    让我们庆祝 Jenkins 对 Java 11的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
534 535 536 537 538 539
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-27-docs-sig-announcement/" class="link blue">
                    Jenkins 文档特别兴趣小组
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
540
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
541
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
542 543 544 545
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
546
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
547
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-20-cdf-launch/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
548
                    Jenkins 正在加入持续交付基金会
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
549 550 551
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
552
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
553
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-gsoc2019-announcement/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
554
                    Jenkins 已经被 Google Summer Of Code 2019 接受!
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
555 556 557
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
558
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
559
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
560
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
561 562 563
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
564
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
565
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-13-outreachy-audit-log-plugin/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
566
                    Jenkins 对审计日志的支持
LinuxSuRen's avatar
LinuxSuRen 已提交
567 568 569
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
570
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
571
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-25-year-in-review/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
572 573 574 575
                    回顾 2018: 革新的一年
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
576 577 578 579 580 581
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-24-becoming-contributor-newbie-tickets/" class="link blue">
                    成为一名 Jenkins 贡献者:对新手友好的工单
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
582 583 584 585 586 587 588 589 590 591 592
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/configuration-as-code" class="link black hover-blue">
                  configuration-as-code <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
593
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-12-gasc/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
594 595 596 597
                    Jenkins Configuration-as-Code: 看,我都不用手动配置
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
598 599 600
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
601 602 603 604 605 606 607 608
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/continuous-integration" class="link black hover-blue">
                  continuous-integration <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
609
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-03-the-benefits-and-challenges-of-continuous-integration/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
610 611 612 613 614 615 616
                    持续集成的收益与挑战
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
617 618 619 620 621 622 623 624
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/contributing" class="link black hover-blue">
                  contributing <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
625
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
626 627 628 629
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
630 631 632 633 634 635
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-24-becoming-contributor-newbie-tickets/" class="link blue">
                    成为一名 Jenkins 贡献者:对新手友好的工单
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
636 637 638
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
639 640 641 642 643 644 645
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/core" class="link black hover-blue">
                  core <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
646 647 648 649 650 651
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-15-let-s-celebrate-java-11-support/" class="link blue">
                    让我们庆祝 Jenkins 对 Java 11的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
652
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
653
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
654 655 656 657
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
658
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
659
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-26-security-updates/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
660 661 662 663 664
                    Jenkins 的重要安全更新
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
665
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-25-year-in-review/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
666 667 668 669
                    回顾 2018: 革新的一年
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
670 671 672
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/coverage" class="link black hover-blue">
                  coverage <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-22-jacoco-coverage-for-functional-test/" class="link blue">
                    基于 Jenkins &#43; JaCoCo 实现功能测试代码覆盖率统计
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/credentials" class="link black hover-blue">
                  credentials <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-10-phase-1-multibranch-pipeline-support-for-gitlab/" class="link blue">
                    多分支流水线任务对 GitLab SCM 的支持
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
705 706 707 708 709 710 711
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/developer" class="link black hover-blue">
                  developer <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
712 713 714 715 716 717
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-15-let-s-celebrate-java-11-support/" class="link blue">
                    让我们庆祝 Jenkins 对 Java 11的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
718 719 720 721 722 723
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-04-performance-testing-jenkins/" class="link blue">
                    Jenkins 插件的微基准测试框架
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
724 725 726 727 728 729
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-10-phase-1-multibranch-pipeline-support-for-gitlab/" class="link blue">
                    多分支流水线任务对 GitLab SCM 的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
730
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
731
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
732 733 734 735
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
736
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
737
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
738 739 740 741
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
742 743 744 745 746 747
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-24-becoming-contributor-newbie-tickets/" class="link blue">
                    成为一名 Jenkins 贡献者:对新手友好的工单
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
748 749 750
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
751 752 753 754 755 756 757
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/devops" class="link black hover-blue">
                  devops <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
758 759 760 761 762 763
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-17-10-courses-to-learn-devops-engineering-in-depth/" class="link blue">
                    10节课带你深入学习 DevOps 工程
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
764 765 766 767 768 769
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-05-devops-challenges-in-2019-how-to-overcome-them/" class="link blue">
                    2019年 DevOps 面临的挑战以及如何战胜它们
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
770 771 772 773 774 775
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-17-from-jenkins-to-jenkins-x/" class="link blue">
                    从 Jenkins 到 Jenkins X
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
776 777 778 779 780 781
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-14-devops-jenkins-credential-manage/" class="link blue">
                    基于 Jenkins 的 DevOps 平台应该如何设计凭证管理
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
782
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
783
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-28-devsecops/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
784 785 786 787
                    我们为什么需要 DevSecOps 和制品仓库?
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
788
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
789
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-22-jenkins-weekly-2.173/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
790 791 792 793 794
                    Jenkins 2.173 发布通知
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
795
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-19-the-business-value-of-cd/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
796 797 798 799
                    持续交付的商业价值
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
800
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
801
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-17-aiops/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
802 803 804 805 806 807 808
                    AIOps:DevOps 的未来
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
809 810 811 812 813 814 815
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/docker" class="link black hover-blue">
                  docker <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
816 817 818 819 820 821
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-17-10-courses-to-learn-devops-engineering-in-depth/" class="link blue">
                    10节课带你深入学习 DevOps 工程
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
822
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
823
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-10-getting-started-with-docker-for-java-applications/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
824 825 826 827
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
828
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
829
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-5-custom-war-packager/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
830 831 832 833 834
                    Custom WAR Packager
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
835
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-26-official-docker-image/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
836 837 838 839
                    Docker Hub 上的官方 Jenkins 镜像
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
840 841 842
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/docs" class="link black hover-blue">
                  docs <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-27-docs-sig-announcement/" class="link blue">
                    Jenkins 文档特别兴趣小组
                  </a>
                </h3>
              
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/documentation" class="link black hover-blue">
                  documentation <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-27-docs-sig-announcement/" class="link blue">
                    Jenkins 文档特别兴趣小组
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
875 876
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
877 878
                <a href="/tags/electron" class="link black hover-blue">
                  electron <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
LinuxSuRen 已提交
879 880 881 882
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
883
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-electron-pipeline-demo/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
884
                    Electron 应用的流水线设计
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
885 886 887
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
888 889 890
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
891 892
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
893 894
                <a href="/tags/events" class="link black hover-blue">
                  events <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
895 896 897 898
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
899
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-gsoc2019-announcement/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
900
                    Jenkins 已经被 Google Summer Of Code 2019 接受!
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
901 902 903 904 905 906
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
907 908
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
909 910
                <a href="/tags/evergreen" class="link black hover-blue">
                  evergreen <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
911 912 913 914
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
915
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-09-jenkins-evergreen/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
916
                    自动更新、易于使用的 Jenkins
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
917 918 919 920 921 922
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
923 924 925 926 927 928 929
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/flagger" class="link black hover-blue">
                  flagger <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
930
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
931
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
932 933 934 935
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
936
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
937
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-24-progressive-delivery-in-kubernetes-blue-green-and-canary-deployments/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
938 939 940 941 942 943 944
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
945 946
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
947 948
                <a href="/tags/general" class="link black hover-blue">
                  general <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
949 950 951 952
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
953
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-20-cdf-launch/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
954
                    Jenkins 正在加入持续交付基金会
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
955 956 957 958 959 960
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/git" class="link black hover-blue">
                  git <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-17-10-courses-to-learn-devops-engineering-in-depth/" class="link blue">
                    10节课带你深入学习 DevOps 工程
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/gitlab" class="link black hover-blue">
                  gitlab <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-10-phase-1-multibranch-pipeline-support-for-gitlab/" class="link blue">
                    多分支流水线任务对 GitLab SCM 的支持
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
993 994 995 996 997 998 999
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/gsoc" class="link black hover-blue">
                  gsoc <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1000 1001 1002 1003 1004 1005
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-04-performance-testing-jenkins/" class="link blue">
                    Jenkins 插件的微基准测试框架
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1006 1007 1008 1009 1010 1011
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-10-phase-1-multibranch-pipeline-support-for-gitlab/" class="link blue">
                    多分支流水线任务对 GitLab SCM 的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1012
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1013
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-gsoc2019-announcement/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027
                    Jenkins 已经被 Google Summer Of Code 2019 接受!
                  </a>
                </h3>
              
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/gsoc2019" class="link black hover-blue">
                  gsoc2019 <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1028 1029 1030 1031 1032 1033
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-04-performance-testing-jenkins/" class="link blue">
                    Jenkins 插件的微基准测试框架
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1034 1035 1036 1037 1038 1039
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-10-phase-1-multibranch-pipeline-support-for-gitlab/" class="link blue">
                    多分支流水线任务对 GitLab SCM 的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1040
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1041
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-gsoc2019-announcement/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1042 1043 1044 1045 1046 1047 1048
                    Jenkins 已经被 Google Summer Of Code 2019 接受!
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1049 1050 1051 1052 1053 1054 1055 1056
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/installers" class="link black hover-blue">
                  installers <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1057
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-27-windows-installers/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1058 1059 1060 1061 1062 1063 1064
                    Windows 安装程序更新
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1065 1066 1067 1068 1069 1070 1071
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/istio" class="link black hover-blue">
                  istio <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1072
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1073
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1074 1075 1076 1077
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1078
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1079
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-24-progressive-delivery-in-kubernetes-blue-green-and-canary-deployments/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1080 1081 1082 1083 1084 1085 1086
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/jacoco" class="link black hover-blue">
                  jacoco <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-22-jacoco-coverage-for-functional-test/" class="link blue">
                    基于 Jenkins &#43; JaCoCo 实现功能测试代码覆盖率统计
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1103 1104 1105 1106 1107 1108 1109
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/java11" class="link black hover-blue">
                  java11 <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1110 1111 1112 1113 1114 1115
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-15-let-s-celebrate-java-11-support/" class="link blue">
                    让我们庆祝 Jenkins 对 Java 11的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1116
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1117
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1118 1119 1120 1121 1122 1123 1124
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1125 1126 1127 1128 1129 1130 1131
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/jenkins" class="link black hover-blue">
                  jenkins <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1132 1133 1134 1135 1136 1137
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-14-jenkins-pipeline-workshop/" class="link blue">
                    持续交付落地实践工作坊
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1138 1139 1140 1141 1142 1143
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-18-jenkins-weekly-release/" class="link blue">
                    Jenkins 每周版更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1144 1145 1146 1147 1148 1149
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-09-jenkins-release/" class="link blue">
                    Jenkins 长期支持版更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1150 1151 1152 1153 1154 1155
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-26-using-active-choices-plugin-merge-jobs/" class="link blue">
                    使用Active-Choices-Plugin插件将十个Job合成一个
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1156
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1157 1158 1159 1160 1161 1162
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-14-setup-jenkins-ci-in-30-minutes/" class="link blue">
                    30分钟搞定 Jenkins CI
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1163 1164 1165 1166 1167
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-10-jenkins-pipeline-workshop/" class="link blue">
                    还在苦恼不会写 Jenkins 流水线?来场工作坊!
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1168 1169 1170 1171 1172 1173
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-29-jenkins-release/" class="link blue">
                    Jenkins 2.176~2.178版本更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1174 1175 1176 1177 1178 1179
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-28-jenkins-pipeline-shared-lib-unit-test/" class="link blue">
                    如何对 Jenkins 共享库进行单元测试
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1180 1181 1182 1183 1184 1185
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-22-jacoco-coverage-for-functional-test/" class="link blue">
                    基于 Jenkins &#43; JaCoCo 实现功能测试代码覆盖率统计
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1186 1187 1188 1189 1190 1191
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-20-jenkins-ansible-springboot/" class="link blue">
                    使用 Jenkins &#43; Ansible 实现 Spring Boot 自动化部署101
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1192 1193 1194 1195 1196 1197
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-17-from-jenkins-to-jenkins-x/" class="link blue">
                    从 Jenkins 到 Jenkins X
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1198 1199 1200 1201 1202 1203
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-15-gsoc-annoncement/" class="link blue">
                    19年 GSoC 中 Jenkins 的七个项目
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1204 1205 1206 1207 1208 1209
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-14-devops-jenkins-credential-manage/" class="link blue">
                    基于 Jenkins 的 DevOps 平台应该如何设计凭证管理
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1210 1211 1212 1213 1214 1215
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-13-jenkins-book-gift/" class="link blue">
                    Jenkins 公众号送书福利
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1216 1217 1218 1219 1220 1221
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-09-jenkins-release/" class="link blue">
                    Jenkins 版本发布
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1222 1223 1224 1225 1226
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-08-jenkins-plugin-develop-within-two-days-part02/" class="link blue">
                    Jenkins 插件开发之旅:两天内从 idea 到发布(下篇)
                  </a>
                </h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1227 1228 1229 1230 1231 1232
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-07-jenkins-install-plugins-shell/" class="link blue">
                    Jenkins 自动化安装插件
                  </a>
                </h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1233
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1234 1235 1236 1237 1238 1239
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-06-jenkins-plugin-develop-within-two-days-part01/" class="link blue">
                    Jenkins 插件开发之旅:两天内从 idea 到发布(上篇)
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1240
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1241
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-29-progressive-delivery-with-jenkins-x-automatic-cana/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1242 1243 1244 1245
                    使用 Jenkins X 渐进式交付:自动化金丝雀部署
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1246
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1247
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1248 1249 1250 1251
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1252
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1253
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-25-jenkins-ansible-nginx/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1254 1255 1256 1257
                    使用 Jenkins &#43; Ansible 实现自动化部署 Nginx
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1258
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1259
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-23-jenkins-master-shared-home/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1260 1261 1262 1263
                    关于 Jenkins master 共享 JENKINS_HOME 目录的实验
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1264
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1265
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-19-the-business-value-of-cd/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1266 1267 1268 1269
                    持续交付的商业价值
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1270
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1271
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-zabbix-monitor-jenkins/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1272 1273 1274 1275
                    使用 Zabbix 监控 Jenkins
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1276
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1277
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-12-brief-analysis-the-encryption-algorithm-of-the-built-in-jenkins-user-database/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1278 1279 1280 1281
                    简析 Jenkins 专有用户数据库加密算法
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1282
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1283
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-10-getting-started-with-docker-for-java-applications/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1284 1285 1286 1287 1288
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1289
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1290 1291 1292 1293
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1294
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1295
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-electron-pipeline-demo/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1296 1297 1298 1299
                    Electron 应用的流水线设计
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1300
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1301
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-ready-for-cdf/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1302 1303 1304 1305
                    为 Continuous Delivery Foundation 的成立感到兴奋
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1306
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1307
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-01-08-mpl-modular-pipeline-library/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1308 1309 1310 1311
                    MPL - 模块化的流水线库
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1312
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1313
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-27-jenkins-script-console-in-practice/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1314 1315 1316 1317
                    批量修改 Jenkins 任务的技巧
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1318
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1319
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-16-webhook-firewalls/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1320 1321 1322 1323
                    在安全防火墙内通过 WebHook 触发构建
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1324 1325 1326 1327 1328 1329
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-24-becoming-contributor-newbie-tickets/" class="link blue">
                    成为一名 Jenkins 贡献者:对新手友好的工单
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1330 1331 1332
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1333 1334 1335 1336 1337 1338 1339
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/jenkins-x" class="link black hover-blue">
                  jenkins-x <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1340 1341 1342 1343 1344 1345
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-24-achieve-cicd-with-jenkins-x-kubernetes-and-spring/" class="link blue">
                    使用 Jenkins X、Kubernetes 和 Spring Boot 实现 CI/CD
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1346 1347 1348 1349 1350 1351
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-17-from-jenkins-to-jenkins-x/" class="link blue">
                    从 Jenkins 到 Jenkins X
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1352
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1353
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1354 1355 1356 1357
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1358
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1359
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-5-custom-war-packager/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1360 1361 1362 1363 1364 1365 1366
                    Custom WAR Packager
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1367 1368 1369 1370 1371 1372 1373
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/jenkinsworld" class="link black hover-blue">
                  jenkinsworld <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1374
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1375
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-12-gasc/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1376 1377 1378 1379
                    Jenkins Configuration-as-Code: 看,我都不用手动配置
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1380
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1381
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-30-k8s-jenkins-secet-agent/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1382 1383 1384 1385
                    Jenkins 和 Kubernetes -云上的神秘代理
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1386
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1387
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1388 1389 1390 1391
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1392
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1393
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-09-jenkins-evergreen/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1394
                    自动更新、易于使用的 Jenkins
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1395 1396 1397
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1398 1399 1400 1401 1402 1403 1404 1405 1406 1407
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/jenkinsworld2018" class="link black hover-blue">
                  jenkinsworld2018 <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1408
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1409
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-12-gasc/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1410 1411 1412 1413
                    Jenkins Configuration-as-Code: 看,我都不用手动配置
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1414
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1415
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-30-k8s-jenkins-secet-agent/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1416 1417 1418 1419
                    Jenkins 和 Kubernetes -云上的神秘代理
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1420
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1421
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1422 1423 1424 1425
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1426
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1427
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-09-jenkins-evergreen/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1428
                    自动更新、易于使用的 Jenkins
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1429
                  </a>
LinuxSuRen's avatar
LinuxSuRen 已提交
1430 1431 1432 1433 1434
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1435 1436 1437 1438 1439 1440 1441
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/jira" class="link black hover-blue">
                  jira <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1442 1443 1444 1445 1446 1447
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-08-jenkins-plugin-develop-within-two-days-part02/" class="link blue">
                    Jenkins 插件开发之旅:两天内从 idea 到发布(下篇)
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1448 1449 1450 1451 1452 1453 1454 1455 1456
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-06-jenkins-plugin-develop-within-two-days-part01/" class="link blue">
                    Jenkins 插件开发之旅:两天内从 idea 到发布(上篇)
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/jmh" class="link black hover-blue">
                  jmh <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-04-performance-testing-jenkins/" class="link blue">
                    Jenkins 插件的微基准测试框架
                  </a>
                </h3>
              
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/jte" class="link black hover-blue">
                  jte <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-01-introducing-the-jenkins-templating-engine/" class="link blue">
                    介绍 Jenkins 模板引擎
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1489 1490 1491 1492 1493 1494 1495
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/k8s" class="link black hover-blue">
                  k8s <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1496 1497 1498 1499 1500 1501
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-24-achieve-cicd-with-jenkins-x-kubernetes-and-spring/" class="link blue">
                    使用 Jenkins X、Kubernetes 和 Spring Boot 实现 CI/CD
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1502
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1503
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1504 1505 1506 1507
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1508
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1509
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-24-progressive-delivery-in-kubernetes-blue-green-and-canary-deployments/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1510 1511 1512 1513 1514 1515 1516
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1517 1518 1519 1520 1521 1522 1523 1524
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/kubecon" class="link black hover-blue">
                  kubecon <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1525
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1526 1527 1528 1529 1530 1531 1532
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1533 1534 1535 1536 1537 1538 1539
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/kubernetes" class="link black hover-blue">
                  kubernetes <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1540 1541 1542 1543 1544 1545
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-29-leveraging-jenkins-on-kubernetes/" class="link blue">
                    在 Kubernetes 上使用 Jenkins 
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1546 1547 1548 1549 1550 1551
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-24-achieve-cicd-with-jenkins-x-kubernetes-and-spring/" class="link blue">
                    使用 Jenkins X、Kubernetes 和 Spring Boot 实现 CI/CD
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1552 1553 1554 1555 1556 1557
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-17-from-jenkins-to-jenkins-x/" class="link blue">
                    从 Jenkins 到 Jenkins X
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1558
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1559
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-16-cloud-agnostic-automated-cicd-for-k8s/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1560 1561 1562 1563
                    与云无关的用于 Kubernetes 的自动化 CI/CD 
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1564
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1565
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1566 1567 1568 1569
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1570
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1571
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-24-progressive-delivery-in-kubernetes-blue-green-and-canary-deployments/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1572 1573 1574 1575
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1576
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1577
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1578 1579 1580 1581
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1582
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1583
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-30-k8s-jenkins-secet-agent/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1584 1585 1586 1587 1588 1589 1590
                    Jenkins 和 Kubernetes -云上的神秘代理
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1591 1592 1593 1594 1595 1596 1597
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/maven" class="link black hover-blue">
                  maven <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1598 1599 1600 1601 1602 1603
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-08-jenkins-plugin-develop-within-two-days-part02/" class="link blue">
                    Jenkins 插件开发之旅:两天内从 idea 到发布(下篇)
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1604 1605 1606 1607 1608 1609 1610 1611 1612
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-06-jenkins-plugin-develop-within-two-days-part01/" class="link blue">
                    Jenkins 插件开发之旅:两天内从 idea 到发布(上篇)
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1613 1614 1615 1616 1617 1618 1619 1620
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/newcomer" class="link black hover-blue">
                  newcomer <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1621
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1622 1623 1624 1625
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1626 1627 1628 1629 1630 1631
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-24-becoming-contributor-newbie-tickets/" class="link blue">
                    成为一名 Jenkins 贡献者:对新手友好的工单
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1632 1633 1634
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1635 1636 1637 1638 1639 1640 1641 1642
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/nginx" class="link black hover-blue">
                  nginx <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1643
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-25-jenkins-ansible-nginx/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1644 1645 1646 1647 1648 1649 1650
                    使用 Jenkins &#43; Ansible 实现自动化部署 Nginx
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1651 1652 1653 1654 1655 1656 1657 1658
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/opensource" class="link black hover-blue">
                  opensource <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1659
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-ready-for-cdf/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1660 1661 1662 1663 1664 1665 1666
                    为 Continuous Delivery Foundation 的成立感到兴奋
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1667 1668 1669 1670 1671 1672 1673 1674
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/outreachy" class="link black hover-blue">
                  outreachy <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1675
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-13-outreachy-audit-log-plugin/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1676
                    Jenkins 对审计日志的支持
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690
                  </a>
                </h3>
              
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/outreachy2018" class="link black hover-blue">
                  outreachy2018 <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1691
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-13-outreachy-audit-log-plugin/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1692
                    Jenkins 对审计日志的支持
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1693 1694 1695 1696 1697 1698
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1699 1700 1701 1702 1703 1704 1705
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/performance" class="link black hover-blue">
                  performance <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1706 1707 1708 1709 1710 1711
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-04-performance-testing-jenkins/" class="link blue">
                    Jenkins 插件的微基准测试框架
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1712
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1713
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1714 1715 1716 1717 1718 1719 1720
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1721 1722 1723 1724 1725 1726 1727
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/pipeline" class="link black hover-blue">
                  pipeline <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1728 1729 1730 1731 1732 1733
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-29-leveraging-jenkins-on-kubernetes/" class="link blue">
                    在 Kubernetes 上使用 Jenkins 
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1734 1735 1736 1737 1738 1739
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-14-jenkins-pipeline-workshop/" class="link blue">
                    持续交付落地实践工作坊
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1740 1741 1742 1743 1744 1745
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-08-wechat-answer-1/" class="link blue">
                    Jenkins 中文社区技术交流微信群问题集之一
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1746 1747 1748 1749 1750 1751
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-10-phase-1-multibranch-pipeline-support-for-gitlab/" class="link blue">
                    多分支流水线任务对 GitLab SCM 的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1752 1753 1754 1755 1756 1757
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-01-introducing-the-jenkins-templating-engine/" class="link blue">
                    介绍 Jenkins 模板引擎
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1758 1759 1760 1761 1762 1763
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-10-jenkins-pipeline-workshop/" class="link blue">
                    还在苦恼不会写 Jenkins 流水线?来场工作坊!
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1764
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1765 1766 1767 1768 1769 1770 1771
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-30-what-cicd-tool-should-i-use/" class="link blue">
                    应该使用什么 CI/CD 工具?
                  </a>
                </h3>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-10-getting-started-with-docker-for-java-applications/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1772 1773 1774 1775
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1776
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1777
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-electron-pipeline-demo/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1778 1779 1780 1781 1782
                    Electron 应用的流水线设计
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1783
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-01-08-mpl-modular-pipeline-library/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1784 1785 1786 1787
                    MPL - 模块化的流水线库
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1788
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1789
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-23-configuring-jenkins-pipeline-with-yaml-file/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1790 1791 1792 1793 1794 1795 1796
                    使用 YAML 文件配置 Jenkins 流水线
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/pipeline-authoring" class="link black hover-blue">
                  pipeline-authoring <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-01-introducing-the-jenkins-templating-engine/" class="link blue">
                    介绍 Jenkins 模板引擎
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1813 1814 1815 1816 1817 1818 1819
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/platform-sig" class="link black hover-blue">
                  platform-sig <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1820 1821 1822 1823 1824 1825
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-15-let-s-celebrate-java-11-support/" class="link blue">
                    让我们庆祝 Jenkins 对 Java 11的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1826
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1827
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1828 1829 1830 1831
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1832
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1833
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-27-windows-installers/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1834 1835 1836 1837
                    Windows 安装程序更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1838 1839 1840
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/plugin" class="link black hover-blue">
                  plugin <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-01-introducing-the-jenkins-templating-engine/" class="link blue">
                    介绍 Jenkins 模板引擎
                  </a>
                </h3>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-26-using-active-choices-plugin-merge-jobs/" class="link blue">
                    使用Active-Choices-Plugin插件将十个Job合成一个
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1863 1864 1865 1866 1867 1868 1869
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/plugins" class="link black hover-blue">
                  plugins <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1870 1871 1872 1873 1874 1875
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-29-leveraging-jenkins-on-kubernetes/" class="link blue">
                    在 Kubernetes 上使用 Jenkins 
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1876 1877 1878 1879 1880 1881
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-04-performance-testing-jenkins/" class="link blue">
                    Jenkins 插件的微基准测试框架
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1882 1883 1884 1885 1886 1887
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-10-phase-1-multibranch-pipeline-support-for-gitlab/" class="link blue">
                    多分支流水线任务对 GitLab SCM 的支持
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1888
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1889
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-security-spring-cleaning/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1890 1891 1892 1893 1894 1895 1896
                    春季安全清查
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1897 1898 1899 1900 1901 1902 1903
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/progressive-delivery" class="link black hover-blue">
                  progressive-delivery <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1904
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1905
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1906 1907 1908 1909
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1910
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1911
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-24-progressive-delivery-in-kubernetes-blue-green-and-canary-deployments/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1912 1913 1914 1915 1916 1917 1918
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1919 1920 1921 1922 1923 1924 1925
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/release" class="link black hover-blue">
                  release <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1926 1927 1928 1929 1930 1931
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-18-jenkins-weekly-release/" class="link blue">
                    Jenkins 每周版更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1932 1933 1934 1935 1936 1937
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-09-jenkins-release/" class="link blue">
                    Jenkins 长期支持版更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1938
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1939 1940 1941 1942 1943 1944
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-29-jenkins-release/" class="link blue">
                    Jenkins 2.176~2.178版本更新
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1945 1946 1947 1948 1949
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-15-gsoc-annoncement/" class="link blue">
                    19年 GSoC 中 Jenkins 的七个项目
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1950 1951 1952 1953 1954 1955 1956 1957 1958
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-09-jenkins-release/" class="link blue">
                    Jenkins 版本发布
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1959 1960 1961 1962 1963 1964 1965 1966
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/remoting" class="link black hover-blue">
                  remoting <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1967
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/scalability" class="link black hover-blue">
                  scalability <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1983
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1984 1985 1986 1987 1988 1989 1990
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1991 1992 1993 1994 1995 1996 1997
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/security" class="link black hover-blue">
                  security <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1998
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1999
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-28-devsecops/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
2000 2001 2002 2003
                    我们为什么需要 DevSecOps 和制品仓库?
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
2004
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2005
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-26-security-updates/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
2006 2007 2008 2009
                    Jenkins 的重要安全更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2010
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2011
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-16-webhook-firewalls/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2012 2013
                    在安全防火墙内通过 WebHook 触发构建
                  </a>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2014 2015
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2016
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2017
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-security-spring-cleaning/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2018 2019 2020 2021
                    春季安全清查
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/shared-library" class="link black hover-blue">
                  shared-library <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2033
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-01-08-mpl-modular-pipeline-library/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2034 2035
                    MPL - 模块化的流水线库
                  </a>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2036
                </h3>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047
              
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/shipper" class="link black hover-blue">
                  shipper <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
2048
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2049
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
2050 2051 2052 2053
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2054
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2055
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-24-progressive-delivery-in-kubernetes-blue-green-and-canary-deployments/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2056 2057 2058
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2059 2060 2061 2062
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/spec" class="link black hover-blue">
                  spec <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-20-translation-norms/" class="link blue">
                    转载规范及声明
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/spring-boot" class="link black hover-blue">
                  spring-boot <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-24-achieve-cicd-with-jenkins-x-kubernetes-and-spring/" class="link blue">
                    使用 Jenkins X、Kubernetes 和 Spring Boot 实现 CI/CD
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/springboot" class="link black hover-blue">
                  springboot <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-20-jenkins-ansible-springboot/" class="link blue">
                    使用 Jenkins &#43; Ansible 实现 Spring Boot 自动化部署101
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
2111 2112 2113 2114 2115 2116 2117 2118
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/survey" class="link black hover-blue">
                  survey <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2119
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-jenkins-survey/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134
                    2018年 Jenkins 国内使用情况调查问卷
                  </a>
                </h3>
              
            </div>

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/tools" class="link black hover-blue">
                  tools <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2135
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-5-custom-war-packager/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
2136 2137 2138
                    Custom WAR Packager
                  </a>
                </h3>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2139
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2140 2141 2142
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
2143 2144
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2145 2146
                <a href="/tags/webhooks" class="link black hover-blue">
                  webhooks <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
LinuxSuRen 已提交
2147 2148 2149 2150
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2151
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-16-webhook-firewalls/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2152
                    在安全防火墙内通过 WebHook 触发构建
LinuxSuRen's avatar
LinuxSuRen 已提交
2153 2154 2155 2156 2157 2158
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2159 2160
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2161 2162
                <a href="/tags/weekly" class="link black hover-blue">
                  weekly <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2163 2164 2165 2166
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2167
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-18-weekly-version/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2168
                    Jenkins 更新通知
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2169 2170 2171 2172 2173 2174
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2175 2176 2177 2178 2179 2180 2181 2182
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/windows" class="link black hover-blue">
                  windows <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2183
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-27-windows-installers/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2184 2185 2186 2187 2188 2189 2190
                    Windows 安装程序更新
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2191 2192 2193 2194 2195 2196 2197 2198
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/zabbix" class="link black hover-blue">
                  zabbix <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
2199
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-zabbix-monitor-jenkins/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2200 2201 2202 2203 2204 2205 2206
                    使用 Zabbix 监控 Jenkins
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/%E5%9C%A8%E7%BA%BF%E5%88%86%E4%BA%AB" class="link black hover-blue">
                  在线分享 <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/06/2019-06-09-github-share/" class="link blue">
                    在线分享 - 作为一名开源贡献者是如何使用 GitHub 的?
                  </a>
                </h3>
              
            </div>
LinuxSuRen's avatar
LinuxSuRen 已提交
2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236

          
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
                <a href="/tags/%E5%BC%80%E6%BA%90" class="link black hover-blue">
                  开源 <span class="f6 gray"> &#8599;</span>
                </a>
              </h2>
              
                <h3>
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/07/2019-07-30-jenkins-meetup/" class="link blue">
                    开源人线下见面会
                  </a>
                </h3>
              
            </div>
LinuxSuRen's avatar
LinuxSuRen 已提交
2237 2238

          
LinuxSuRen's avatar
LinuxSuRen 已提交
2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260

      </div>




    </div>

  </div>




</div>

    </main>

    <footer class="bg-primary-color-dark ph4-ns pt4 relative w-100" role="contentinfo">
  <div class="center flex-ns flex-wrap justify-between mw9 w-90">
    <div class="pb3 pt4 w-100 w-50-ns">

      <div class="b f3  light-gray mb3 nested-links tc">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2261
<a href="https://github.com/jenkins-zh/jenkins-zh/graphs/contributors" target="_blank" class="link">Jenkins 社区贡献者</a> 维护<br/>
LinuxSuRen's avatar
LinuxSuRen 已提交
2262 2263
      </div>

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2264
      <ul class="center f6 list ma0 mv3 pa0 tc" style="display:none"><li class="dib mr3"><a href="https://github.com/jenkins-zh/jenkins-zh/issues/new" class="dim link light-gray pv2">File an Issue</a></li></ul>
LinuxSuRen's avatar
LinuxSuRen 已提交
2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278

      <ul class="center f6 list ma0 mv4 pa0 tc">
        <li class="dib mr3">
          <a href="https://twitter.com/suren69811254" target="_blank" class="dim link light-gray pv2">@suren69811254</a>
        </li>
        <li class="dib mr3">
          <a href="https://www.youtube.com/channel/UC63xz3pq26BBgwB3cnwCoqQ" target="_blank" class="dim link light-gray pv2">YouTube</a>
        </li>
      </ul>

      
    </div>

    <div>
LinuxSuRen's avatar
LinuxSuRen 已提交
2279 2280 2281
        <div style="color: #ffffff; display: inline-block; text-align: center; margin-right: 5px; margin-left: 5px;">优酷视频
          <div>
            <a href="https://i.youku.com/jenkinszh" target="_blank">
LinuxSuRen's avatar
LinuxSuRen 已提交
2282
              <img src="/images/youku-qrcode.png" with="100" height="100">
LinuxSuRen's avatar
LinuxSuRen 已提交
2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293
            </a>
          </div>
        </div>
        <div style="color: #ffffff; display: inline-block; text-align: center; margin-right: 5px; margin-left: 5px;">微信公众号
          <div>
            <a href="https://mp.weixin.qq.com/s/vifdduC3kRGSIMpyL03yVA" target="_blank">
              <img src="https://jenkins.io/images/jenkins-wechat.png" with="100" height="100">
            </a>
          </div>
        </div>
      </div>
LinuxSuRen's avatar
LinuxSuRen 已提交
2294 2295 2296 2297 2298

  </div>

  <div class="f7 gray mb5 mb0-ns ph3 w-100" style="display:none"> 
    <p class="dib mr4">Jenkins&reg; is a registered trademark of <a href="https://www.spi-inc.org/" class="link">Software in the Public Interest, Inc.</a></p>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2299
    <p class="dib">Copyright 2018–2019 the original authors.</p>
LinuxSuRen's avatar
LinuxSuRen 已提交
2300 2301 2302 2303 2304 2305 2306 2307 2308 2309
  </div>


  <div class="bg-primary-color-dark bottom-0 left-0 right-0 dn-l fixed pb3 ph3 w-100"><div  class="globalmenu mobilemenu pb3 dn">
    

<ul class="list hidden dib ph0 ma0 scrolling-touch tc">
  
    <li  class="tl dib ma0 hover-bg-black w-100">
        <a href="/wechat/" class="ttu f6 link primary-color-light overflow hover-white db brand-font  ma0 w-100 pv3 ph4">
LinuxSuRen's avatar
LinuxSuRen 已提交
2310
          博客
LinuxSuRen's avatar
LinuxSuRen 已提交
2311 2312 2313
        </a>
    </li>
  
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2314 2315 2316 2317 2318 2319
    <li  class="tl dib ma0 hover-bg-black w-100">
        <a href="/event/" class="ttu f6 link primary-color-light overflow hover-white db brand-font  ma0 w-100 pv3 ph4">
          活动
        </a>
    </li>
  
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2320
    <li  class="tl dib ma0 hover-bg-black w-100">
LinuxSuRen's avatar
LinuxSuRen 已提交
2321 2322 2323 2324 2325 2326
        <a href="/partner/" class="ttu f6 link primary-color-light overflow hover-white db brand-font  ma0 w-100 pv3 ph4">
          合作伙伴
        </a>
    </li>
  
    <li  class="tl dib ma0 hover-bg-black w-100">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2327 2328 2329 2330 2331
        <a href="/about/" class="ttu f6 link primary-color-light overflow hover-white db brand-font  ma0 w-100 pv3 ph4">
          关于我们
        </a>
    </li>
  
LinuxSuRen's avatar
LinuxSuRen 已提交
2332
    <li  class="tl dib ma0 hover-bg-black w-100">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
2333 2334
        <a href="http://jenkins.io/zh" class="ttu f6 link primary-color-light overflow hover-white db brand-font  ma0 w-100 pv3 ph4">
          Jenkins 官网
LinuxSuRen's avatar
LinuxSuRen 已提交
2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362
        </a>
    </li>
  
</ul>

</div>
<div  class="docsmenu mobilemenu pb3 dn">
    

<ul class="list dib ph0 ma0 scrolling-touch tc">
  
</ul>

</div>

<div class="flex dn-l justify-between">
  <button class="js-toggle flex-auto dib dn-l f6 tc db mt4-ns ph3 pv2 link mr2 white bg-primary-color-dark hover-bg-primary-color ba b--white-40 w-auto" data-target=".globalmenu">Menu</button>

  <button class="js-toggle flex-auto dib dn-l f6 tc db mt4-ns ph3 pv2 link white bg-primary-color-dark hover-bg-primary-color ba b--white-40 w-auto" data-target=".docsmenu">Docs Menu</button>
</div>
</div>

</footer>

    
<link href="/dist/auto-complete.css" rel="stylesheet">
<script type="text/javascript">
    
LinuxSuRen's avatar
LinuxSuRen 已提交
2363
        var baseurl = "https:\/\/jenkins-zh.cn\/";
LinuxSuRen's avatar
LinuxSuRen 已提交
2364 2365 2366 2367 2368 2369 2370 2371
    
</script>
<script src="/dist/lunr.js"></script>
<script src="/dist/autocomplete.js"></script>
<script src="/dist/jquery-3.2.1.min.js"></script>
<script src="/dist/search.js"></script>

<script async defer src="https://buttons.github.io/buttons.js"></script>
LinuxSuRen's avatar
LinuxSuRen 已提交
2372 2373 2374 2375 2376 2377 2378 2379 2380
<script>
    var _hmt = _hmt || [];
    (function() {
      var hm = document.createElement("script");
      hm.src = "https://hm.baidu.com/hm.js?6db234f713318730f0e5f6a95bdd8d47";
      var s = document.getElementsByTagName("script")[0]; 
      s.parentNode.insertBefore(hm, s);
    })();
</script>
LinuxSuRen's avatar
LinuxSuRen 已提交
2381 2382 2383 2384 2385 2386 2387
<script>
(function(){
var src = (document.location.protocol == "http:") ? "http://js.passport.qihucdn.com/11.0.1.js?6276dcef5c15f276644151772390c1f9":"https://jspassport.ssl.qhimg.com/11.0.1.js?6276dcef5c15f276644151772390c1f9";
document.write('<script src="' + src + '" id="sozz"><\/script>');
})();
</script>

LinuxSuRen's avatar
LinuxSuRen 已提交
2388 2389 2390

  </body>
</html>