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

Allow plugin to specify region to run CloudFormation script in

      The current version of the CloudFormation plugin runs the stack JSON script against the default US-East(Virginia) region. We would like a parameter to be able to set the region a CloudFormation stack is created in. This is possible through the command-line (e.g. using --region eu-west-1) or the SDK (http://aws.amazon.com/articles/3912).

          [JENKINS-12935] Allow plugin to specify region to run CloudFormation script in

          Code changed in jenkins
          User: edovale
          Path:
          src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java
          src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildWrapper.java
          src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationNotifier.java
          src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/Region.java
          src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean.java
          src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean.java
          src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean/config.jelly
          src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean/help-awsRegion.html
          src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean/config.jelly
          src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean/help-awsRegion.html
          src/test/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildWrapperTest.java
          src/test/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBeanTest.java
          http://jenkins-ci.org/commit/jenkins-cloudformation-plugin/dffa9575bc21b706805441f4cd784d3fa539dbeb
          Log:
          RESOLVED - issue JENKINS-12935: Allow plugin to specify region to run
          CloudFormation script in
          https://issues.jenkins-ci.org/browse/JENKINS-12935

          Compare: https://github.com/jenkinsci/jenkins-cloudformation-plugin/compare/668ee9474b03...dffa9575bc21


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

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: edovale Path: src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormation.java src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildWrapper.java src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationNotifier.java src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/Region.java src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean.java src/main/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean.java src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean/config.jelly src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/SimpleStackBean/help-awsRegion.html src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean/config.jelly src/main/resources/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBean/help-awsRegion.html src/test/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/CloudFormationBuildWrapperTest.java src/test/java/com/syncapse/jenkinsci/plugins/awscloudformationwrapper/StackBeanTest.java http://jenkins-ci.org/commit/jenkins-cloudformation-plugin/dffa9575bc21b706805441f4cd784d3fa539dbeb Log: RESOLVED - issue JENKINS-12935 : Allow plugin to specify region to run CloudFormation script in https://issues.jenkins-ci.org/browse/JENKINS-12935 Compare: https://github.com/jenkinsci/jenkins-cloudformation-plugin/compare/668ee9474b03...dffa9575bc21 – You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out .

          Marcin Kulisz added a comment -

          Thx a lot for this, it's working like a charm.

          Marcin Kulisz added a comment - Thx a lot for this, it's working like a charm.

            edovale edovale
            jbjon Jonathan Relf
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: