This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliografia.bib
159 lines (130 loc) · 4.76 KB
/
bibliografia.bib
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
@book{book:maven-cookbook,
author = {Srirangan},
title = {Apache Maven 3 Cookbook},
publisher = {Packt Publishing, Ltd.},
year = {2011}
}
@book{book:maven-reference,
author = {J. van Zyl, B. Fox, J. Casey, B. Snyder, T. O'Brien, E. Redmond},
title = {Maven: The Definitive Guide},
publisher = {O'Reilly Media, Inc.},
year = {2008}
}
@book{book:jenkins-cookbook,
author = {Alan Mark Berg},
title = {Jenkins Continuous Integration Cookbook},
publisher = {Packt Publishing, Ltd.},
year = {2008}
}
@book{book:jenkins-definitive,
author = {John Ferguson Smart},
title = {Jenkins The Definitive Guide},
publisher = {O'Reilly Media, Inc.},
year = {2011}
}
@online{site:agile-manifesto,
title = {Manifesto Agile},
url = {http://agilemanifesto.org/iso/it/}
}
@online{site:best-practice-for-dockerfile,
title = {Best Practice For Writing Dockerfile},
url = {https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/}
}
@online{site:disk-usage-plugin,
title = {Jenkins Disk Usage Plugin},
url = {https://plugins.jenkins.io/disk-usage}
}
@online{site:docker-command-for-cli,
title = {Docker Commands},
url = {https://docs.docker.com/engine/reference/commandline/docker/}
}
@online{site:docker-development-best-practice,
title = {Docker Development Best Practice},
url = {https://docs.docker.com/develop/dev-best-practices/}
}
@online{site:docker-networking,
title = {Docker Networking},
url = {https://docs.docker.com/engine/userguide/networking/}
}
@online{site:dockerize-a-ssh-service,
title = {Dockerize a SSH service},
url = {https://docs.docker.com/engine/examples/running_ssh_service/}
}
@online{site:dockerfile-reference,
title = {Dockerfile Reference},
url = {https://docs.docker.com/engine/reference/builder/}
}
@online{site:extend-jenkins,
title = {Extend Jenkins},
url = {https://wiki.jenkins.io/display/JENKINS/Extend+Jenkins}
}
@online{site:troubleshoot-jnlp,
title = {How to troubleshoot JNLP slaves connection issues with Jenkins?},
url = {https://support.cloudbees.com/hc/en-us/articles/218097237}
}
@online{site:introduction-to-the-pom,
title = {Introduction To The POM},
url = {https://maven.apache.org/guides/introduction/introduction-to-the-pom.html}
}
@online{site:introduction-to-the-build-lifecycle,
title = {Introduction To The Build Lifecycle},
url = {https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html}
}
@online{site:jenkins-distributed-builds,
title = {Jenkins Distributed Builds},
url = {https://wiki.jenkins.io/display/JENKINS/Distributed+builds}
}
@online{site:jenkins-system-administration,
title = {Jenkins System Administration},
url = {https://jenkins.io/doc/book/system-administration/}
}
@online{site:jenkins-plugin-tutorial,
title = {Jenkins Plugin Getting Started},
url = {https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial}
}
@online{site:jenkins-plugin-structure,
title = {Plugin Structure},
url = {https://wiki.jenkins.io/display/JENKINS/Plugin+Structure}
}
@online{site:maven-getiting-started-guide,
title = {Maven Getting Started Guide},
url = {https://maven.apache.org/guides/getting-started/index.html}
}
@online{site:maven-settings-reference,
title = {Maven Settings Reference},
url = {https://maven.apache.org/settings.html}
}
@online{site:metrics-plugin,
title = {Jenkins Metrics Plugin},
url = {https://wiki.jenkins.io/display/JENKINS/Metrics+Plugin}
}
@online{site:monitoring-plugin,
title = {Jenkins Monitoring Plugin},
url = {https://wiki.jenkins.io/display/JENKINS/Monitoring}
}
@online{site:plugin-usage-plugin,
title = {Jenkins Plugin Usage Plugin},
url = {https://wiki.jenkins.io/pages/viewpage.action?pageId=73532011}
}
@online{site:tomcat-minimalistic,
title = {Tomcat - A Minimalistic User's Guide},
url = {https://tomcat.apache.org/tomcat-3.2-doc/uguide/tomcat_ug.html}
}
@online{site:what-is-a-container,
title = {What is a Container?},
url = {https://www.docker.com/what-container}
}
@online{site:understanding-docker-volumes,
author = {Adrian Mouat},
title = {Understanding Docker Volumes - Container Solutions},
url = {https://www.cloudbees.com/blog/what-devops}
}
@online{site:understanding-permissions-in-docker,
author = {Marc Campbell},
title = {Understanding permissions in Docker containers - Medium.com},
url = {https://www.cloudbees.com/blog/what-devops}
}
@online{site:what-is-devops,
title = {What is Devops?},
url = {https://www.cloudbees.com/blog/what-devops}
}