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

Commit

Permalink
Fix some name issues in the cloud template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Yu authored and LGDoor committed Dec 7, 2017
1 parent 8fe5e84 commit 7a1e9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/install_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,14 @@ vm_agent_conf=conf=$(cat <<EOF
<clouds>
<com.microsoft.azure.vmagent.AzureVMCloud>
<name>AzureVMAgents</name>
<cloudName>AzureVMAgents</cloudName>
<credentialsId>azure_service_principal</credentialsId>
<maxVirtualMachinesLimit>10</maxVirtualMachinesLimit>
<resourceGroupReferenceType>existing</resourceGroupReferenceType>
<existingResourceGroupName>${resource_group}</existingResourceGroupName>
<vmTemplates>
<com.microsoft.azure.vmagent.AzureVMAgentTemplate>
<templateName>windows-agent</templateName>
<templateName>win-agent</templateName>
<labels>win</labels>
<location>${location}</location>
<virtualMachineSize>Standard_D1_v2</virtualMachineSize>
Expand Down

0 comments on commit 7a1e9e9

Please sign in to comment.