92.1k views
2 votes
When executing an ___ within a ___, Copado searches in the ___ for any matching ___ and replaces them with the corresponding ___.

A. Activity, phase, metadata, variables, values
B. Operation, environment, configurations, placeholders, tokens
C. Action, release, constants, instances, identifiers
D. Process, pipeline, records, settings, tokens

1 Answer

7 votes

Final answer:

When executing an operation within an environment, Copado searches in the configurations for any matching placeholders and replaces them with the corresponding tokens.

Step-by-step explanation:

When executing an

operation

within an

environment

, Copado searches in the

configurations

for any matching

placeholders

and replaces them with the corresponding

tokens

. In the context of Copado, an operation represents a specific task or action being performed, such as deploying code or running tests. An environment refers to a specific instance or setup where the operation is being executed. Configurations hold various settings and options used during the execution. Placeholders act as variables that need to be replaced with actual values, and tokens are the actual values used to replace the placeholders.

User Tamouse
by
7.7k points