Mark Waite commented on Bug JENKINS-24809

There are certainly many installations worldwide which use a wide mix of Windows and Linux computers, and which successfully poll whether or not "Force polling workspace" is set.

You may have a configuration error in your Jenkins setup. Some things you might try as a way to test that theory:

  1. Configure a freestyle job with Git as scm from a repository accessible from all your machines (maybe https://github.com/jenkinsci/git-client-plugin.git)
  2. Configure that job to "Force polling using workspace" and configure it to poll once a minute
  3. Configure the job to limit which node can run the job, limit it to the master node
  4. Read the polling log to confirm it was successful
  5. Configure the job to limit which node can run the job, limit it to another node
  6. Wait for it to poll from that node
  7. Read the polling log to see if the polling commands are successful from that node
  8. Iterate through each of your nodes, confirming that each is able to poll with git

If one of the nodes is discovered that it cannot poll with git, then you can review the configuration of that node, looking to see if it has incorrectly declared the location of the git program, or if it is incorrectly using the git location of the master node.

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/d/optout.

Reply via email to