index.html 65.0 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 12 13 14

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

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

      
LinuxSuRen's avatar
LinuxSuRen 已提交
22
        <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
LinuxSuRen's avatar
LinuxSuRen 已提交
23 24
      

LinuxSuRen's avatar
LinuxSuRen 已提交
25
    <link rel="alternate" type="application/rss&#43;xml" href="https://jenkins-zh.cn/tags/index.xml">
LinuxSuRen's avatar
LinuxSuRen 已提交
26 27 28 29 30 31 32 33 34 35
    <link href='/dist/main.css' rel='stylesheet' type="text/css" /><script src="/js/chart.js"></script>
<style>
  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 已提交
36
<meta property="og:url" content="https://jenkins-zh.cn/tags/" />
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
37

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

<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 已提交
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
        
<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 已提交
71 72 73 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 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
deploy  
LinuxSuRen 已提交
110 111 112 113 114 115 116
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/about/" class="dim link light-silver"
            >
            关于我们
              
LinuxSuRen's avatar
LinuxSuRen 已提交
117 118 119 120 121 122
            
          </a>
        </li>
      
        <li class="f5 dib mr4" role="menuitem">
            
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
123 124 125
            
          <a href="http://jenkins.io/zh" class="dim link light-silver"
            target="_blank">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
126
            Jenkins 官网
LinuxSuRen's avatar
LinuxSuRen 已提交
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
              
            
              <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 已提交
149
    <div class="list ma0 pa0 dn dib-l"></div>
LinuxSuRen's avatar
LinuxSuRen 已提交
150 151 152

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

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
153
<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 已提交
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
</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 已提交
184 185 186 187 188 189 190
            <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 已提交
191
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
192
                  <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 已提交
193 194 195 196
                    Jenkins 2.173 发布通知
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
197
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
198
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-17-aiops/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
199 200 201 202 203 204 205
                    AIOps:DevOps 的未来
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
206 207 208 209 210 211 212 213
            <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>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
214
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-25-jenkins-ansible-nginx/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
215 216 217 218 219 220 221
                    使用 Jenkins &#43; Ansible 实现自动化部署 Nginx
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
222 223 224 225 226 227 228
            <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 已提交
229
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
230
                  <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 已提交
231 232 233 234
                    与云无关的用于 Kubernetes 的自动化 CI/CD 
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
235
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
236 237 238 239 240 241 242
                  <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 已提交
243 244 245 246
                    持续交付的商业价值
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
247
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
248
                  <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 已提交
249 250 251 252
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
253
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
254
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
255 256 257 258
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
259
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
260
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-12-what-is-cicd/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
261 262 263 264
                    什么是 CI/CD?
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
265 266 267
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
268 269 270 271 272 273 274
            <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 已提交
275 276 277 278 279 280
                <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 已提交
281
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
282
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-20-cdf-launch/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
283 284 285 286 287
                    Jenkins 正在加入持续交付基金会
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
288
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-ready-for-cdf/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
289 290 291 292 293 294 295
                    为 Continuous Delivery Foundation 的成立感到兴奋
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
296 297 298 299 300 301 302 303
            <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 已提交
304
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
305 306 307 308 309 310 311
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327
            <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 已提交
328 329 330 331 332 333 334
            <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 已提交
335
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
336
                  <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 已提交
337 338 339 340
                    与云无关的用于 Kubernetes 的自动化 CI/CD 
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
341
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
342 343 344 345 346 347 348
                  <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 已提交
349 350 351 352
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
353
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
354
                  <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 已提交
355 356 357 358
                    持续集成的收益与挑战
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
359
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
360
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
361 362 363 364
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
365
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
366
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-12-what-is-cicd/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
367 368 369 370
                    什么是 CI/CD?
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
371 372 373
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
374 375 376 377 378 379 380 381
            <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 已提交
382
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-ready-for-cdf/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
383 384 385 386 387 388 389
                    为 Continuous Delivery Foundation 的成立感到兴奋
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
390 391 392 393 394 395 396
            <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 已提交
397
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
398
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-5-custom-war-packager/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
399 400 401 402
                    Custom WAR Packager
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
403
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
404
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
405 406 407 408
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
409
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
410
                  <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 已提交
411 412 413 414
                    Jenkins 和 Kubernetes -云上的神秘代理
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
415
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
416
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
417 418 419 420
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
421 422 423
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
424 425 426 427 428 429 430
            <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
deploy  
LinuxSuRen 已提交
431
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
432
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
433 434 435 436
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
437
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
438
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-20-cdf-launch/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
439
                    Jenkins 正在加入持续交付基金会
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
440 441 442
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
443
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
444
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-gsoc2019-announcement/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
445
                    Jenkins 已经被 Google Summer Of Code 2019 接受!
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
446 447 448
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
449
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
450
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
451
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
452 453 454
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
455
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
456
                  <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 已提交
457
                    Jenkins 对审计日志的支持
LinuxSuRen's avatar
LinuxSuRen 已提交
458 459 460
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
461
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
462
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-25-year-in-review/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
463 464 465 466 467 468 469 470 471 472 473 474 475 476 477
                    回顾 2018: 革新的一年
                  </a>
                </h3>
              
            </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 已提交
478
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-12-gasc/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
479 480 481 482
                    Jenkins Configuration-as-Code: 看,我都不用手动配置
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
483 484 485
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
486 487 488 489 490 491 492 493
            <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 已提交
494
                  <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 已提交
495 496 497 498 499 500 501
                    持续集成的收益与挑战
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
502 503 504 505 506 507 508 509
            <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 已提交
510
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
511 512 513 514 515 516 517
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
518 519 520 521 522 523 524
            <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
deploy  
LinuxSuRen 已提交
525
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
526
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
527 528 529 530
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
531
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
532
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-26-security-updates/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
533 534 535 536 537
                    Jenkins 的重要安全更新
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
538
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-25-year-in-review/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
539 540 541 542
                    回顾 2018: 革新的一年
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
543 544 545
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
546 547 548 549 550 551 552
            <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
deploy  
LinuxSuRen 已提交
553
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
554
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
555 556 557 558
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
559
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
560
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
561 562 563 564 565 566 567
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
568 569 570 571 572 573 574
            <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
deploy  
LinuxSuRen 已提交
575 576 577 578 579 580
                <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 已提交
581
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
582
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-28-devsecops/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
583 584 585 586
                    我们为什么需要 DevSecOps 和制品仓库?
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
587
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
588
                  <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 已提交
589 590 591 592 593
                    Jenkins 2.173 发布通知
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
594
                  <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 已提交
595 596 597 598
                    持续交付的商业价值
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
599
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
600
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-17-aiops/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
601 602 603 604 605 606 607
                    AIOps:DevOps 的未来
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
608 609 610 611 612 613 614 615
            <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>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
616
                  <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 已提交
617 618 619 620
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
621
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
622
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-5-custom-war-packager/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
623 624 625 626 627
                    Custom WAR Packager
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
628
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-26-official-docker-image/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
629 630 631 632
                    Docker Hub 上的官方 Jenkins 镜像
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
633 634 635
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
636 637
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
638 639
                <a href="/tags/electron" class="link black hover-blue">
                  electron <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
LinuxSuRen 已提交
640 641 642 643
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
644
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-electron-pipeline-demo/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
645
                    Electron 应用的流水线设计
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
646 647 648
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
649 650 651
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
652 653
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
654 655
                <a href="/tags/events" class="link black hover-blue">
                  events <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
656 657 658 659
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
660
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-gsoc2019-announcement/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
661
                    Jenkins 已经被 Google Summer Of Code 2019 接受!
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
662 663 664 665 666 667
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
668 669
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
670 671
                <a href="/tags/evergreen" class="link black hover-blue">
                  evergreen <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
672 673 674 675
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
676
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-09-jenkins-evergreen/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
677
                    自动更新、易于使用的 Jenkins
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
678 679 680 681 682 683
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
684 685 686 687 688 689 690
            <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 已提交
691
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
692
                  <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 已提交
693 694 695 696
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
697
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
698
                  <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 已提交
699 700 701 702 703 704 705
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
706 707
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
708 709
                <a href="/tags/general" class="link black hover-blue">
                  general <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
710 711 712 713
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
714
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-20-cdf-launch/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
715
                    Jenkins 正在加入持续交付基金会
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
716 717 718 719 720 721
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
722 723 724 725 726 727 728 729
            <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>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
730
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-gsoc2019-announcement/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
731 732 733 734 735 736 737 738 739 740 741 742 743 744 745
                    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>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
746
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-gsoc2019-announcement/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
747 748 749 750 751 752 753
                    Jenkins 已经被 Google Summer Of Code 2019 接受!
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
754 755 756 757 758 759 760 761
            <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 已提交
762
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-27-windows-installers/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
763 764 765 766 767 768 769
                    Windows 安装程序更新
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
770 771 772 773 774 775 776
            <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 已提交
777
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
778
                  <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 已提交
779 780 781 782
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
783
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
784
                  <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 已提交
785 786 787 788 789 790 791
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
792 793 794 795 796 797 798 799
            <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>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
800
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
801 802 803 804 805 806 807
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
808 809 810 811 812 813 814
            <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 已提交
815 816 817 818 819 820
                <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 已提交
821 822 823 824 825 826
                <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 已提交
827 828 829 830 831 832
                <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 已提交
833 834 835 836 837 838
                <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 已提交
839 840 841 842 843
                <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 已提交
844 845 846 847 848 849
              
                <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 已提交
850
              
LinuxSuRen's avatar
LinuxSuRen 已提交
851 852 853 854 855 856
                <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 已提交
857
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
858
                  <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 已提交
859 860 861 862
                    使用 Jenkins X 渐进式交付:自动化金丝雀部署
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
863
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
864
                  <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 已提交
865 866 867 868
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
869
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
870
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-25-jenkins-ansible-nginx/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
871 872 873 874
                    使用 Jenkins &#43; Ansible 实现自动化部署 Nginx
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
875
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
876
                  <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 已提交
877 878 879 880
                    关于 Jenkins master 共享 JENKINS_HOME 目录的实验
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
881
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
882
                  <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 已提交
883 884 885 886
                    持续交付的商业价值
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
887
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
888
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-zabbix-monitor-jenkins/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
889 890 891 892
                    使用 Zabbix 监控 Jenkins
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
893
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
894
                  <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 已提交
895 896 897 898
                    简析 Jenkins 专有用户数据库加密算法
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
899
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
900
                  <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 已提交
901 902 903 904 905
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
906
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
907 908 909 910
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
911
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
912
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-electron-pipeline-demo/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
913 914 915 916
                    Electron 应用的流水线设计
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
917
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
918
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-ready-for-cdf/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
919 920 921 922
                    为 Continuous Delivery Foundation 的成立感到兴奋
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
923
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
924
                  <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 已提交
925 926 927 928
                    MPL - 模块化的流水线库
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
929
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
930
                  <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 已提交
931 932 933 934
                    批量修改 Jenkins 任务的技巧
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
935
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
936
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-16-webhook-firewalls/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
937 938 939 940 941 942 943
                    在安全防火墙内通过 WebHook 触发构建
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
944 945 946 947 948 949 950
            <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 已提交
951
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
952
                  <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 已提交
953 954 955 956
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
957
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
958
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-5-custom-war-packager/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
959 960 961 962 963 964 965
                    Custom WAR Packager
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
966 967 968 969 970 971 972
            <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 已提交
973
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
974
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-12-gasc/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
975 976 977 978
                    Jenkins Configuration-as-Code: 看,我都不用手动配置
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
979
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
980
                  <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 已提交
981 982 983 984
                    Jenkins 和 Kubernetes -云上的神秘代理
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
985
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
986
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
987 988 989 990
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
991
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
992
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-09-jenkins-evergreen/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
993
                    自动更新、易于使用的 Jenkins
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
994 995 996
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
997 998 999 1000 1001 1002 1003 1004 1005 1006
            </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 已提交
1007
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1008
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-12-gasc/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1009 1010 1011 1012
                    Jenkins Configuration-as-Code: 看,我都不用手动配置
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1013
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1014
                  <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 已提交
1015 1016 1017 1018
                    Jenkins 和 Kubernetes -云上的神秘代理
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1019
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1020
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1021 1022 1023 1024
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1025
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1026
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-09-jenkins-evergreen/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1027
                    自动更新、易于使用的 Jenkins
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1028
                  </a>
LinuxSuRen's avatar
LinuxSuRen 已提交
1029 1030 1031 1032 1033
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1034 1035 1036 1037 1038 1039 1040
            <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 已提交
1041 1042 1043 1044 1045 1046
                <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 已提交
1047 1048 1049 1050 1051 1052 1053 1054 1055
                <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 已提交
1056 1057 1058 1059 1060 1061 1062
            <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 已提交
1063
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1064
                  <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 已提交
1065 1066 1067 1068
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1069
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1070
                  <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 已提交
1071 1072 1073 1074 1075 1076 1077
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1078 1079 1080 1081 1082 1083 1084 1085
            <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 已提交
1086
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1087 1088 1089 1090 1091 1092 1093
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1094 1095 1096 1097 1098 1099 1100
            <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 已提交
1101
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1102
                  <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 已提交
1103 1104 1105 1106
                    与云无关的用于 Kubernetes 的自动化 CI/CD 
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1107
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1108
                  <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 已提交
1109 1110 1111 1112
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1113
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1114
                  <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 已提交
1115 1116 1117 1118
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1119
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1120
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1121 1122 1123 1124
                    Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1125
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1126
                  <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 已提交
1127 1128 1129 1130 1131 1132 1133
                    Jenkins 和 Kubernetes -云上的神秘代理
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1134 1135 1136 1137 1138 1139 1140
            <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 已提交
1141 1142 1143 1144 1145 1146
                <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 已提交
1147 1148 1149 1150 1151 1152 1153 1154 1155
                <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 已提交
1156 1157 1158 1159 1160 1161 1162 1163
            <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 已提交
1164
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-08-becoming-contributor-intro/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1165 1166 1167 1168 1169 1170 1171
                    介绍:成为一名 Jenkins 贡献者的旅程
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1172 1173 1174 1175 1176 1177 1178 1179
            <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 已提交
1180
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-25-jenkins-ansible-nginx/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1181 1182 1183 1184 1185 1186 1187
                    使用 Jenkins &#43; Ansible 实现自动化部署 Nginx
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1188 1189 1190 1191 1192 1193 1194 1195
            <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 已提交
1196
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-ready-for-cdf/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1197 1198 1199 1200 1201 1202 1203
                    为 Continuous Delivery Foundation 的成立感到兴奋
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1204 1205 1206 1207 1208 1209 1210 1211
            <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 已提交
1212
                  <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 已提交
1213
                    Jenkins 对审计日志的支持
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227
                  </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 已提交
1228
                  <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 已提交
1229
                    Jenkins 对审计日志的支持
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1230 1231 1232 1233 1234 1235
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1236 1237 1238 1239 1240 1241 1242 1243
            <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>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1244
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1245 1246 1247 1248 1249 1250 1251
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1252 1253 1254 1255 1256 1257 1258
            <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
deploy  
LinuxSuRen 已提交
1259
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1260 1261 1262 1263 1264 1265 1266
                  <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 已提交
1267 1268 1269 1270
                    Java 应用使用 Docker 的入门指南:建立一个 CI/CD 流水线
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1271
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1272
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-13-electron-pipeline-demo/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1273 1274 1275 1276 1277
                    Electron 应用的流水线设计
                  </a>
                </h3>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1278
                  <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 已提交
1279 1280 1281 1282
                    MPL - 模块化的流水线库
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1283
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1284
                  <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 已提交
1285 1286 1287 1288 1289 1290 1291
                    使用 YAML 文件配置 Jenkins 流水线
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1292 1293 1294 1295 1296 1297 1298 1299
            <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>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1300
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-20-java11-preview-availability/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1301 1302 1303 1304
                    Java 11 预览支持已在 Jenkins 2.155&#43; 中可用
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1305
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1306
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-27-windows-installers/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1307 1308 1309 1310
                    Windows 安装程序更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1311 1312 1313
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1314 1315 1316 1317 1318 1319 1320 1321
            <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>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1322
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-security-spring-cleaning/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1323 1324 1325 1326 1327 1328 1329
                    春季安全清查
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1330 1331 1332 1333 1334 1335 1336
            <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 已提交
1337
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1338
                  <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 已提交
1339 1340 1341 1342
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1343
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1344
                  <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 已提交
1345 1346 1347 1348 1349 1350 1351
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1352 1353 1354 1355 1356 1357 1358
            <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 已提交
1359 1360 1361 1362 1363 1364
                <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
LinuxSuRen 已提交
1365 1366 1367 1368 1369 1370 1371 1372 1373
                <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 已提交
1374 1375 1376 1377 1378 1379 1380 1381
            <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 已提交
1382
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397
                    从 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 已提交
1398
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-scaling-network-connections/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1399 1400 1401 1402 1403 1404 1405
                    从 Jenkins Master 扩展网络连接
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1406 1407 1408 1409 1410 1411 1412
            <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 已提交
1413
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1414
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-28-devsecops/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1415 1416 1417 1418
                    我们为什么需要 DevSecOps 和制品仓库?
                  </a>
                </h3>
              
LinuxSuRen's avatar
LinuxSuRen 已提交
1419
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1420
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-26-security-updates/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1421 1422 1423 1424
                    Jenkins 的重要安全更新
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1425
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1426
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-16-webhook-firewalls/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1427 1428
                    在安全防火墙内通过 WebHook 触发构建
                  </a>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1429 1430
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1431
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1432
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-security-spring-cleaning/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1433 1434 1435 1436
                    春季安全清查
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447
            </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 已提交
1448
                  <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 已提交
1449 1450
                    MPL - 模块化的流水线库
                  </a>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1451
                </h3>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462
              
            </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 已提交
1463
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1464
                  <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 已提交
1465 1466 1467 1468
                    使用 Jenkins X 渐进式交付
                  </a>
                </h3>
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1469
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1470
                  <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 已提交
1471 1472 1473
                    Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署
                  </a>
                </h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485
              
            </div>

          
            <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 已提交
1486
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-19-jenkins-survey/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501
                    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 已提交
1502
                  <a href="https://jenkins-zh.cn/wechat/articles/2018/12/2018-12-5-custom-war-packager/" class="link blue">
LinuxSuRen's avatar
LinuxSuRen 已提交
1503 1504 1505
                    Custom WAR Packager
                  </a>
                </h3>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1506
              
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1507 1508 1509
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1510 1511
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1512 1513
                <a href="/tags/webhooks" class="link black hover-blue">
                  webhooks <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
LinuxSuRen 已提交
1514 1515 1516 1517
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1518
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/01/2019-01-16-webhook-firewalls/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1519
                    在安全防火墙内通过 WebHook 触发构建
LinuxSuRen's avatar
LinuxSuRen 已提交
1520 1521 1522 1523 1524 1525
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1526 1527
            <div class="break-inside-avoid-l nested-copy-line-height mb5">
              <h2 class="f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1528 1529
                <a href="/tags/weekly" class="link black hover-blue">
                  weekly <span class="f6 gray"> &#8599;</span>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1530 1531 1532 1533
                </a>
              </h2>
              
                <h3>
LinuxSuRen's avatar
LinuxSuRen 已提交
1534
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/03/2019-03-18-weekly-version/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1535
                    Jenkins 更新通知
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1536 1537 1538 1539 1540 1541
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1542 1543 1544 1545 1546 1547 1548 1549
            <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 已提交
1550
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/02/2019-02-27-windows-installers/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1551 1552 1553 1554 1555 1556 1557
                    Windows 安装程序更新
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1558 1559 1560 1561 1562 1563 1564 1565
            <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 已提交
1566
                  <a href="https://jenkins-zh.cn/wechat/articles/2019/04/2019-04-15-zabbix-monitor-jenkins/" class="link blue">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1567 1568 1569 1570 1571 1572 1573
                    使用 Zabbix 监控 Jenkins
                  </a>
                </h3>
              
            </div>

          
LinuxSuRen's avatar
LinuxSuRen 已提交
1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595

      </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 已提交
1596
<a href="https://github.com/jenkins-zh/jenkins-zh/graphs/contributors" target="_blank" class="link">Jenkins 社区贡献者</a> 维护<br/>
LinuxSuRen's avatar
LinuxSuRen 已提交
1597 1598
      </div>

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1599
      <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 已提交
1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622

      <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>
      <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 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 已提交
1623
    <p class="dib">Copyright 2018–2019 the original authors.</p>
LinuxSuRen's avatar
LinuxSuRen 已提交
1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637
  </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">
          微信
        </a>
    </li>
  
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1638 1639 1640 1641 1642 1643
    <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 已提交
1644 1645 1646 1647 1648 1649
    <li  class="tl dib ma0 hover-bg-black w-100">
        <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 已提交
1650
    <li  class="tl dib ma0 hover-bg-black w-100">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1651 1652
        <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 已提交
1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680
        </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 已提交
1681
        var baseurl = "https:\/\/jenkins-zh.cn";
LinuxSuRen's avatar
LinuxSuRen 已提交
1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693
    
</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>


  </body>
</html>