What are the various ways in which build can be scheduled in jenkins?



What are the various ways in which build can be scheduled in jenkins?..

Answer / Mandhata Ram

In Jenkins, builds can be scheduled using different methods:
1. Poll SCM: This method allows you to schedule builds at regular intervals.
2. Cron-based scheduling: You can use cron expressions to trigger builds at specific times.
3. Build triggers: Trigger builds based on events such as manual triggers, Git push, or changes in files.
4. Build pipelines: You can create a pipeline that contains multiple stages and schedule the entire pipeline to run.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Jenkins Interview Questions

What is the difference between hudson and jenkins?

1 Answers  


What is the use of jenkins home directory?

1 Answers  


Explain how you can clone a Git repository via Jenkins?

1 Answers  


Which scm tools jenkins supports?

1 Answers  


How can jenkins fit into a cloud computing environment?

1 Answers  


How schedule a build in jenkins?

1 Answers  


What is the relation between hudson and jenkins?

1 Answers  


What do you know about cloud computing?

1 Answers  


What is the benefit of integrating maven with jenkins?

1 Answers  


What are scripted pipelines in jenkins?

1 Answers  


How can you setup jenkins jobs?

1 Answers  


What is meant by continuous integration in jenkins?

1 Answers  


Categories