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

Incorrect name displayed for file parameters uploaded via the CLI

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Hudson 1.363

      When a file parameter is uploaded via the CLI build command, the name displayed on the Parameters action page will be something like: hudson214764353411205759parameter.

      This is the name of the temporary file created on upload to the server, not the original file.

          [JENKINS-6896] Incorrect name displayed for file parameters uploaded via the CLI

          StevenGBrown added a comment -

          See also JENKINS-6719, which introduced the ability to download the file parameters from the action page.

          StevenGBrown added a comment - See also JENKINS-6719 , which introduced the ability to download the file parameters from the action page.

          Code changed in hudson
          User: : StevenGBrown
          Path:
          trunk/hudson/main/core/src/main/java/hudson/model/FileParameterDefinition.java
          trunk/hudson/main/core/src/main/java/hudson/model/FileParameterValue.java
          trunk/www/changelog.html
          http://jenkins-ci.org/commit/32421
          Log:
          [FIXED JENKINS-6896] The correct file name is now provided when a file parameter is uploaded via the CLI.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : StevenGBrown Path: trunk/hudson/main/core/src/main/java/hudson/model/FileParameterDefinition.java trunk/hudson/main/core/src/main/java/hudson/model/FileParameterValue.java trunk/www/changelog.html http://jenkins-ci.org/commit/32421 Log: [FIXED JENKINS-6896] The correct file name is now provided when a file parameter is uploaded via the CLI.

            stevengbrown Steven G Brown
            stevengbrown Steven G Brown
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: