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

Specific build selector should take ints

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • 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)

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

              Created:
              Updated: