How can I make Jenkins build all new commits (not just the latest) when there is a push? Note: The push is the trigger for the Job
Asked
Active
Viewed 390 times
2
-
This really is probably not what you want. Some people commit after every few keystrokes... – Michael Hampton Mar 07 '16 at 01:26
-
1But what if you'd like to configure that? – Jimmy88 Mar 07 '16 at 12:19
-
And what type of VCS are you using? Github/Gitlab/BitBucket/gitolite/etc? – ALex_hha Mar 07 '16 at 13:19
-
I am using BitBucket – Jimmy88 Mar 09 '16 at 07:42