Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-12828

semicolon parameter separator for cloudformation

      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:

      param1=value1;param2=value2;param3=list1,list2,list3,list4;param5=value5
      

          [JENKINS-12828] semicolon parameter separator for cloudformation

          Matt Fair created issue -

          Code changed in jenkins
          User: Matt Fair
          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/9a3cd4beeed33f664abb63f78ebe37d1ccabb83c
          Log:
          support for semicolon delimited lists to be able to to handle CommaDelimitedList value types (JENKINS-12828), still supports comma delimited lists too.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Matt Fair 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/9a3cd4beeed33f664abb63f78ebe37d1ccabb83c Log: support for semicolon delimited lists to be able to to handle CommaDelimitedList value types ( JENKINS-12828 ), still supports comma delimited lists too.

          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

          SCM/JIRA link daemon added a comment - 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
          edovale made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 143286 ] New: JNJira + In-Review [ 190482 ]

            edovale edovale
            mattfair Matt Fair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: