-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
744 lines (677 loc) · 28.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
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
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
266
267
268
269
270
271
272
273
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
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
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
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
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
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
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jenkins by DevOps</title>
<meta name="description" content="CMW 2016, Jenkins by DevOps">
<meta name="author" content="Karol Lassak">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<link rel="stylesheet" href="css/custom.css">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- SLIDES STARTS HERE -->
<section>
<h3>CMW 2016</h3>
<h1>Jenkins by DevOps</h1>
<h4>with <span class="blue">Puppet</span></h4>
<p><span style="font-size:16px">by Karol Lassak | <a href="https://twitter.com/IngwarSwenson" target="_blank">@IngwarSwenson</a></span></p>
</section>
<section data-background-color="#4c1130">
<section>
<img style="float: right; margin: 20" height="250" src="img/ingwar.jpg">
<div style="text-align: left;">
<h1 class="blue">Heya!</h1>
<p>Karol Lassak</p>
<ul>
<li class="fragment">Technical Lead/DevOps</li>
<li class="fragment">Aktualnie Programista w Allegro
<div style="background: white; padding: 30px 20px 20px 40px; margin-top: 20px;" widt="203px">
<img src="img/pres/logo-allegro-tech.svg" />
</div>
</li>
</ul>
</div>
</section>
<section>
<ul>
<li>Programista od 10 lat</li>
<li>Od początku projekty z administratorami i dla nich</li>
<li class="fragment">Duże wdrożenia z DevOps / Puppet</li>
<span class="fragment" style="display: inline-block; background: white; padding: 1em;">
<img height="100" src="img/logos/puppet.png"/>
<img height="100" src="img/pres/jboss.png"/>
<img height="100" src="img/pres/ruby-logo.png"/>
<img height="100" src="img/pres/java-logo.png"/>
<img height="100" src="img/logos/vagrant.png"/>
<img height="100" src="img/logos/docker.png"/>
</span>
</ul>
</section>
</section>
<section>
<section>
<h2>Jak będzie wyglądał warsztat?</h2>
<ul>
<li class="fragment">Krótki wstęp teoretyczny</li>
<li class="fragment">Samodzielna praca</li>
<li class="fragment">Przerwa około 13</li>
<li class="fragment">Mikro projekt</li>
</ul>
</section>
<section>
<h2>Co przed nami?</h2>
<ol>
<li class="fragment">Co to jest Jenkins i gdzie w tym Puppet?</li>
<li class="fragment">Puppet przypomnienie podstaw
<ul>
<li>Składnia deklaratywnych manifestów</li>
<li>Zasoby i zarządzanie kolejnością</li>
<li>Klasy i definicje</li>
</ul>
</li>
<li class="fragment">Moduły Puppet</li>
<li class="fragment">Puppet Forge</li>
<li class="fragment">Tworzenie modułu Jenkins</li>
</ol>
</section>
<section data-background-color="#5A983F">
<h1>Dyskusja</h1>
<ul>
<li>Jakie cele mam na tym warsztacie?</li>
<li>Czy potrafię wskazać na czym najbardziej mi zależy?</li>
<li>Czy mam już plan jak wykorzystać zdobytą tu wiedzę?</li>
</ul>
</section>
</section>
<section data-background-color="#A61C00">
<h1>Przygotowanie do warsztatu</h1>
<p>Przygotować VM do ćwiczeń</p>
<ul>
<li>Zainstalowany Vagrant >= 1.5.0</li>
<li>Zainstalowany VirtualBox >= 4.x</li>
<li>Box <code>vagrant box add puppetlabs/ubuntu-14.04-64-nocm</code></li>
</ul>
</section>
<section>
<section>
<h1>Jenkins</h1>
<img height="500" src="img/logos/jenkins.png"/>
</section>
<section>
<h2>Jenkins</h2>
<ul>
<li>Jedno z najpopularniejszych, darmowych narzędzi <span class="blue">continuous integration</span></li>
<li class="fragment">Przy jego pomocy można zbudować łatwo proces <span class="blue">continuous deployment</span></li>
<li class="fragment">Łatwa instalacja: pakiety do większości dystrybucji lub <span class="blue">java -jar jenkins.war</span></li>
<li class="fragment">Łatwa konfiguracja poprzez web GUI</li>
<li class="fragment">Bardzo duża ilość <a href="https://wiki.jenkins-ci.org/display/JENKINS/Plugins">pluginów</a></li>
</ul>
</section>
<section>
<h2>Jenkins + Puppet</h2>
<h4>Dlaczego tak?</h4>
<ul>
<li class="fragment">Dostajemy konfigurację zapisaną w <span class="blue">kodzie</span></li>
<li class="fragment">Przy dużej ilości zadań zarządzanie nimi poprzez GUI jest bardzo czasochłonne</li>
<li class="fragment">Znika problem <span class="blue">state of art</span>, łatwo można odtworzyć środowisko</li>
<li class="fragment">Pozbywamy się również problemu <span class="blue">pływającej konfiguracji</span></li>
</ul>
</section>
<section data-background-color="#5A983F">
<h1>Demonstracja Jenkins</h1>
</section>
</section>
<section>
<section data-background-color="#fff">
<img src="img/logos/puppet.png" />
<p class="fragment" style="color: #333">Jedno z najbardziej dojrzałych narzędzi DevOps</p>
</section>
<section>
<h2>Proces wprowadzania zmiany</h2>
<img src="img/PL_dataflow_notitle.png" style="background-color: #fff; padding:1em">
</section>
<section>
<h1>Puppet DSL</h1>
<pre><code>package { 'postgresql':
ensure => 'installed',
}
service { 'postgresql':
ensure => 'running',
enable => true,
require => Package['postgresql'],
}</code></pre>
<p>Nawet ludzie nie znający Puppeta są w stanie odgadnąć co może oznaczać taki zapis</p>
</section>
<section>
<h1 class="blue">Zasób Puppet</h1>
<p>Zasobem jest każdy pojedynczy <strong class="blue">deklaratywny</strong> element, który puppet może wymusić</p>
<pre><code class="puppet">service { 'apache2':
ensure => 'running',
enable => true,
}</code></pre>
<p class="fragment">Puppet posiada wiele wbudowanych zasobów</p>
</section>
<section>
<h1>Kolejność</h1>
<p>Zasoby tworzą graf w którym określamy kolejność wykonania</p>
<pre><code class="puppet">service { 'apache2':
ensure => 'running',
require => Package['apache2'],
}
package { 'apache2':
ensure => 'installed',
}</code></pre>
<p class="fragment">require, before, subscribe, notify</p>
</section>
<section>
<h2>Polecany flow</h2>
<code>install -> configure ~> service</code>
<pre><code class="puppet">package { 'openssh-server':
ensure => 'installed',
}
file { '/etc/ssh/sshd_config.conf':
ensure => 'file',
content => template('myssh/sshd_config.conf.erb'),
require => Package['openssh-server'],
}
service { 'ssh':
ensure => 'installed',
subscribe => File['/etc/ssh/sshd_config.conf'],
}</code></pre>
</section>
<section data-background="#A61C00">
<h1>Zadanie 1</h1>
<ul>
<li>Uruchomienie VM przy użyciu Vagranta: <code>puppetlabs/ubuntu-14.04-64-nocm</code></li>
<li>Zainstalowanie Puppet <a href="https://gist.github.com/cardil/31409f02e87182fdd9ef">goo.gl/a2lGAR</a>: <pre><code class="bash">wget https://apt.puppetlabs.com/puppetlabs-release-trusty.deb
sudo dpkg -i puppetlabs-release-trusty.deb
sudo apt-get update && sudo apt-get install -y puppet</code></pre></li>
</ul>
</section>
<section data-background-color="#A61C00">
<h1>Zadanie 2</h1>
<ul>
<li>Napisz prosty manifest instalujący pakiety: git, maven</li>
<li>Dodający użytkownika <code>jenkins</code></li>
<li>Oraz utworzyć katalog użytkownika i SSH <code>/home/jenkins</code>, <code>/home/jenkins/.ssh</code></li>
<li>Sprawdz manifest przy użyciu: <code>puppet parser validate plik.pp</code></li>
<li>Uruchom przy użyciu Vagrant</li>
</ul>
</section>
</section>
<section>
<section data-background-color="#1C4587">
<h1>Struktura kodu Puppet</h1>
</section>
<section>
<h2>Modułowość</h2>
<p>
Kod puppet umieszczamy w:
</p>
<ul>
<li>modułach</li>
<li>klasach</li>
<li>definicjach</li>
</ul>
</section>
<section>
<h2>Struktura modułu</h2>
<pre><code>mymodule # This outermost directory’s name matches the
│ # name of the module.
├── manifests # Contains all of the manifests in the module.
│ └── init.pp # Contains a class definition. This class’s
│ # name must match the module’s name.
├── metadata.json # Contains META information about module
├── spec # Contains spec tests for any plugins in the
│ # lib directory.
├── templates # Contains templates, which the module’s
│ # manifests can use.
├── files # Contains files to be sourced
├── tests # Contains examples showing how to declare
│ │ # the module's classes and defined types.
│ └── init.pp
└── lib # Contains plugins, like custom facts and
│ # custom resource types.
└── puppet
├── provider
└── type</code></pre>
</section>
<section>
<h2>Moduły 101</h2>
<ul>
<li>Moduły znajdują się na PM</li>
<li>Moduły zawierają kod Puppet</li>
<li>Moduły posiadają określony układ</li>
<li>Moduły mogą być prosto instalowane</li>
</ul>
<p>
Wiecej: <a href="http://slides.com/cardil/reusable-puppet-module-development-and-testing">http://slides.com/cardil/...</a>
</p>
</section>
<section>
<h1>Generowanie modułu</h1>
<p><code>puppet module generate company/modulename</code></p>
<p>
Generuje strukturę modułu
</p>
</section>
<section>
<h2>Klasy</h2>
<ul>
<li>Klasy to nazwane bloki kodu Puppet</li>
<li>Są definiowane w modułach do późniejszego użycia</li>
<li>Nie są automatycznie wywoływane, muszą być dołączone do katalogu</li>
<li>Generalnie opisują średnie i duże fragmenty funkcjonalności</li>
<li>Nazwa może mylić z innymi językami programowania</li>
</ul>
</section>
<section>
<h2>Klasy przykład</h2>
<pre><code class="puppet">class apache ($version = 'latest') {
package {'httpd':
ensure => $version, # Using the class parameter from above
before => File['/etc/httpd.conf'],
}
file {'/etc/httpd.conf':
ensure => file,
owner => 'httpd',
content => template('apache/httpd.conf.erb'), # Template from a module
}
service {'httpd':
ensure => running,
enable => true,
subscribe => File['/etc/httpd.conf'],
}
}</code></pre>
</section>
<section>
<h2>Użycie klasy</h2>
<pre><code class="puppet"># only once in catalog
# class is a resource
class { 'apache':
version => 'latest',
}
# or simply
include apache
include apache</code></pre>
</section>
<section>
<h2>Definicje</h2>
<ul>
<li>To bloki kodu puppet które mogą być wywołane wielokrotnie z różnymi parametrami</li>
<li>Mogą być użyte jako proste makra dla powtarzających się operacji</li>
</ul>
</section>
<section>
<h2>Definicje - przykład</h2>
<pre><code class="puppet"># /etc/puppet/modules/apache/manifests/vhost.pp
define apache::vhost ($port, $docroot, $servername = $title, $vhost_name = '*') {
include apache # contains Package['httpd'] and Service['httpd']
include apache::params # contains common config settings
$vhost_dir = $apache::params::vhost_dir
file { "${vhost_dir}/${servername}.conf":
content => template('apache/vhost-default.conf.erb'),
# This template can access all of the parameters and variables from above.
owner => 'www',
group => 'www',
mode => '644',
require => Package['httpd'],
notify => Service['httpd'],
}
}</code></pre>
</section>
<section>
<h1 class="blue">Pliki</h1>
<h2>w modułach</h2>
<pre><code class="puppet">file { '/home/jenkins/.ssh/id_rsa.pub':
ensure => 'file',
mode => '0400',
# Plik w /etc/puppet/modules/myjenkins/files/id_rsa.pub
source => 'puppet:///modules/myjenkins/id_rsa.pub'
}</code></pre>
<p>
W modułach można umieścić pliki w katalogu: <code>files/</code>
</p>
</section>
<section>
<h1 class="blue">Template</h1>
<h2>w modułach</h2>
<pre><code class="puppet">file { '/etc/default/jenkins':
ensure => 'file',
mode => '0644',
# Plik w /etc/puppet/modules/myjenkins/templates/etc-jenkins.erb
content => template('myjenkins/etc-jenkins.erb')
}</code></pre>
<p>
W modułach można umieścić template w katalogu: <code>templates/</code>
</p>
</section>
<section>
<h2 class="blue">Template</h2>
<h2>przykład</h2>
<pre><code class="erb">## Jenkins settings file
JENKINS_USER=<% @user %></code></pre>
<p>
Plik: <code>/etc/puppet/modules/myjenkins/templates/etc-jenkins.erb</code>
</p>
</section>
<section data-background-color="#A61C00">
<h1>Zadanie 3</h1>
<ul>
<li>Wykorzystując kod z zadania 2 utworzyć moduły puppet <code>inazwisko/myjenkins</code> oraz <code>inazwisko/common</code> i przenieść kod do klas i definicji</li>
<li>Stworzyć zasób file na podstawie jakiegoś template</li>
<li>Uruchomić kod przy pomocy Vagrant</li>
</ul>
</section>
</section>
<section>
<section data-background-color="#fff">
<img src="img/logos/forge-logo.png" alt="" />
</section>
<section>
<h1 class="blue">Forge</h1>
<ul>
<li>Hosting modułów Puppet - odpowiednik repozytorium pakietów</li>
<li class="fragment">Automatycznie zintegrowane z poleceniem <code>puppet module</code></li>
<li class="fragment">Wiele narzędzi wykorzystuje: librarian-puppet, r10k</li>
<li class="fragment">Jedynie publiczne moduły, bez możliwości instalacji wewnątrz sieci (są alternatywy: <a href="https://github.com/unibet/puppet-forge-server">unibet/puppet-forge-server</a>)</li>
</ul>
</section>
<section>
<h2>Szukanie i pobieranie modułów</h2>
<pre><code class="bash">puppet module list # listuje moduły
puppet search apt # szuka modułu po słowie kluczowym
puppet module install puppetlabs/apt # instaluje moduł</code></pre>
</section>
<section>
<h2>Jakie moduły wybierać?</h2>
<p class="fragment"><img style="float: right" src="img/logos/supported-tag-upper-right.png" alt="" /> pisane przez Puppetlabs, testowane na wielu platformach</p>
<p class="fragment"><img style="float: right" src="img/logos/approved-tag-upper-right.png" alt="" /> pisane przez innych autorów, zaakceptowane przez Puppetlabs jako jedne z najlepszych spełniających wymagania</p>
<p class="fragment">Ilość ściągnięć, historia, kto developuje, zależności, instalacja pakietów systemu, wartości na sztywno</p>
</section>
<section>
<h1>librarian-puppet</h1>
<ul>
<li>Upewnia się, że odpowiednie moduły są zainstalowane</li>
<li class="fragment">Obsługuje plik <code>Puppetfile</code> <pre><code class="ruby">forge 'https://forge.puppetlabs.com/'
mod 'puppetlabs/apt'
mod 'puppetlabs/firewall', '1.8.0'</code></pre></li>
<li class="fragment">Instalacja z Rubygems: <code>gem install librarian-puppet</code></li>
<li class="fragment">Uruchomienie: <code>librarian-puppet update --verbose</code>Za w katalogu pliku <code>Puppetfile</code></li>
</ul>
</section>
<section data-background-color="#A61C00">
<h1>Zadanie 4</h1>
<ul>
<li>Napisz skrypt który: <ul>
<li>zainstaluje <code>librarian-puppet</code></li>
<li>zaaktualizuje plik w katalogu <code>/etc/puppet/Puppetfile</code></li>
<li>uruchomi polecenia <code>librarian-puppet update --verbose</code></li>
</ul></li>
<li>Uruchomić ten skrypt przy pomocy Vagrant</li>
</ul>
</section>
</section>
<section>
<section>
<h1 class="blue">Moduł Jenkins</h1>
</section>
<section>
<img src="img/forge_jenkins.png" alt="" />
</section>
<section>
<ul>
<li>Niestety nie ma modułu od Puppetlabs</li>
<li class="fragment">Sprawdzamy ten który ma approve od Puppetlabs</li>
<li class="fragment">Ma bardzo dużo pobrań, więc można założyć że będzie dość elastyczny w konfiguracji</li>
<li class="fragment">Ma dobrą dokumentację</li>
<li class="fragment">Wydaje się że daje możliwość zrobienia wszystkiego czego potrzebujemy</li>
</ul>
</section>
<section>
<ul>
<li>Przy jego pomocy można prosto zainstalować i uruchomić Jenkinsa
<pre><code class="puppet">include jenkins</code></pre>
</li>
<li class="fragment">Zarządzać pluginami
<pre><code class="puppet">jenkins::plugin { 'git': }</code></pre>
</li>
<li class="fragment">Zarządzać zadaniami
<pre><code class="puppet">jenkins::job { 'test-build-job':
config => template("${templates}/test-build-job.xml.erb"
}</code></pre>
</li>
<li class="fragment">I wiele wiele innych... pełna dokumentacja na forge <a href="https://forge.puppetlabs.com/rtyler/jenkins">rtyler/jenkins</a></li>
</ul>
</section>
<section>
<p>Najprostszy XML z konfiguracją zadania</p>
<small>
<pre style="width: 900px"><code style="max-height: 800px"><?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.scm.NullSCM"/>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders/>
<publishers/>
<buildWrappers/>
</project></code></pre></small>
</section>
<section data-background-color="#A61C00">
<h1>Zadanie 5</h1>
<ul>
<li>Rozbuduj moduł z zadania 3 o następujące elementy<ul>
<li>zależność do modułu <code>rtyler/jenkins</code></li>
<li>uruchomienie modułu jenkins <code>include jenkins</code></li>
<li>zainstalowanie jednego dowolnego pluginu <small class="blue">(uwaga, zależności nie instalują sie automatycznie)</small></li>
</ul></li>
<li>Uruchomić ten skrypt przy pomocy Vagrant</li>
<li>Sprawdź czy możesz się zalogować na server jenkins <code>http://localhost:8080/</code></li>
</ul>
</section>
</section>
<section>
<section>
<h1 class="blue">Jenkins DSL</h1>
<ul>
<li>Programistyczny zapis zadań Jenkinsa</li>
<li class="fragment">Pozwala budować nowe zadania z poziomu kodu</li>
<li class="fragment">Łatwo można budować strumieniowe zadania</li>
<li class="fragment">Pozwala zapisać wszystko to na co pozwala sam Jenkins</li>
<li class="fragment">W sposób dużo prostszy niż XML który rozumie Jenkins</li>
</ul>
</section>
<section>
<h5>Składnia DSL (groovy)</h5>
<pre><code class="groovy">job('DSL-Tutorial-1-Test') {
scm {
git('git://github.com/jgritman/aws-sdk-test.git')
}
triggers {
scm('*/15 * * * *')
}
steps {
maven('-e clean test')
}
}</code></pre>
</section>
<section>
<h5>Cały jezyk do dyspozycji</h5>
<ul>
<li class="fragment">Zmienne
<pre><code class="groovy">def jobName = 'example'
job(jobName) {
}</code></pre>
</li>
<li class="fragment">Pętle
<pre><code class="groovy">for(i in 0..10) {
job("DSL-Tutorial-1-Test-${i}") {
scm {
git('https://github.com/quidryan/aws-sdk-test.git')
}
steps {
maven("test -Dtest.suite=${i}")
}
}
}</code></pre>
</li>
</ul>
</section>
<section>
<h5>Wywołania zewnętrzne</h5>
<pre><code class="groovy">def project = 'Netflix/asgard'
def branchApi = new URL("https://api.github.com/repos/${project}/branches")
def branches = new groovy.json.JsonSlurper().parse(branchApi.newReader())
branches.each {
def branchName = it.name
def jobName = "${project}-${branchName}".replaceAll('/','-')
job(jobName) {
scm {
git("https://github.com/${project}.git", branchName)
}
}
}</code></pre>
</section>
<section>
<p>Pamiętacie XML z konfiguracją zadania dla Jenkinsa</p>
<small>
<pre style="width: 900px"><code style="max-height: 800px"><?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.scm.NullSCM"/>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders/>
<publishers/>
<buildWrappers/>
</project></code></pre></small>
<h5 class="fragment">==</h5>
<pre class="fragment" style="width: 900px"><code class="groovy">job('example) {
}</code></pre>
</section>
<section>
<p>Przykład XML z konfiguracją zadania z DSL</p>
<small>
<pre style="width: 900px"><code style="max-height: 800px"><?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class='hudson.scm.NullSCM'/>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders>
<javaposse.jobdsl.plugin.ExecuteDslScripts plugin='[email protected]'>
<scriptText><%= @jobDslGroovy %></scriptText>
<usingScriptText>true</usingScriptText>
<ignoreExisting>false</ignoreExisting>
<removedJobAction>IGNORE</removedJobAction>
<removedViewAction>IGNORE</removedViewAction>
<lookupStrategy>JENKINS_ROOT</lookupStrategy>
<additionalClasspath></additionalClasspath>
</javaposse.jobdsl.plugin.ExecuteDslScripts>
</builders>
<publishers/>
<buildWrappers/>
</project></code></pre></small>
</section>
<section data-background-color="#A61C00">
<h1>Zadanie 6</h1>
<ul>
<li>Rozbuduj moduł z zadania 5 o następujące elementy<ul>
<li>zainstalowanie pluginów job-dsl i git<small class="blue">(uwaga, zależności nie instalują sie automatycznie)</small></li>
<li>dodanie nowego zadania poprzez <code>jenkins::job</code> z dowolną konfiguracją DSL</li>
</ul></li>
<li>Uruchomić ten skrypt przy pomocy Vagrant</li>
<li>Sprawdź czy zadanie jest widoczne poprzez konsole Jenkins</li>
</ul>
</section>
</section>
<section data-background-color="#5A983F">
<h1>Podsumowanie</h1>
<h2>warsztatu</h2>
<ul>
<li>Co poznaliśmy? Powtórka.</li>
<li>Co dalej?
<ul>
<li>doszlifowanie modułu Jenkins DSL</li>
<li>tworzenie całych scieżek <span class="blue">continuous integration</span> i <span class="blue">continuous deployment</span></li>
<li>plugin jClouds (automatycznie tworzenie maszyn na potrzeby Jenkinsa)</li>
<li>serwer <=> agent</li>
<li>testowanie</li>
</ul>
</li>
</ul>
</section>
<section>
<h1 class="blue">Dziękuję</h1>
<h3>Do zobaczenia</h3>
</section>
<!-- SLIDES ENDS HERE -->
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
zoomKey: 'ctrl',
previewLinks: true,
transition: 'convex', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>