Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Install two more plugins into the templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Yu authored and LGDoor committed Jul 21, 2017
1 parent fd28979 commit e65c07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/install_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e65c07a

Please sign in to comment.