I admit that I don't fully understand when workspace is required, but AFAICS AuthorInChangelog extension don't need it. Please correct me if I am wrong.
Anyway, my real problem is a little more complicated: * single Git SCM configured with AuthorInChangelog (blame gerrit) * SCM Poll configured * slaves are on-demand Amazon instances, so they are mostly offline when build starts * workspace is deleted after build Now, from what I can see in this configuration every time poll fires, full build is executed. Obviously, not something I would like to get. And removing AuthorInChangelog extensions fixes everything - builds are executed only when changes are really present. Is everything OK with this scenario? Am I expecting something impossible? Please, advice. Env data: Jenkins: 1.595 git-client-plugin: 1.15.0 git-plugin: 2.3.3 Polling log: Started on Feb 9, 2015 2:05:00 PM No workspace is available, so can’t check for updates. Scheduling a new build to get a workspace. (nonexisting_workspace) Done. Took 36 ms Changes found -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/6948a967-21cc-4e58-ba34-d2620d07dcc7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
