Computer Science, asked by jocimardaniel, 11 months ago

What has to be done if you wish to track which top build projects are using which middle and bottom build projects?

a. Trigger the build jobs in the relevant sequence

b. Ensure that build top projects are built prior to the required middle and bottom projects

c. None of the options

d. Relevant projects to be configured to record fingerprints

Answers

Answered by Pakcricket1000
0

it is c because all the others are wrong answers

Answered by Anonymous
0

If you wish to track which top build projects are using which middle and bottom build projects - Relevant projects to be configured to record fingerprints.

  • Fingerprints are the easiest and most reliable method to keep track of records.
  • In certain large projects which is combined of multiple middle projects or bottom build projects it becomes difficult to keep track of small level projects used to make the bigger projects
  • In order to keep track if every relevant project has its fingerprint, we can just use the fingerprint to find out the components of the larger project.
Similar questions