If we give just instead of H 2 in Poll SCM will Jenkins build get triggered for every commit

0 votes
Apr 20, 2020 in Jenkins by Rekha
• 120 points
2,142 views

1 answer to this question.

0 votes

Hi@Rekha,

In the Poll SCM if you give five *, your job will check in every second and if anything changes in the repo, your job will run. Actually this * is the syntax of crontab.

For example, if you want to trigger your job in every minute, then you have to set your crontab syntax as given below.

1 * * * *

For more information you can click help button at the end of Poll SCM box.

Hope this will clear your doubt.

answered May 3, 2020 by MD
• 95,440 points

Related Questions In Jenkins

0 votes
3 answers

How to get the Maven Version of a project in Jenkins?

Here is a snippet from our Jenkins ...READ MORE

answered Oct 4, 2019 in Jenkins by Petr Doležal
21,957 views
0 votes
1 answer

How to fix a broken build for my project in jenkins?

The user needs to open the console ...READ MORE

answered Oct 11, 2019 in Jenkins by Sirajul
• 59,230 points
7,930 views
0 votes
1 answer

Different ways of scheduling a build in jenkins.

Here are the ways in which you ...READ MORE

answered Oct 11, 2019 in Jenkins by Sirajul
• 59,230 points
6,733 views
0 votes
1 answer
0 votes
1 answer

How Jenkins jobs will get triggered through bit bucket?

You have to use a webhook for ...READ MORE

answered Sep 30, 2020 in Jenkins by Prakash
345 views
0 votes
1 answer

Why is it displaying Jenkins build failure for Android app

I think you should try this. Try Uninstalling ...READ MORE

answered Apr 12, 2018 in Jenkins by shubham
• 7,340 points
1,504 views
+2 votes
5 answers
0 votes
1 answer
+1 vote
3 answers

How to auto build a job in jenkins if there is any change in code on Github repository?

To automatically run build on code commit, follow ...READ MORE

answered Jul 31, 2019 in Jenkins by Sirajul
• 59,230 points
75,757 views
0 votes
1 answer

How to give permissions to jenkins user for a particular file?

Hi@akhtar, To give permissions to jenkins user, you ...READ MORE

answered Feb 14, 2020 in Jenkins by MD
• 95,440 points
4,400 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP