From 135acbb0b001d9be46b696740431af282bc615be Mon Sep 17 00:00:00 2001 From: Michael Kochell Date: Thu, 15 Aug 2019 14:44:12 -0400 Subject: [PATCH] introduce jenkins prepackaged v1.0.0 (#11881) * introduce jenkins prepackaged v1.0.0 * remove debug files * fix gofmt --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f435bbca8c..850564deff 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.0.2 PLUGIN_PACKAGES += mattermost-plugin-antivirus-v0.1.1 PLUGIN_PACKAGES += mattermost-plugin-jira-v2.1.0 PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.0.0 +PLUGIN_PACKAGES += mattermost-plugin-jenkins-v1.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)