QuestionQ446

Infrastructure and Automation

Drag and drop the steps from the left into the correct order on the right to create a common CI/CD pipeline process. Not all options are used.

Drag & Drop
Build
Commit
Deploy
Evaluate
Test
Regress
step 1
step 2
step 3
step 4
Explanation

A CI/CD workflow is commonly triggered by a source-code commit. The committed code is built, the resulting artifact is tested, and a successful artifact is then deployed.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!