diff --git a/static/images/integrations/jenkins/001.png b/static/images/integrations/jenkins/001.png
index c5efa5c497..473f050f3a 100644
Binary files a/static/images/integrations/jenkins/001.png and b/static/images/integrations/jenkins/001.png differ
diff --git a/static/images/integrations/jenkins/002.png b/static/images/integrations/jenkins/002.png
index bd121d7437..c17070353c 100644
Binary files a/static/images/integrations/jenkins/002.png and b/static/images/integrations/jenkins/002.png differ
diff --git a/static/images/integrations/jenkins/003.png b/static/images/integrations/jenkins/003.png
index 4e9cd1cdd3..eb2267a759 100644
Binary files a/static/images/integrations/jenkins/003.png and b/static/images/integrations/jenkins/003.png differ
diff --git a/static/images/integrations/jenkins/004.png b/static/images/integrations/jenkins/004.png
index 897d96645f..72012ae953 100644
Binary files a/static/images/integrations/jenkins/004.png and b/static/images/integrations/jenkins/004.png differ
diff --git a/static/images/integrations/jenkins/005.png b/static/images/integrations/jenkins/005.png
deleted file mode 100644
index d99bb3e21f..0000000000
Binary files a/static/images/integrations/jenkins/005.png and /dev/null differ
diff --git a/templates/zerver/integrations.html b/templates/zerver/integrations.html
index 2d96e81fe6..677c5ce94d 100644
--- a/templates/zerver/integrations.html
+++ b/templates/zerver/integrations.html
@@ -844,21 +844,25 @@
notifications, and subscribe all interested parties to this stream. We
recommend the name jenkins or hudson.
Install the plugin
- Install the "Humbug" plugin by going to Manage Jenkins
- > Manage Plugins > Available, typing in "Humbug", and
- clicking "Install without restart".
Install the plugin
Install the "Zulip"
+ plugin by going to Manage Jenkins > Manage Plugins >
+ Available, typing in "Zulip", and clicking "Install
+ without restart". (For historical reasons, the plugin will be
+ named "Humbug Plugin")
+
Configure the plugin
Once the plugin
is installed, configure it by going to Manage Jenkins >
- Configure System. Scroll to the section labeled "Humbug
+ Configure System. Scroll to the section labeled "Zulip
Notification Settings", and specify your bot's email address,
API key, the stream receiving the notifications, and whether you'd
like a notification on every build, or only when the build fails
(Smart Notification).
(If you don't see this option, you may first need to restart + Jenkins.)
+
Configure a post-build action for your project
@@ -866,7 +870,7 @@
projects to use the Zulip notification plugin. From your
project page, click "Configure" on the left sidebar. Scroll to
the bottom until you find the section labeled "Post-build
- Actions". Click the dropdown and select "Humbug
+ Actions". Click the dropdown and select "Zulip
Notification". It should look as below. Then click "Save".
@@ -874,9 +878,8 @@
Congratulations! You're done!
When your builds
fail or succeed, you'll see a commit message like the following
with a topic that matches the project name (in this case
- "Humbug Test"):
-
Troubleshooting