Poll SCM using Jenkins not working
Hi dear all,
I have been trying to setup a job that polls the SCM (Jazz) and automatically run when a change is detected in the repository. I have enabled the "Poll SCM" option in Jenkins (@ every 5 mins) and I can see that Jenkins is trying to poll (from the logs), but it comes back saying no change detected which is not true.
I am trying to figure out why? My workspace is configured to follow the required streams I am interested in and Jenkins is configured with the Team Concert Plug in. Am I missing something? Please advise.
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Jun 25 '19, 1:41 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER See https://jazz.net/library/article/92827 and see https://jazz.net/library/ and type Jenkins into the search field. Should that not be enough, consider to provide information about how you configured the Jenkins Job. Balu Pillai selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Is your Jenkins job configured to use a Build Workspace? If so can you confirm if the Build Workspace is used just in this particular Jenkins job and not in any other jobs/ Build Definition?
Hi Sridevi,
Interesting problem. Thanks for sharing!