Computer Science, asked by swapnalinarkar, 1 year ago

What are the reasons for a build to fail
a. Build break
b. Pipeline Break
c.Both the option
d. None of the option

Answers

Answered by mindfulmaisel
0

Both build break and pipeline break are the reasons for the build to fail.

Option: C

Explanation:

  • Most of the Continuous Integration (CI) servers permit the users to change or alter the configurations while building from the web interface. Thus the developers are able to develop and edit the builds and its configurations.  
  • But changing the configuration frequently might result in build failures. For example, issues in setting up the build, disabling of test runs, confusions in running build machines, and so on.  
  • Thus poor pipeline coding and build break results in build failures.

Learn more about build break and pipeline break

Pipeline break and build break is one and the same.

True or false

https://brainly.in/question/5537999

Similar questions