Windows Repository Server Silent Installation Example

1 minute read

This installation example installs a CloudBees Flow repository server, an agent, and CloudBees Flow tools. Review Before You Install CloudBees Flow before performing this procedure.

  • Enter:

CloudBeesFlow-<version>.exe
--mode silent
--installRepository
--installAgent
--windowsAgentUser <agent_user>
--windowsAgentDomain <domain>
--windowsAgentPassword <password>
--windowsServerUser <server_user>
--windowsServerDomain <domain>
--windowsServerPassword <password>
--remoteServer <existing_CloudBees Flow_server>

Where:

  • <server_user> is the user who owns the CloudBees Flow server, repository server, and web server processes.

  • <agent_user> is the user who owns the CloudBees Flow agent process.