Skip to content

Commit 89d0398

Browse files
committed
new jenkins resource
1 parent 00fd04a commit 89d0398

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

content/pages/08-web-app-deployment/25-jenkins.markdown

+6
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ used to automate building, [testing](/testing.html) and
6565
published
6666
[their Puppet files for building](https://github.com/alphagov/govuk-puppet/tree/master/modules/govuk_jenkins/manifests)
6767
Jenkins infrastructure.
68+
69+
* [Jenkins configuration as code](https://www.praqma.com/stories/jenkins-configuration-as-code/)
70+
details the launch of a new Jenkins tool for programmatically configuring
71+
Jenkins so you can automate the setup of this part of your deployment
72+
infrastructure. The post goes into the motivations behind creating another
73+
tool for code configuration when other similar libraries already exist.

theme/templates/sponsor.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' or page.slug =='morepath' or page.slug == 'python-programming-language' or page.slug == 'comprehensions' or page.slug == 'generators' or page.slug == 'best-python-resources' or page.slug == 'best-python-videos' %}
1+
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' or page.slug =='morepath' or page.slug == 'python-programming-language' or page.slug == 'comprehensions' or page.slug == 'generators' or page.slug == 'best-python-resources' or page.slug == 'best-python-videos' or page.slug == 'learning-programming' or page.slug == 'why-use-python' or page.slug == 'best-python-podcasts' or page.slug == 'development-environments' or page.slug == 'vim' or page.slug == 'emacs' or page.slug == 'shells' %}
22
{% include "rp-advert.html" %}
3-
{% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' or page.slug == 'serverless' or page.slug == 'aws-lambda' or page.slug == 'web-servers' or page.slug == 'apache-http-server' or page.slug == 'nginx' or page.slug == 'caddy' or page.slug == 'debugging' or page.slug == 'testing' or page.slug == 'deployment' or page.slug == 'platform-as-a-service' or page.slug == 'static-content' %}
3+
{% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' or page.slug == 'serverless' or page.slug == 'aws-lambda' or page.slug == 'web-servers' or page.slug == 'apache-http-server' or page.slug == 'nginx' or page.slug == 'caddy' or page.slug == 'debugging' or page.slug == 'testing' or page.slug == 'deployment' or page.slug == 'platform-as-a-service' or page.slug == 'static-content' or page.slug == 'enterprise-python' %}
44
{% include "rollbar.html" %}
55
{% else %}
66
{% endif %}

0 commit comments

Comments
 (0)