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

Specific build selector should take ints

    XMLWordPrintable

Details

    Description

      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)

      Attachments

        Activity

          There are no comments yet on this issue.

          People

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

            Dates

              Created:
              Updated: