Why does RTC - Jenkins plugin is not displaying the changes
Hello,
One answer
Are you using the repository workspace in any other job or build definition? In that case, the changes would have been accepted into the repository workspace by that build and it won't be accepted again in your build. To check this, you can open the build definition's Jazz Source Control tab. If the repository workspace is used in any other build definition, a warning icon would appear with the name of the other build definition using the same repository workspace.
Comments
Thank you lakshmi for your response.
This is the first job and first build definition and not used any where else apart from this job and build definition
Each Jenkins build will have a snapshot even if there are no new changes accepted or discarded. Can you deliver some changes to the stream, run a build and check whether the changes show up in the Changes page?
I have tried the suggested scenario the changes page displays only snapshot.