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

Problem with multiple load rules

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • clearcase-plugin
    • None
    • Platform: PC, OS: Windows 2000

      I can't seem to be able to enter multiple load rules. When I try to enter them
      separated by line breaks, the line breaks are used in the lshistory command.
      When I try to enter them with space they are put between "" to the lshistory
      command. example: lshistory "rule1 rule2". In both cases the lshistory command
      fails.

      I understand the need for the "" because under windows some path can contains
      spaces. However, a possible solution would be to change the XML. from:

      <loadrules>rule1 rule 2 rule3</loadrules>

      to something like:

      <loadrules>
      <rule>rule1</rule>
      <rule>rule 2</rule>
      <rule>rule3</rule>
      </loadrules>

      This would allow for the following command:
      lshistory ... rule1 "rule 2" rule3

      If there is already a fix for this, let me know.

      Thank you.

      Luc Trudeau

            sunfire sunfire
            luctrudeau luctrudeau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: