Skip to content

Commit

Permalink
Install more plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Yu authored and LGDoor committed Sep 30, 2017
1 parent 3a3ccdb commit 38b9196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 azure-app-service tfs)
plugins=(azure-vm-agents windows-azure-storage matrix-auth workflow-aggregator azure-app-service tfs azure-acs azure-container-agents)
for plugin in "${plugins[@]}"; do
run_util_script "jenkins/run-cli-command.sh" -c "install-plugin $plugin -deploy"
done
Expand Down
2 changes: 1 addition & 1 deletion solution_template/jenkins/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {
"description": "Artifacts location"
},
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-devops-utils/v0.28.0/",
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-devops-utils/v0.28.1/",
"type": "string"
},
"_artifactsLocationSasToken": {
Expand Down

0 comments on commit 38b9196

Please sign in to comment.