-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major
-
Component/s: workflow-scm-step-plugin
-
None
-
Environment:latest production version of Jenkins & all plugins. Running on Linux (SLES) server.
In job's pipeline, I have the following:
Â
options { skipDefaultCheckout() }
Â
Git SCM polling never finds any changes for the repository. Same job, but without skipDefaultCheckout() in the pipeline causes Git polling to work as expected.