From 85bd47a1d0918a6266d4f7d168511b9342e84346 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 3 Jun 2019 15:02:24 -0700 Subject: [PATCH] Add jirav2 to prepackaged plugins. (#11044) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 676880de77..918d725575 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ PLUGIN_PACKAGES=mattermost-plugin-zoom-v1.0.6 PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.0.0 +PLUGIN_PACKAGES += mattermost-plugin-jira-v2.0.0 # Prepares the enterprise build if exists. The IGNORE stuff is a hack to get the Makefile to execute the commands outside a target ifeq ($(BUILD_ENTERPRISE_READY),true)