forked from Sonal0409/DevOps_ClassNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYAMLEXAMPLE
More file actions
49 lines (37 loc) · 680 Bytes
/
YAMLEXAMPLE
File metadata and controls
49 lines (37 loc) · 680 Bytes
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
XML example:
<edureka>
<devops>
<name>devops-certification</name>
<duration>36hrs</duration>
<trainer>John</trainer>
</devops>
<selenium>
<name>selenium-certification</name>
<duration>36hrs</duration>
<trainer>Dave</trainer>
</selenium>
</edureka>
---
edureka:
devops
name: devops-certification
duration: 36hrs
day: weekday
trainer: john
selenium
name: devops-certification
duration: 36hrs
day: weekend
trainer: john
...
---
edureka:
devops:
name: devops-certification
duration: 36hrs
trainer: John
selenium:
name: selenium-certification
duration: 36hrs
trainer: Dave
Validate by going to http://www.yamllint.com/