0 votes
in Jenkins by
What are the ways in which a build can be scheduled/run in Jenkins?

1 Answer

0 votes
by
What are the ways in which a build can be scheduled/run in Jenkins?

By source code management commits.

After completion of other builds.

Scheduled to run at a specified time.

Manual build requests.
...