Build parameter for "List Subversion Tags (and more)" is not exposed to workflow script.

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

XMLWordPrintable

      Scenario: A parametrized workflow job with a

      • "Text-Parameter" -> $TEST_TEXT
      • "List Subversion Tags (and more)" parameter -> $TEST_SVN

      Example:

      node {
        echo "$TEST_TEXT"
        echo "$TEST_SVN"
      }
      

      Expected outcome:
      [...]
      Running: Print Message
      test
      Running: Print Message
      my-svn-tag-name
      [...]

      Exception: groovy.lang.MissingPropertyException: No such property: TEST_SVN for class: WorkflowScript

      Workaround: using another Text-Parameter

            Assignee:
            Craig Rodrigues
            Reporter:
            Christian Kaltenbach
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: