Specific build selector should take ints

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: