DynamicReferenceParameter seems to not return a value

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

XMLWordPrintable

      In DynamicReferenceParameter I am using choiceType: 'ET_UNORDERED_LIST which renders just as expected. However I would have big use for being able to use the List that is returned in the scripts part (and used to render the unordered list) in my Jenkinsfile later. That is, I would expect the variable corresponding to name below

                  choiceType: 'ET_UNORDERED_LIST', 
                  description: 'Tillgängliga parametrar att välja för valt testcase + defaultvärde. För att överrida ange värde nedan.', 
                  name: 'testcaseParams', 
                  referencedParameters: 'TC', 

       

      (i.e. testcaseParams) to contain the same list that is used for rendering.

      Am I doing something wrong or does the variable return an empty value?

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

              Created:
              Updated:
              Archived: