You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/05-deployment/28-jenkins.markdown
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ used to automate building, [testing](/testing.html) and
28
28
application to enable continuous delivery. Take a look if you're not
29
29
grokking all of the steps provided in these other blog posts.
30
30
31
+
*[Revisiting Docker and Jenkins](https://engineering.riotgames.com/news/revisiting-docker-and-jenkins)
32
+
is a fantastic series of posts that explains how Riot Games combines
33
+
Jenkins and Docker to test their back end services.
34
+
31
35
*[Setting up Jenkins as a continuous integration server for Django](http://michal.karzynski.pl/blog/2014/04/19/continuous-integration-server-for-django-using-jenkins/)
32
36
is another solid tutorial that also shows how to send email notifications
33
37
as part of the build process.
@@ -37,11 +41,6 @@ used to automate building, [testing](/testing.html) and
37
41
[this blog post on connecting Jenkins with Git](http://dcycleproject.org/blog/51/connecting-jenkins-and-git)
38
42
to get the steps to solve that problem.
39
43
40
-
*[Automated Servers and Deployments with Ansible & Jenkins](http://chromaticsites.com/blog/automated-servers-and-deployments-ansible-jenkins)
41
-
covers the benefits of using the
42
-
[configuration management tool](/configuration-management.html) Ansible in
43
-
combination with Jenkins.
44
-
45
44
*[Running Jenkins in Docker Containers](http://www.catosplace.net/blog/2015/02/11/running-jenkins-in-docker-containers/)
46
45
is a short tutorial showing how to use the official
47
46
[Jenkins container](https://registry.hub.docker.com/_/jenkins/) on the
@@ -77,3 +76,14 @@ used to automate building, [testing](/testing.html) and
77
76
[deployments](/deployments.html) and handling the coordination via
78
77
Jenkins builds.
79
78
79
+
*[Building GitHub Pull Requests using Jenkins Pipelines](https://www.theguild.nl/building-github-pull-requests-using-jenkins-pipelines/)
80
+
explains how to use Jenkins 2.0 with Pipelines to create builds that
81
+
run in Docker containers off of new GitHub pull requests.
82
+
83
+
*[Automated API testing with Jenkins](https://assertible.com/blog/automated-api-testing-with-jenkins)
84
+
walks through how to use Jenkins to tests your
85
+
[API](/application-programming-interfaces.html) upon each deployment.
86
+
87
+
*[Continuous Delivery with Jenkins and Rollbar](https://rollbar.com/blog/continuous-delivery-with-jenkins/)
88
+
is a tutorial on using Jenkins for continuous integration paired with
89
+
[Rollbar](/rollbar.html) for tracking deployments and errors.
0 commit comments