index.html 19.1 KB
Newer Older
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
1 2 3 4 5
<!DOCTYPE html>
<html class="no-js" lang="zh-CN">
  <head>
    <meta charset="utf-8">
    
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
deploy  
LinuxSuRen 已提交
9 10 11

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     
12
     <title>Kubernetes - Jenkins 中文社区</title>
LinuxSuRen's avatar
LinuxSuRen 已提交
13
     <meta name="HandheldFriendly" content="True">
LinuxSuRen's avatar
deploy  
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
deploy  
LinuxSuRen 已提交
21 22

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

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

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

42
<meta itemprop="name" content="Kubernetes">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
43 44 45
<meta itemprop="description" content="">

<meta name="twitter:card" content="summary"/>
46
<meta name="twitter:title" content="Kubernetes"/>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
47 48
<meta name="twitter:description" content=""/>

LinuxSuRen's avatar
LinuxSuRen 已提交
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
        
<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
deploy  
LinuxSuRen 已提交
73 74 75 76 77 78 79 80
  </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">
81
      <a href="https://jenkins-zh.cn" class="link white">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
82 83 84 85 86 87 88 89 90 91
         Jenkins 中文社区
      </a>
    </h1>
    <ul class="list ma0 pa0 dn dib-l">
      
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/wechat/" class="dim link light-silver"
            >
LinuxSuRen's avatar
LinuxSuRen 已提交
92
            博客
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
93 94 95 96 97
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
LinuxSuRen 已提交
98 99 100 101 102 103 104 105 106 107 108
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/tutorial/" class="dim link light-silver"
            >
            教程
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
109 110 111 112 113 114 115 116 117 118 119
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/event/" class="dim link light-silver"
            >
            活动
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
LinuxSuRen 已提交
120 121 122 123 124 125 126 127 128 129 130
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/partner/" class="dim link light-silver"
            >
            合作伙伴
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/about/" class="dim link light-silver"
            >
            关于我们
              
            
          </a>
        </li>
      
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="http://jenkins.io/zh" class="dim link light-silver"
            target="_blank">
            Jenkins 官网
              
            
              <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>

    <div class="list ma0 pa0 dn dib-l"></div>

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

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
174
<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
deploy  
LinuxSuRen 已提交
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
</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 mt4 pt3-ns">

  <div class="flex">
    

    <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">
193
          Tag: Kubernetes
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
194 195 196 197 198 199 200 201 202 203 204 205
        </h1>
        <div class=" mid-gray f5 f4-l">
          
        </div>
      </article>

      

      <div class="flex flex-wrap">
        
        <section class="flex-ns flex-wrap justify-between w-100">
          
LinuxSuRen's avatar
LinuxSuRen 已提交
206
          
LinuxSuRen's avatar
LinuxSuRen 已提交
207 208 209 210 211
            <div class="relative  weight-0" style="max-width: 350px">

  <div class="bg-white mb2 pa3 pa4-l gray">
    

LinuxSuRen's avatar
LinuxSuRen 已提交
212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
    <h1 class="near-black f3">
      <a href="/wechat/articles/2019/07/2019-07-29-leveraging-jenkins-on-kubernetes/" class="link primary-color dim">在 Kubernetes 上使用 Jenkins </a>
    </h1>

    <div class="lh-copy links">
      
          Jenkins 是一个功能强大的自动化和 CI/CD 工具,可以成为 Kubernetes 流水线的重要组成部分
        

        <a href="/wechat/articles/2019/07/2019-07-29-leveraging-jenkins-on-kubernetes/" class="f6 mt2 db link primary-color dim">
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

            
          
          
            <div class="relative  weight-0" style="max-width: 350px">

  <div class="bg-white mb2 pa3 pa4-l gray">
    

LinuxSuRen's avatar
LinuxSuRen 已提交
239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265
    <h1 class="near-black f3">
      <a href="/wechat/articles/2019/05/2019-05-24-achieve-cicd-with-jenkins-x-kubernetes-and-spring/" class="link primary-color dim">使用 Jenkins X、Kubernetes 和 Spring Boot 实现 CI/CD</a>
    </h1>

    <div class="lh-copy links">
      
          通过使用 Jenkins X 和 Kubernetes 来改进 Spring Boot 应用程序,使 Jenkins X 成为 CI/CD 过程的关键部分。
        

        <a href="/wechat/articles/2019/05/2019-05-24-achieve-cicd-with-jenkins-x-kubernetes-and-spring/" class="f6 mt2 db link primary-color dim">
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

            
          
          
            <div class="relative  weight-0" style="max-width: 350px">

  <div class="bg-white mb2 pa3 pa4-l gray">
    

LinuxSuRen's avatar
LinuxSuRen 已提交
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
    <h1 class="near-black f3">
      <a href="/wechat/articles/2019/05/2019-05-17-from-jenkins-to-jenkins-x/" class="link primary-color dim">从 Jenkins 到 Jenkins X</a>
    </h1>

    <div class="lh-copy links">
      
          这是一个关于 dailymotion 从 Jenkins 到 Jenkins X 的旅程,我们遇到的问题,以及我们是如何解决它们的故事
        

        <a href="/wechat/articles/2019/05/2019-05-17-from-jenkins-to-jenkins-x/" class="f6 mt2 db link primary-color dim">
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

            
          
LinuxSuRen's avatar
LinuxSuRen 已提交
287
          
LinuxSuRen's avatar
LinuxSuRen 已提交
288 289 290 291 292
            <div class="relative  weight-0" style="max-width: 350px">

  <div class="bg-white mb2 pa3 pa4-l gray">
    

LinuxSuRen's avatar
LinuxSuRen 已提交
293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
    <h1 class="near-black f3">
      <a href="/wechat/articles/2019/05/2019-05-16-cloud-agnostic-automated-cicd-for-k8s/" class="link primary-color dim">与云无关的用于 Kubernetes 的自动化 CI/CD </a>
    </h1>

    <div class="lh-copy links">
      
          请看看您可能想要用来设置与云无关的生产和开发环境的一些工具和流程。
        

        <a href="/wechat/articles/2019/05/2019-05-16-cloud-agnostic-automated-cicd-for-k8s/" class="f6 mt2 db link primary-color dim">
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

            
LinuxSuRen's avatar
LinuxSuRen 已提交
313
          
LinuxSuRen's avatar
LinuxSuRen 已提交
314
          
LinuxSuRen's avatar
LinuxSuRen 已提交
315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340
            <div class="relative  weight-0" style="max-width: 350px">

  <div class="bg-white mb2 pa3 pa4-l gray">
    

    <h1 class="near-black f3">
      <a href="/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="link primary-color dim">使用 Jenkins X 渐进式交付</a>
    </h1>

    <div class="lh-copy links">
      
          使用 Jenkins X 渐进式交付
        

        <a href="/wechat/articles/2019/04/2019-04-26-progressive-delivery-with-jenkins-x/" class="f6 mt2 db link primary-color dim">
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

            
          
LinuxSuRen's avatar
LinuxSuRen 已提交
341
          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
342
            <div class="relative  weight-0" style="max-width: 350px">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
343 344 345 346

  <div class="bg-white mb2 pa3 pa4-l gray">
    

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367
    <h1 class="near-black f3">
      <a href="/wechat/articles/2019/04/2019-04-24-progressive-delivery-in-kubernetes-blue-green-and-canary-deployments/" class="link primary-color dim">Kubernetes 中的渐进式交付:蓝绿部署和金丝雀部署</a>
    </h1>

    <div class="lh-copy links">
      
          本文介绍 Kubernetes 中与渐进式交付相关的三个有趣的项目:Shipper、Istio 以及 Flagger
        

        <a href="/wechat/articles/2019/04/2019-04-24-progressive-delivery-in-kubernetes-blue-green-and-canary-deployments/" class="f6 mt2 db link primary-color dim">
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

            
          
LinuxSuRen's avatar
LinuxSuRen 已提交
368
          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
369 370 371 372 373
            <div class="relative  weight-0" style="max-width: 350px">

  <div class="bg-white mb2 pa3 pa4-l gray">
    

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399
    <h1 class="near-black f3">
      <a href="/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="link primary-color dim">Jenkins 中文社区邀您来上海共同参与2019年的国际开源盛宴</a>
    </h1>

    <div class="lh-copy links">
      
          KubeCon + CloudNativeCon | Open Source Summit | 持续交付峰会 中国2019 2019年4月10日,旧金山 - Linux基金会是一家以开源促进大众创新的非营利组织,今天公布将于2019年6月24至26日在中国上海举行的 KubeCon + CloudNativeCon + Open Source Summit 中国2019日程。
Open Source Summit 中国2019前身为 LinuxCon + ContainerCon + CloudOpen 中国(LC3),是开源社区寻求合作、共享信息、了解当今最有影响力的开源技术和议题的重要平台,包括:云原生、无服务器、微服务、物联网、人工智能、网络、Linux 等。
2019年,首次将Open Source Summit中国和KubeCon + CloudNativeCon中国整合成一项活动,只需购票一次即可参加KubeCon + CloudNativeCon + Open Source Summit中国。
本届持续交付峰会将由 CNCF 承办在大会的第 0 天举行,汇聚了各个开源 CI/CD 社区。
Jenkins 中文社区成员在大会上将进行分享 Jenkins 中文社区成员夏润泽(北京优帆科技有限公司)将在大会上作为演讲嘉宾为大家带来主题为 Jenkins X 在 kubernetes 之上运行的无服务器 Jenkins 的分享。
Jenkins 中文社区邀您参与社区共同成长 在开源盛会开展的同时,我们希望能够与更多的小伙伴们一同在线上完善开源社区氛围、线下深度互动,努力构建一个有内容、有态度的优质技术社区。
      

        <a href="/wechat/articles/2019/04/2019-04-15-kubecon-cn/" class="f6 mt2 db link primary-color dim">
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

            
          
LinuxSuRen's avatar
LinuxSuRen 已提交
400
          
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
401 402 403 404 405
            <div class="relative  weight-0" style="max-width: 350px">

  <div class="bg-white mb2 pa3 pa4-l gray">
    

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
406
    <h1 class="near-black f3">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
407
      <a href="/wechat/articles/2019/01/2019-01-30-k8s-jenkins-secet-agent/" class="link primary-color dim">Jenkins 和 Kubernetes -云上的神秘代理</a>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
408 409 410 411 412 413 414
    </h1>

    <div class="lh-copy links">
      
          运行在 K8S 上的 Jenkins 动态节点
        

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
415
        <a href="/wechat/articles/2019/01/2019-01-30-k8s-jenkins-secet-agent/" class="f6 mt2 db link primary-color dim">
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
416 417 418 419 420 421 422 423 424
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
425
            
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
426 427 428 429
          
        </section>
      </div>

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
430 431 432
      


LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
433 434 435 436 437 438 439 440 441 442 443 444 445
    </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">
446 447
<a href="https://github.com/jenkins-zh/jenkins-zh/graphs/contributors" target="_blank"
          class="link">Jenkins 社区贡献者</a> 维护<br />
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
448 449
      </div>

LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
450
      <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
deploy  
LinuxSuRen 已提交
451 452 453

      <ul class="center f6 list ma0 mv4 pa0 tc">
        <li class="dib mr3">
LinuxSuRen's avatar
LinuxSuRen 已提交
454
          <a href="https://twitter.com/jenkinsci" target="_blank" class="dim link light-gray pv2">Twitter</a>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
455 456
        </li>
        <li class="dib mr3">
457 458
          <a href="https://www.youtube.com/channel/UC63xz3pq26BBgwB3cnwCoqQ" target="_blank"
            class="dim link light-gray pv2">YouTube</a>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
459
        </li>
LinuxSuRen's avatar
LinuxSuRen 已提交
460 461 462
        <li class="dib mr3">
          <a href="https://space.bilibili.com/433584098" target="_blank" class="dim link light-gray pv2">哔哩哔哩</a>
        </li>
463
        <li class="dib mr3">
464
          <a href="http://jcli.jenkins-zh.cn/" target="_blank" class="dim link light-gray pv2">Jenkins
465 466
            CLI</a>
        </li>
467 468 469
        <li class="dib mr3">
          <a href="https://discourse.jenkins-zh.cn/" target="_blank" class="dim link light-gray pv2">社区论坛</a>
        </li>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
470 471 472 473 474 475
      </ul>

      
    </div>

    <div>
476 477 478 479 480
      <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">
            <img src="/images/youku-qrcode.png" with="100" height="100">
          </a>
LinuxSuRen's avatar
LinuxSuRen 已提交
481
        </div>
482 483 484 485 486 487
      </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>
LinuxSuRen's avatar
LinuxSuRen 已提交
488 489
        </div>
      </div>
490
    </div>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
491 492 493 494

  </div>

  <div class="f7 gray mb5 mb0-ns ph3 w-100" style="display:none"> 
495 496
    <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>
497
    <p class="dib">Copyright 2018–2020 the original authors.</p>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
498 499 500 501 502 503 504 505 506 507
  </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 已提交
508
          博客
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
509 510 511
        </a>
    </li>
  
LinuxSuRen's avatar
LinuxSuRen 已提交
512 513 514 515 516 517
    <li  class="tl dib ma0 hover-bg-black w-100">
        <a href="/tutorial/" 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 已提交
518 519 520 521 522 523
    <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 已提交
524
    <li  class="tl dib ma0 hover-bg-black w-100">
LinuxSuRen's avatar
LinuxSuRen 已提交
525 526 527 528 529 530
        <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 已提交
531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547
        <a href="/about/" 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">
        <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 官网
        </a>
    </li>
  
</ul>

</div>


<div class="flex dn-l justify-between">
LinuxSuRen's avatar
LinuxSuRen 已提交
548
  <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">菜单</button>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
549

LinuxSuRen's avatar
LinuxSuRen 已提交
550
  
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
551
</div>
LinuxSuRen's avatar
LinuxSuRen 已提交
552
<script src="/dist/app.bundle.js" type="text/javascript"></script>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
553 554
</div>

555 556 557 558 559 560
  <script>
    ((window.gitter = {}).chat = {}).options = {
      room: 'jenkinsci/chinese'
    };
  </script>
  <script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
561 562 563 564 565 566
</footer>

    
<link href="/dist/auto-complete.css" rel="stylesheet">
<script type="text/javascript">
    
567
        var baseurl = "https:\/\/jenkins-zh.cn";
LinuxSuRen's avatar
deploy  
LinuxSuRen 已提交
568 569 570 571 572 573 574 575
    
</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 已提交
576 577 578 579 580 581 582 583 584
<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 已提交
585 586 587 588 589 590 591
<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
deploy  
LinuxSuRen 已提交
592 593 594

  </body>
</html>