Specific build selector should take ints

XMLWordPrintable

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: copyartifact-plugin
    • None

      A build ID is often an integer, not a string. This causes useless string interpolation, e.g.

      selector: specific("${id_to_copy}")
      

      vs.

      selector: specific(id_to_copy)
      

      (See also JENKINS-47074)

            Assignee:
            Unassigned
            Reporter:
            Aaron D. Marasco
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: