34.7k views
5 votes
Although ___ will be positioned according to the order given to ___, you can still ___ them in the ___ record, before launching the ___.

A) Manual Tasks / Steps / CodeScan Configurations / Deployment
B) Pipeline Steps / Promotion / User Story / Deployment
C) Validation Rule / Snapshot / Manual Task / Pipeline
D) Deployment / Pipeline / Manual Task / Steps

User Itsandy
by
8.1k points

1 Answer

4 votes

Final answer:

The sentence completion question relates to software deployment pipeline steps, where Pipeline Steps can be reviewed in a User Story within the Deployment record before initiating the actual Deployment.

Step-by-step explanation:

The fill-in-the-blank question you're working on seems to relate to the configuration and execution of a software deployment pipeline. In this context, the most suitable answer is B) Pipeline Steps / Promotion / User Story / Deployment. With this in mind, the completed sentence would be: Although Pipeline Steps will be positioned according to the order given to Promotion, you can still User Story them in the Deployment record, before launching the Deployment.

This implies that in a deployment process, steps (tasks or jobs in the pipeline) are executed in a specified order. Promotion likely refers to a stage in the pipeline where code is moved to a more stable environment. User Stories can potentially be reviewed and associated with the deployment record. After any last-minute adjustments or reviews of the user stories, the deployment can be launched.

User Diego Rodrigues
by
8.2k points