From e65c07ae99059039118f512d06191fc336122b03 Mon Sep 17 00:00:00 2001 From: Raphael Yu Date: Fri, 21 Jul 2017 11:41:45 +0800 Subject: [PATCH] Install two more plugins into the templates. --- jenkins/install_jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/install_jenkins.sh b/jenkins/install_jenkins.sh index d96bad1..a9bd942 100644 --- a/jenkins/install_jenkins.sh +++ b/jenkins/install_jenkins.sh @@ -221,7 +221,7 @@ else fi #We need to install workflow-aggregator so all the options in the auth matrix are valid -plugins=(azure-vm-agents windows-azure-storage matrix-auth workflow-aggregator) +plugins=(azure-vm-agents windows-azure-storage matrix-auth workflow-aggregator azure-app-service tfs) for plugin in "${plugins[@]}"; do run_util_script "jenkins/run-cli-command.sh" -c "install-plugin $plugin -deploy" done