Branch: refs/heads/master Home: https://github.com/jenkinsci/pipeline-aws-plugin Commit: 6d1072114a07bb7fc6225192a2d336ac281eb711 https://github.com/jenkinsci/pipeline-aws-plugin/commit/6d1072114a07bb7fc6225192a2d336ac281eb711 Author: Tyler Southwick <tyler.southw...@nike.com> Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths: M README.md M src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java M src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java Log Message: ----------- Revert "Merge pull request #240 from vrtdev/bugfix/210" This reverts commit 53aca9b2bb2b5d168c823433714887698bed563b, reversing changes made to 63b6063591213b693fc583af40ee48c587093440. Commit: fdf7704e39a53ed5984b45f5f8eb0305ef6a770a https://github.com/jenkinsci/pipeline-aws-plugin/commit/fdf7704e39a53ed5984b45f5f8eb0305ef6a770a Author: Tyler Southwick <tyler.southw...@nike.com> Date: 2020-10-27 (Tue, 27 Oct 2020) Changed paths: M README.md M src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java M src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java Log Message: ----------- Fix #210 with changesets Change sets have a status that needs to be validated on whether the change set was successful or not. 1) Failed, with a message that the changeset was empty 2) success, with no changes (such as output changes) Previously, the status was not consulted, only the number of changes. This did not correctly apply changes when it is only the output that changes. The previous attempt to fix this issue did not correctly handle an empty changeset that failed to create due to no changes. Commit: 720172025a324566f22d05d7e5cfa2c4b3a70dbb https://github.com/jenkinsci/pipeline-aws-plugin/commit/720172025a324566f22d05d7e5cfa2c4b3a70dbb Author: Tyler Southwick <tyler.southw...@nike.com> Date: 2020-11-09 (Mon, 09 Nov 2020) Changed paths: M README.md M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java M src/test/java/de/taimos/pipeline/aws/S3UploadStepTest.java Log Message: ----------- Merge branch 'master' into fix-changeset-no-changes Commit: b5b5eb720e6a60acbd200d6a91eb57d7cba7c57f https://github.com/jenkinsci/pipeline-aws-plugin/commit/b5b5eb720e6a60acbd200d6a91eb57d7cba7c57f Author: Tyler Southwick <tyler.southw...@nike.com> Date: 2020-11-12 (Thu, 12 Nov 2020) Changed paths: M README.md M src/main/java/de/taimos/pipeline/aws/AWSClientFactory.java A src/main/java/de/taimos/pipeline/aws/AWSCredentialsProviderCallable.java A src/main/java/de/taimos/pipeline/aws/PluginImpl.java M src/main/java/de/taimos/pipeline/aws/S3CopyStep.java M src/main/java/de/taimos/pipeline/aws/S3PresignUrlStep.java M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java A src/main/java/de/taimos/pipeline/aws/SerializableAWSCredentialsProvider.java M src/main/java/de/taimos/pipeline/aws/WithAWSStep.java M src/main/java/de/taimos/pipeline/aws/cloudformation/AbstractCFNCreateStep.java M src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/AbstractCFNCreateStackSetStep.java M src/main/java/de/taimos/pipeline/aws/elb/ELBDeregisterInstanceStep.java M src/main/java/de/taimos/pipeline/aws/elb/ELBIsInstanceDeregisteredStep.java M src/main/java/de/taimos/pipeline/aws/elb/ELBIsInstanceRegisteredStep.java M src/main/java/de/taimos/pipeline/aws/elb/ELBRegisterInstanceStep.java A src/main/resources/de/taimos/pipeline/aws/PluginImpl/config.jelly M src/test/java/de/taimos/pipeline/aws/S3PresignUrlStepTests.java A src/test/java/de/taimos/pipeline/aws/SerializableAWSCredentialsProviderTest.java M src/test/java/de/taimos/pipeline/aws/WithAWSStepTest.java Log Message: ----------- Merge branch 'master' into fix-changeset-no-changes Commit: c785d3e9077ef77b7ed032d6bb43e8721742aa80 https://github.com/jenkinsci/pipeline-aws-plugin/commit/c785d3e9077ef77b7ed032d6bb43e8721742aa80 Author: Tyler Southwick <tyler.southw...@nike.com> Date: 2020-11-13 (Fri, 13 Nov 2020) Changed paths: M README.md M src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java M src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java Log Message: ----------- Merge pull request #253 from tylersouthwick/fix-changeset-no-changes Fix changeset with no changes Compare: https://github.com/jenkinsci/pipeline-aws-plugin/compare/c6eb7389a9b9...c785d3e9077e -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-aws-plugin/push/refs/heads/master/c6eb73-c785d3%40github.com.