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

DynamicReferenceParameter seems to not return a value

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?

            kinow Bruno P. Kinoshita
            krinis Krister
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: