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

UCM clearcase issue : brtype doesnt match stream name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • clearcase-plugin
    • None
    • Platform: All, OS: Windows XP

      We have an issue wherein we have the branch type name different from the
      stream name. Since the job only accepts a stream name , the cleartool
      lshistory command fails since this requires a brtype name. In our case
      brtype is different then stream name. We had to do this since the path name
      was exceeding the limit
      eg. stream name : VSS_6.4.1_Int@\Y_PVOB
      brtype: v641i

      here is the error we get . Notice brtype is using stream name. Is there a
      workaround to use brtype instead
      [dkutty_vss_6_4_1_int8] $ cleartool lshistory -all -since
      28-sep-09.16:06:48utc+0000 -fmt '\"%Nd\" \"%u\" \"%En\" \"%Vn\" \"%e\"
      \"%o\" \"%[activity]p\" \n%c\n' -branch brtype:VSS_6.4.1_Int -nco MOM_VSS
      cleartool: Error: Branch type not found: "VSS_6.4.1_Int".
      FATAL: UCM ClearCase failed. exit code=1
      FATAL: cleartool did not return the expected exit code. Command
      line="lshistory -all -since 28-sep-09.16:06:48utc+0000 -fmt \"%Nd\" \"%u\"
      \"%En\" \"%Vn\" \"%e\" \"%o\" \"%[activity]p\" \n%c\n -branch
      brtype:VSS_6.4.1_Int -nco MOM_VSS", actual exit code=1
      java.io.IOException: cleartool did not return the expected exit code.
      Command line="lshistory -all -since 28-sep-09.16:06:48utc+0000 -fmt \"%Nd\"
      \"%u\" \"%En\" \"%Vn\" \"%e\" \"%o\" \"%[activity]p\" \n%c\n -branch
      brtype:VSS_6.4.1_Int -nco MOM_VSS", actual exit code=1
      at
      hudson.plugins.clearcase.HudsonClearToolLauncher.run(HudsonClearToolLauncher.java:100)
      at hudson.plugins.clearcase.ClearToolExec.lshistory(ClearToolExec.java:90)
      at
      hudson.plugins.clearcase.history.AbstractHistoryAction.runLsHistory(AbstractHistoryAction.java:81)
      at
      hudson.plugins.clearcase.history.AbstractHistoryAction.getChanges(AbstractHistoryAction.java:67)
      at
      hudson.plugins.clearcase.AbstractClearCaseScm.checkout(AbstractClearCaseScm.java:383)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:974)
      at
      hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:400)
      at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:349)
      at hudson.model.Run.run(Run.java:1123)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:123)

            abayer Andrew Bayer
            dkutty dkutty
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: