Working on the team concert plugin's workflow compatiblity (
https://issues.jenkins-ci.org/browse/JENKINS-27464) , I noticed that the Changes section of a freestyle job shows only those builds which have some changes but the Changes section of a workflow job (with only one SCM) displays all builds.
As of now, the project-changes jelly file does not filter out any build in particular.
Any idea whether the jelly file needs to be updated to ignore builds with no changes or is this an issue with Workflow job type?