Computer Science, asked by jocimardaniel, 10 months ago

A build can be triggered ______________.

a. By source code management commits

b. After completing the other builds

c. By manual build requests

d. All of the options

e. At a scheduled time

Answers

Answered by RohanKu
1

Answer:

Explanation:

Option e

Answered by letmeanswer12
0

By Source code management commits  a build can be triggered

Explanation:

We can configure a job to monitor its Git repositories and trigger a build automatically after a commit is pushed to the Git repository.

  • Open the job’s configuration page.
  • Click the Triggers tab.
  • Select the checkbox for the polling schedule Based on SCM.

To specify a list of files and directories to track for changes in the repository, in the Source Control tab, expand Advanced Git Settings, and enter the list in Included Region. We can use regular expressions to specify files.

Similar questions