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
Activity
Field | Original Value | New Value |
---|---|---|
Labels | subversion workflow | workflow |
Component/s | subversion-plugin [ 15485 ] | |
Component/s | workflow-plugin [ 18820 ] | |
Priority | Minor [ 4 ] | Major [ 3 ] |
Link |
This issue is related to |
Link |
This issue is duplicated by |
Assignee | Jesse Glick [ jglick ] | Manuel Jesús Recena Soto [ recena ] |
Assignee | Manuel Jesús Recena Soto [ recena ] | Craig Rodrigues [ rodrigc ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "PR (Web Link)" [ 13715 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | JNJira [ 162032 ] | JNJira + In-Review [ 196921 ] |
Labels | workflow | pipeline workflow |
Labels | pipeline workflow | pipeline |