[ 
https://issues.jenkins-ci.org/browse/JENKINS-12828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159267#comment-159267
 ] 

SCM/JIRA link daemon commented on JENKINS-12828:
------------------------------------------------

Code changed in jenkins
User: Erick Dovale
Path:
 
src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean.java
 
src/test/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBeanTest.java
http://jenkins-ci.org/commit/jenkins-cloudformation-plugin/25c24e57ac42f36195b62f83d98274660ae76bd3
Log:
  Merge pull request #3 from mattfair/master

semicolon delimited lists support for cloudformation.
https://issues.jenkins-ci.org/browse/JENKINS-12828


Compare: 
https://github.com/jenkinsci/jenkins-cloudformation-plugin/compare/480fb6e...25c24e5


                
> semicolon parameter separator for cloudformation
> ------------------------------------------------
>
>                 Key: JENKINS-12828
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12828
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: cloudformation
>            Reporter: Matt Fair
>            Assignee: edovale
>
> Currently the parameter list is comma delimited and therefore does not 
> support CommaDelimitedList type parameter values.  To fix this the semicolon 
> delimiter can be added as the primary delimiter.  The cfn-create-stack 
> command line application uses the semicolon as its parameter separator:
> {code}
> param1=value1;param2=value2;param3=list1,list2,list3,list4;param5=value5
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to