introduce a label to display on the page instead of the parameter name

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

XMLWordPrintable

      Hello,

      I would like to have a parameter label visualized in the parameter form in place of parameter name.

      [
        $class: 'ChoiceParameter',
        choiceType: 'PT_SINGLE_SELECT',
        name: 'NEXUS_REPO_ID',
        label: 'Nexus repository type',          <---- used in jelly template
         script: [
          $class: 'GroovyScript',
          script: [
            sandbox: true, 
            script: """
              return ['release', 'snapshot']
            """.stripIndent()
          ]
        ]
      ]

       

            Assignee:
            Bruno P. Kinoshita
            Reporter:
            Luigi
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: