Branch: refs/heads/master Home: https://github.com/jenkinsci/git-plugin
Commit: f1729de591f70f62f31ca0844f313fe4a45f4766 https://github.com/jenkinsci/git-plugin/commit/f1729de591f70f62f31ca0844f313fe4a45f4766 Author: Sven Hickstein <hickst...@users.noreply.github.com> Date: 2020-02-03 (Mon, 03 Feb 2020) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java A src/main/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnly.java A src/main/resources/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnly/help.html A src/test/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnlyTest.java Log Message: ----------- Allow disabling of multi candidate scheduling Add an additional behaviour that disables the multi candidate scheduling. The default behaviour of the git plugin is to check for new changes and trigger a new build for every tip of every branch. When working with big repositories, high build times and many independent branches, this behaviour leads to an unnecessary high resource consumption. Commit: 942de7ac00272c0bbad625a811a17e66713014b8 https://github.com/jenkinsci/git-plugin/commit/942de7ac00272c0bbad625a811a17e66713014b8 Author: Francisco Fernández <31063239+fcojfernan...@users.noreply.github.com> Date: 2020-02-10 (Mon, 10 Feb 2020) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java A src/main/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnly.java A src/main/resources/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnly/help.html A src/test/java/hudson/plugins/git/extensions/impl/BuildSingleRevisionOnlyTest.java Log Message: ----------- Merge pull request #829 from Hickstone/master Allow disabling of multi candidate scheduling Compare: https://github.com/jenkinsci/git-plugin/compare/39520096e3d1...942de7ac0027 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/395200-942de7%40github.com.