GitInput: deal with undefined deepClone
[?]
Oct 20, 2021, 1:37 AM
HFCUG6NXKSRYJ36LBJDY3LCMNQ6R2HP3KP6AE4GWJIF2V42SKLMACDependencies
- [2]
34SOPSVFAllow to configure the timeout value for the GitInput plugin in different places. - [3]
7EGUBBRQLock paths in the scm cache - [4]
JYXWIQG4Include the project and jobset names in the configuration blocks - [*]
JAH3UPWASupport revision control systems via plugins
Change contents
- replacement in src/lib/Hydra/Plugin/GitInput.pm at line 37
if (index($deepClone, "=") != -1) {if (defined($deepClone) && index($deepClone, "=") != -1) {