index.html 21.8 KB
Newer Older
LinuxSuRen's avatar
LinuxSuRen 已提交
1 2 3
<!DOCTYPE html>
<html class="no-js" lang="zh-CN">

4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<head>
  <meta charset="utf-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>

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

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

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

30 31 32 33 34 35 36 37
  <link rel="alternate" type="application/rss&#43;xml" href="https://jenkins-zh.cn/wechat/index.xml">
  <link href='/dist/main.css' rel='stylesheet' type="text/css" /><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link href="/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#0594cb">
<meta name="theme-color" content="#ffffff"><style>
LinuxSuRen's avatar
LinuxSuRen 已提交
38 39 40 41 42 43 44 45
  img.avatar {
    width: 32px;
    display: inline;
  }
</style>
<meta property="og:title" content="Wechats" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
46
<meta property="og:url" content="https://jenkins-zh.cn/wechat/" />
47
<meta property="og:updated_time" content="2020-02-24T00:00:00&#43;00:00"/>
LinuxSuRen's avatar
LinuxSuRen 已提交
48 49 50 51 52 53 54 55

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

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

56
  
LinuxSuRen's avatar
LinuxSuRen 已提交
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
<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>

79 80 81 82 83
  
</head>

<body class="ma0 sans-serif bg-primary-color-light">
  
LinuxSuRen's avatar
LinuxSuRen 已提交
84 85 86 87 88
<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">
89
      <a href="https://jenkins-zh.cn" class="link white">
LinuxSuRen's avatar
LinuxSuRen 已提交
90 91 92 93 94 95 96 97 98 99
         Jenkins 中文社区
      </a>
    </h1>
    <ul class="list ma0 pa0 dn dib-l">
      
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/wechat/" class="dim link gray "
            >
LinuxSuRen's avatar
LinuxSuRen 已提交
100
            博客
LinuxSuRen's avatar
LinuxSuRen 已提交
101 102 103 104 105
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
LinuxSuRen 已提交
106 107 108 109 110 111 112 113 114 115 116
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/tutorial/" class="dim link light-silver"
            >
            教程
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
LinuxSuRen 已提交
117 118 119 120 121 122 123 124 125 126 127
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/event/" class="dim link light-silver"
            >
            活动
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
LinuxSuRen 已提交
128 129 130 131 132 133 134 135 136 137 138
        <li class="f5 dib mr4" role="menuitem">
            
            
          <a href="/partner/" class="dim link light-silver"
            >
            合作伙伴
              
            
          </a>
        </li>
      
LinuxSuRen's avatar
LinuxSuRen 已提交
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 174 175 176 177 178 179 180 181 182 183 184 185 186 187
        <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">

<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>
</span>

  </div>
</nav>

188 189
  
  <main role="main" class="content-with-sidebar min-vh-100 pb7 pb0-ns">
LinuxSuRen's avatar
LinuxSuRen 已提交
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
    
  
  
  <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">
          Wechats
        </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 已提交
214
          
LinuxSuRen's avatar
LinuxSuRen 已提交
215 216 217 218 219
            <div class="relative  weight-0" style="max-width: 350px">

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

220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
    <h1 class="near-black f3">
      <a href="/wechat/articles/2020/02/2020-02-24-jcli-v0.0.26/" class="link primary-color dim">Jenkins CLI 命令行 v0.0.26</a>
    </h1>

    <div class="lh-copy links">
      
          jcli-v0.0.26 发布
        

        <a href="/wechat/articles/2020/02/2020-02-24-jcli-v0.0.26/" 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">
    

247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273
    <h1 class="near-black f3">
      <a href="/wechat/articles/2020/02/2020-02-21-the-abc-of-devops-implementation-with-containerization-and-docker/" class="link primary-color dim">使用容器化和 Docker 实现 DevOps 的基础知识</a>
    </h1>

    <div class="lh-copy links">
      
          通过 Docker 和容器化,DevOps 可以更轻松、更快和更安全
        

        <a href="/wechat/articles/2020/02/2020-02-21-the-abc-of-devops-implementation-with-containerization-and-docker/" 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">
    

274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300
    <h1 class="near-black f3">
      <a href="/wechat/articles/2020/02/2020-02-18-google-summer-of-code-2019-report/" class="link primary-color dim">2019 年 Google 编程之夏活动报告</a>
    </h1>

    <div class="lh-copy links">
      
          主要介绍了 GSoC 2019 活动的几个课题并讲述了整个活动的组织过程
        

        <a href="/wechat/articles/2020/02/2020-02-18-google-summer-of-code-2019-report/" 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">
    

301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327
    <h1 class="near-black f3">
      <a href="/wechat/articles/2020/02/2020-02-17-happy-second-birthday-jenkins-x/" class="link primary-color dim">Happy Second Birthday Jenkins X!</a>
    </h1>

    <div class="lh-copy links">
      
          Jenkins X 2019 年终回顾
        

        <a href="/wechat/articles/2020/02/2020-02-17-happy-second-birthday-jenkins-x/" 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">
    

328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354
    <h1 class="near-black f3">
      <a href="/wechat/articles/2020/02/2020-02-14-devops-trends-to-watch-for-in-2020/" class="link primary-color dim">展望 2020 年 DevOps 的发展趋势</a>
    </h1>

    <div class="lh-copy links">
      
          本文展望了 2020 年 DevOps 领域的发展趋势
        

        <a href="/wechat/articles/2020/02/2020-02-14-devops-trends-to-watch-for-in-2020/" 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">
    

355
    <h1 class="near-black f3">
356
      <a href="/wechat/articles/2020/02/2020-02-12-a-new-chapter-for-kohsuke/" class="link primary-color dim">Jenkins 创始人 Kohsuke 的新篇章</a>
357 358 359 360
    </h1>

    <div class="lh-copy links">
      
361
          Jenkins 创始人 Kohsuke 即将退出 Jenkins,并投身于一个新的创业公司 Launchable
362 363
        

364
        <a href="/wechat/articles/2020/02/2020-02-12-a-new-chapter-for-kohsuke/" class="f6 mt2 db link primary-color dim">
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

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

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

382
    <h1 class="near-black f3">
383
      <a href="/wechat/articles/2020/02/2020-02-10-webSocket/" class="link primary-color dim">WebSocket</a>
384 385 386 387
    </h1>

    <div class="lh-copy links">
      
388
          谈谈 Jenkins 对 WebSocket 的实验性支持
389 390
        

391
        <a href="/wechat/articles/2020/02/2020-02-10-webSocket/" class="f6 mt2 db link primary-color dim">
392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

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

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

409
    <h1 class="near-black f3">
410
      <a href="/wechat/articles/2020/01/2020-01-10-the-complete-ci-cd-collection-tutorials/" class="link primary-color dim">完整的 CI/CD 集合[教程]</a>
411 412 413 414
    </h1>

    <div class="lh-copy links">
      
415
          我们收集了完整的 CI/CD 关于教程、工具、最佳实践的博客,分享 CI/CD 的那些事儿
416 417
        

418
        <a href="/wechat/articles/2020/01/2020-01-10-the-complete-ci-cd-collection-tutorials/" class="f6 mt2 db link primary-color dim">
419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

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

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

436
    <h1 class="near-black f3">
437
      <a href="/wechat/articles/2019/12/2019-12-31-implement-cicd-for-multibranch-pipeline-in-jenkins/" class="link primary-color dim">使用 Jenkins 实现 CI/CD 多分支流水线</a>
438 439 440 441
    </h1>

    <div class="lh-copy links">
      
442
          基于 Jenkins 多分支流水线任务类型创建 CI/CD 多分支流水线
443 444
        

445
        <a href="/wechat/articles/2019/12/2019-12-31-implement-cicd-for-multibranch-pipeline-in-jenkins/" class="f6 mt2 db link primary-color dim">
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

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

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

463
    <h1 class="near-black f3">
464
      <a href="/wechat/articles/2020/01/2020-01-13-welcome-to-the-matrix/" class="link primary-color dim">欢迎使用流水线指令-矩阵</a>
465 466 467 468
    </h1>

    <div class="lh-copy links">
      
469
          介绍了声明式流水线中 <code>matrix</code> 指令的使用方法,并介绍了 <code>matrix</code> 指令在pipeline中的句式
470 471
        

472
        <a href="/wechat/articles/2020/01/2020-01-13-welcome-to-the-matrix/" class="f6 mt2 db link primary-color dim">
473 474 475 476 477 478 479 480 481 482 483
          查看更多 &raquo;
        </a>

    </div>


  </div>
</div>

            
          
LinuxSuRen's avatar
LinuxSuRen 已提交
484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565
        </section>
      </div>

      

<ul class="pagination">
    
    <li class="page-item">
        <a href="/wechat/" class="page-link" aria-label="First"><span aria-hidden="true">&laquo;&laquo;</span></a>
    </li>
    
    <li class="page-item">
    <a href="/wechat/page/5/" class="page-link" aria-label="Previous"><span aria-hidden="true">&laquo;</span></a>
    </li>
    
    
    
    
    
    
        
        
    
    
    <li class="page-item"><a class="page-link" href="/wechat/">1</a></li>
    
    
    
    
    
    
        
        
    
    
    <li class="page-item"><a class="page-link" href="/wechat/page/2/">2</a></li>
    
    
    
    
    
    
        
        
    
    
    <li class="page-item"><a class="page-link" href="/wechat/page/3/">3</a></li>
    
    
    
    
    
    
        
        
    
    
    <li class="page-item disabled"><span aria-hidden="true">&nbsp;&hellip;&nbsp;</span></li>
    
    
    
    
    
    
        
        
    
    
    <li class="page-item"><a class="page-link" href="/wechat/page/5/">5</a></li>
    
    
    
    
    
    
        
        
    
    
    <li class="page-item active"><a class="page-link" href="/wechat/page/6/">6</a></li>
    
    
LinuxSuRen's avatar
LinuxSuRen 已提交
566 567 568 569 570 571 572 573 574 575 576
    
    
    
    
        
        
    
    
    <li class="page-item"><a class="page-link" href="/wechat/page/7/">7</a></li>
    
    
LinuxSuRen's avatar
LinuxSuRen 已提交
577 578 579 580 581 582 583 584
    
    
    
    
        
        
    
    
LinuxSuRen's avatar
LinuxSuRen 已提交
585 586 587 588 589 590 591 592 593 594 595
    <li class="page-item disabled"><span aria-hidden="true">&nbsp;&hellip;&nbsp;</span></li>
    
    
    
    
    
    
        
        
    
    
596 597 598 599 600 601 602 603 604
    
    
    
    
    
        
        
    
    
605 606 607 608 609 610 611 612 613
    
    
    
    
    
        
        
    
    
614 615 616 617 618 619 620 621 622
    
    
    
    
    
        
        
    
    
623 624 625 626 627 628 629 630 631
    
    
    
    
    
        
        
    
    
632 633 634 635 636 637 638 639 640
    
    
    
    
    
        
        
    
    
641 642 643 644 645 646 647 648 649
    
    
    
    
    
        
        
    
    
650 651 652 653 654 655 656 657 658
    
    
    
    
    
        
        
    
    
659 660 661 662 663 664 665 666 667
    
    
    
    
    
        
        
    
    
668 669 670 671 672 673 674 675 676 677
    
    
    
    
    
        
        
    
    
    <li class="page-item"><a class="page-link" href="/wechat/page/18/">18</a></li>
LinuxSuRen's avatar
LinuxSuRen 已提交
678 679
    
    
LinuxSuRen's avatar
LinuxSuRen 已提交
680 681
    <li class="page-item">
    <a href="/wechat/page/7/" class="page-link" aria-label="Next"><span aria-hidden="true">&raquo;</span></a>
LinuxSuRen's avatar
LinuxSuRen 已提交
682 683 684
    </li>
    
    <li class="page-item">
685
        <a href="/wechat/page/18/" class="page-link" aria-label="Last"><span aria-hidden="true">&raquo;&raquo;</span></a>
LinuxSuRen's avatar
LinuxSuRen 已提交
686 687 688 689 690 691 692 693 694 695 696
    </li>
    
</ul>


    </div>

  </div>

</div>

697
  </main>
LinuxSuRen's avatar
LinuxSuRen 已提交
698

699
  <footer class="bg-primary-color-dark ph4-ns pt4 relative w-100" role="contentinfo">
LinuxSuRen's avatar
LinuxSuRen 已提交
700 701 702 703
  <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">
704 705
<a href="https://github.com/jenkins-zh/jenkins-zh/graphs/contributors" target="_blank"
          class="link">Jenkins 社区贡献者</a> 维护<br />
LinuxSuRen's avatar
LinuxSuRen 已提交
706 707 708 709 710 711
      </div>

      <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>

      <ul class="center f6 list ma0 mv4 pa0 tc">
        <li class="dib mr3">
LinuxSuRen's avatar
LinuxSuRen 已提交
712
          <a href="https://twitter.com/jenkinsci" target="_blank" class="dim link light-gray pv2">Twitter</a>
LinuxSuRen's avatar
LinuxSuRen 已提交
713 714
        </li>
        <li class="dib mr3">
715 716
          <a href="https://www.youtube.com/channel/UC63xz3pq26BBgwB3cnwCoqQ" target="_blank"
            class="dim link light-gray pv2">YouTube</a>
LinuxSuRen's avatar
LinuxSuRen 已提交
717
        </li>
LinuxSuRen's avatar
LinuxSuRen 已提交
718 719 720
        <li class="dib mr3">
          <a href="https://space.bilibili.com/433584098" target="_blank" class="dim link light-gray pv2">哔哩哔哩</a>
        </li>
721
        <li class="dib mr3">
722
          <a href="https://jcli.jenkins-zh.cn/" target="_blank" class="dim link light-gray pv2">Jenkins
723 724
            CLI</a>
        </li>
725
        <li class="dib mr3">
726
          <a href="https://community.jenkins-zh.cn/" target="_blank" class="dim link light-gray pv2">社区论坛</a>
727
        </li>
LinuxSuRen's avatar
LinuxSuRen 已提交
728 729 730 731 732 733
      </ul>

      
    </div>

    <div>
734 735 736 737 738
      <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 已提交
739
        </div>
740 741 742 743 744 745
      </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 已提交
746 747
        </div>
      </div>
748 749 750 751 752 753 754
      <div style="color: #ffffff; display: inline-block; text-align: center; margin-right: 5px; margin-left: 5px;">微博
        <div>
          <a href="https://www.weibo.com/jenkinszh" target="_blank">
            <img src="/images/weibo-qrcode.png" with="100" height="100">
          </a>
        </div>
      </div>
755
    </div>
LinuxSuRen's avatar
LinuxSuRen 已提交
756 757 758

  </div>

759
  <div class="f7 gray mb5 mb0-ns ph3 w-100"> 
760
    <p class="dib mr4"><a href="http://www.beian.miit.gov.cn/" target="_blank" rel="nofollow" class="dim link light-gray pv2"><u>晋ICP备15000444号-2</u></a></p>
LinuxSuRen's avatar
LinuxSuRen 已提交
761 762 763 764 765 766 767 768 769 770
  </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 已提交
771
          博客
LinuxSuRen's avatar
LinuxSuRen 已提交
772 773 774
        </a>
    </li>
  
LinuxSuRen's avatar
LinuxSuRen 已提交
775 776 777 778 779 780
    <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
LinuxSuRen 已提交
781 782 783 784 785 786 787
    <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>
  
    <li  class="tl dib ma0 hover-bg-black w-100">
LinuxSuRen's avatar
LinuxSuRen 已提交
788 789 790 791 792 793
        <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
LinuxSuRen 已提交
794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810
        <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 已提交
811
  <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
LinuxSuRen 已提交
812

LinuxSuRen's avatar
LinuxSuRen 已提交
813
  
LinuxSuRen's avatar
LinuxSuRen 已提交
814
</div>
LinuxSuRen's avatar
LinuxSuRen 已提交
815
<script src="/dist/app.bundle.js" type="text/javascript"></script>
LinuxSuRen's avatar
LinuxSuRen 已提交
816 817
</div>

818 819 820 821 822 823
  <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
LinuxSuRen 已提交
824
</footer>
825
  
LinuxSuRen's avatar
LinuxSuRen 已提交
826 827 828
<link href="/dist/auto-complete.css" rel="stylesheet">
<script type="text/javascript">
    
829
        var baseurl = "https:\/\/jenkins-zh.cn";
LinuxSuRen's avatar
LinuxSuRen 已提交
830 831 832 833 834 835 836 837
    
</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 已提交
838 839 840 841 842 843 844 845 846
<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 已提交
847 848 849 850 851 852 853
<script>
(function(){
var src = (document.location.protocol == "http:") ? "http://js.passport.qihucdn.com/11.0.1.js?6276dcef5c15f276644151772390c1f9":"https://jspassport.ssl.qhimg.com/11.0.1.js?6276dcef5c15f276644151772390c1f9";
document.write('<script src="' + src + '" id="sozz"><\/script>');
})();
</script>

LinuxSuRen's avatar
LinuxSuRen 已提交
854

855 856 857
</body>

</html>