Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the various ways in which the build can be scheduled in Jenkins?
Home
Jenkins
What are the various ways in which the build can be scheduled in Jenkins?
asked
Jan 17, 2020
in
Jenkins
by
GeorgeBell
What are the various ways in which the build can be scheduled in Jenkins?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2020
by
GeorgeBell
The build can be triggered in the following ways:
After the completion of other builds.
By source code management (modifications) commit.
At a specific time.
By requesting manual builds.
...