Mark Waite commented on Bug JENKINS-16796

I detected a case where I seemed to be able to "miss" commits from the build, though I think I can explain the reason and why the solution requires clearing the workspace.

In my case, I had selected "shallow clone" in the Advanced section and had defined an "excluded region" to include one file. When a commit was made which only modified that file, the plugin correctly did not start the job. That is expected, but because of the "shallow clone", I suspect that the commit was never pulled into the repository at all.

My solution was to delete the workspace, clear the "shallow clone" setting, and perform another build. That brought in the missing commit as far as I can tell.

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.
 
 

Reply via email to