Login
Remember
Register
Ask a Question
What are the ways in which a build can be scheduled/run in Jenkins?
0
votes
asked
Oct 14, 2020
in
Jenkins
by
rahuljain1
What are the ways in which a build can be scheduled/run in Jenkins?
#run-in-jenkins
#scheduled-in-jenkins
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 14, 2020
by
Robindeniel
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.
...