|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

The Purge extension is used when the Clean Build option is checked. That is not what is happening here. Rather, the plugin has decided it needs to do a fresh clone rather than an update. (Perhaps because .hg/hgrc is missing, or you turned the “sharing” feature on or off, or the remote URL changed.) As a first step in cloning, any existing files in the workspace (regardless of VCS status) are deleted. And that is failing in Jenkins core.