Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: subversion-plugin
-
Labels:
-
Environment:org.jenkins-ci.main:jenkins-war:1.599
workflow plugin:1.3-SNAPSHOT (private-02/10/2015 ...)
-
Similar Issues:
Description
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
Attachments
Issue Links
- 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
-
- Resolved
-
- links to
Craig Rodrigues Sure.