Issue Type: Bug Bug
Assignee: vimil
Components: extended-choice-parameter-plugin
Created: 19/Jan/15 3:14 PM
Description:

I am observing different behaviours of the plugin when triggering the build manually and when the build is triggered by the timer. The field is configured this way:

  • Parameter type: check boxes
  • Delimiter: (a space)
  • Source for Value: Value = -p,-t,-v
  • Default Value: Value = -p, -t
  • If I run a build manually (leaving the defaults) to print the value of the variable which holds the param the output is:
    + echo -p -t
    -p -t
  • If I the build runs with a timer the output is:
    + echo -p, -t
    -p, -t


I've tried the following configuration, which works as expected, however, the default options are not marked when clicking Build with parameters

  • Parameter type: check boxes
  • Delimiter: (a space)
  • Source for Value: Value = -p,-t,-v
  • Default Value: Value = -p -t
Environment: Jenkins 1.596
Extended choice parameter plugin 0.34
Ubuntu 14.04
Project: Jenkins
Priority: Minor Minor
Reporter: David Rubio
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to