-
Bug
-
Resolution: Fixed
-
Major
-
org.jenkins-ci.main:jenkins-war:1.599
workflow plugin:1.3-SNAPSHOT (private-02/10/2015 ...)
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
- is duplicated by
-
JENKINS-27248 List Subversion Tags parameter not available in workflow
- Resolved
- is related to
-
JENKINS-32209 NodeLabel parameter not working inside workflow
- Closed
- links to