Issue Type: Bug Bug
Assignee: Jesse Glick
Components: workflow-plugin
Created: 02/Apr/15 2:53 PM
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

Environment: org.jenkins-ci.main:jenkins-war:1.599
workflow plugin:1.3-SNAPSHOT (private-02/10/2015 ...)
Project: Jenkins
Labels: workflow subversion
Priority: Minor Minor
Reporter: Christian Kaltenbach
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to