Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-1325

Changeset items not listed in XML API for ClearCase

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • clearcase-plugin
    • None
    • Platform: PC, OS: Windows XP

      I'm attempting to use the XML API to programmatically fetch the changeset... For
      example:

      http://SERVER:8080/job/myjob/17/api/xml

      The corresponding file changelog.xml exists in the build folder under:

      C:\HUDSON\jobs\myjob\builds\TIMESTAMP\changelog.xml

      and contains all the correct info. However - when I fetch the XML API - the
      changelog "items" are empty:

      <changeSet>
      <item/>
      <item/>
      <item/>
      <item/>
      <item/>
      <item/>
      </changeSet>

      And yet... the number of items is correct and the "culprit" entries are correct
      (which leads me to believe that the changelog is being read).

      I'm use the latest build of Hudson (1.181) and the latest ClearCase plugin.

            redsolo redsolo
            mikewillekes mikewillekes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: