Skip to main content

Install REFS Rollout for Build Task


Install REFS Rollout for Build Task

Description

The Install REFS Rollout for Build Task installs a rollout with REFS components in a environment. This task is used in build plans, for example to install the rollout in DEV to test the installation itself (did we forget some files perhaps, do all the csv files load correctly). Or it can be used to install the rollout in TEST as part of the build plan.

It assumes that we always setup a Download Rollout Task before this task runs.

Optionally, before we run this task we can stop the environment by setting up a Control Windows Service Task.

Task Type

This task can only be used in build plans (not deployment projects). There is a similar task, Install REFS Rollout for Deployments, that is used for deployment projects.

Install REFS Rollout for Build
Install REFS Rollout for Build

Task Screen

Install REFS Rollout for Build Task
Install REFS Rollout for Build Task
FieldDescriptionSample Data
DescriptionDescription for this task.Install WM Rollout (in DEV)
Disable this taskTo temporarily disable the task
Add condition to taskAdd a condition to this task. More details hereopen in new window
env.bat FileFile location of env.bat (absolute path). This is the path on the server where the Bamboo Agent runs that executes this task. We can control which Bamboo Agent runs the task by dedicating agents to jobs in build plans, or dedicate agents to environments in deployment projects as described hereopen in new windowC:\Data\BY\BB-DEV-REFS\rpweb\env.bat
Skip REFS database UpdatesIf we don't want to load data in a given environment (e.g. clustered environment) this box can be checked to skip the data load
Last update:
Contributors: Pieter Hartog