Change By: Mark Waite (01/Dec/13 3:19 PM)
Priority: Major Trivial
Description: A Jenkins multi-configuration job configured with the Git plugin using the JGit implementation will execute the job at each polling interval, even when there were no changes on the git repository.

The same job, configured with the Git plugin using the git command line implementation only executes the job when there were changes in the git repository.

The problem is visible with both a git protocol repository and with a GitHub repository using the https protocol.

Sample job definitions which show the problem are attached.  The job definitions with "jgit" in the XML file name show the problem.  The job definitions with "cli" in the XML file name do not show the problem.


There is a simple work around for the problem.  Add the "Force polling using workspace" to the job configuration through the "Additional Behaviours" section of the git plugin configuration for the job.
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to