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

CLEARCASE_VIEWPATH contains backslash ( \ ) on Unix

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • clearcase-plugin
    • None
    • Master: Jenkins 1.504 on Windows with ClearCase plugin 1.3.14
      Slave: RHEL5

      When using the clearcase plugin on a Unix slave, the CLEARCASE_VIEWPATH variable is set incorrectly using a backslash instead of a slash.

      Ex:
      WORKSPACE=/workspace
      CLEARCASE_VIEWNAME=myview
      CLEARCASE_VIEWPATH=/workspace\myview

      should be
      CLEARCASE_VIEWPATH=/workspace/myview

      CLEARCASE_VIEWPATH is set correctly on windows (e.g. %CLEARCASE_VIEWPATH% = %WORKSPACE%%CLEARCASE_VIEWNAME%)

      Can work around it by using ${WORKSPACE}/${CLEARCASE_VIEWNAME}, but still should be fixed.

            vlatombe Vincent Latombe
            jthornsen Jeff Thornsen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: