-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
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.