[jenkinsci/pipeline-aws-plugin] a4eb6e: [maven-release-plugin] prepare release pipeline-aw...

2024-03-25 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: a4eb6e16eaddbed7e07b9ecfd163dae7d1066dff
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a4eb6e16eaddbed7e07b9ecfd163dae7d1066dff
  Author: Thorsten Hoeger 
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-aws-1.44



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pipeline-aws-plugin/settings/notifications

-- 
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/3deb66-a4eb6e%40github.com.


[jenkinsci/pipeline-aws-plugin] 99985e: Remove gratuitous usage of Guice

2024-03-25 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 99985e2183d83ae70a0b4305768ac9dbb790c29e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/99985e2183d83ae70a0b4305768ac9dbb790c29e
  Author: Basil Crow 
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStep.java

  Log Message:
  ---
  Remove gratuitous usage of Guice


  Commit: 8189a1e72acdeddfad3e32453c182d20f85433cf
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/8189a1e72acdeddfad3e32453c182d20f85433cf
  Author: Thorsten Hoeger 
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge branch 'master' into guice


  Commit: cf0937721055bc538604d1e6f5bf30b6e9f34739
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/cf0937721055bc538604d1e6f5bf30b6e9f34739
  Author: Thorsten Hoeger 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M pom.xml
M src/main/java/de/taimos/pipeline/aws/AWSClientFactory.java
A src/main/java/de/taimos/pipeline/aws/AWSClientFactoryDelegate.java
A src/main/java/de/taimos/pipeline/aws/AWSUtilFactory.java
M src/main/java/de/taimos/pipeline/aws/ProxyConfiguration.java
M src/main/java/de/taimos/pipeline/aws/S3CopyStep.java
M src/main/java/de/taimos/pipeline/aws/S3DownloadStep.java
M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/AbstractCFNCreateStep.java
M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStep.java
M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDescribeStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CFNExecuteChangeSetStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/parser/YAMLParameterFileParser.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/AbstractCFNCreateStackSetStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNDeleteStackSetStep.java
A src/main/resources/index.jelly
M src/test/java/de/taimos/pipeline/aws/EC2ShareAmiStepTests.java
M src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java
M src/test/java/de/taimos/pipeline/aws/S3PresignUrlStepTests.java
M src/test/java/de/taimos/pipeline/aws/S3UploadStepIntegrationTest.java
M src/test/java/de/taimos/pipeline/aws/S3UploadStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/S3UploadStepTransferManagerIntegrationTest.java
M src/test/java/de/taimos/pipeline/aws/SNSPublishStepTest.java
M src/test/java/de/taimos/pipeline/aws/UpdateTrustPolicyStepTests.java
M src/test/java/de/taimos/pipeline/aws/WithAWSStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNCreateChangeSetTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNDescribeStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNExecuteChangeSetTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNExportsStepTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNUpdateStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNValidateStepTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNDeleteStackSetStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/utils/TimeOutRetryStrategyTests.java
M src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
M src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
M src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java
M src/test/java/de/taimos/pipeline/aws/ecr/ECRDeleteImagesStepTests.java
M src/test/java/de/taimos/pipeline/aws/ecr/ECRListImagesStepTests.java
M 
src/test/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStepTests.java

  Log Message:
  ---
  Merge branch 'master' into guice


  Commit: 3deb66f699d82563a21afe56ffca65af3de8ab8a
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/3deb66f699d82563a21afe56ffca65af3de8ab8a
 

[jenkinsci/pipeline-aws-plugin] 09f761: Use more granular dependencies, update parent POM

2024-01-22 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 09f761171c9770e19d6d464ba55652d358520118
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/09f761171c9770e19d6d464ba55652d358520118
  Author: Zbynek Konecny 
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
M pom.xml
M src/main/java/de/taimos/pipeline/aws/AWSClientFactory.java
A src/main/java/de/taimos/pipeline/aws/AWSClientFactoryDelegate.java
A src/main/java/de/taimos/pipeline/aws/AWSUtilFactory.java
M src/main/java/de/taimos/pipeline/aws/ProxyConfiguration.java
M src/main/java/de/taimos/pipeline/aws/S3CopyStep.java
M src/main/java/de/taimos/pipeline/aws/S3DownloadStep.java
M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/AbstractCFNCreateStep.java
M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStep.java
M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDescribeStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CFNExecuteChangeSetStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/parser/YAMLParameterFileParser.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/AbstractCFNCreateStackSetStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNDeleteStackSetStep.java
A src/main/resources/index.jelly
M src/test/java/de/taimos/pipeline/aws/EC2ShareAmiStepTests.java
M src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java
M src/test/java/de/taimos/pipeline/aws/S3PresignUrlStepTests.java
M src/test/java/de/taimos/pipeline/aws/S3UploadStepIntegrationTest.java
M src/test/java/de/taimos/pipeline/aws/S3UploadStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/S3UploadStepTransferManagerIntegrationTest.java
M src/test/java/de/taimos/pipeline/aws/SNSPublishStepTest.java
M src/test/java/de/taimos/pipeline/aws/UpdateTrustPolicyStepTests.java
M src/test/java/de/taimos/pipeline/aws/WithAWSStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNCreateChangeSetTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNDescribeStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNExecuteChangeSetTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNExportsStepTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNUpdateStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNValidateStepTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNDeleteStackSetStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/utils/TimeOutRetryStrategyTests.java
M src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
M src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
M src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java
M src/test/java/de/taimos/pipeline/aws/ecr/ECRDeleteImagesStepTests.java
M src/test/java/de/taimos/pipeline/aws/ecr/ECRListImagesStepTests.java
M 
src/test/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStepTests.java

  Log Message:
  ---
  Use more granular dependencies, update parent POM


  Commit: 9897cb368efdbb674382f6d1fb4b7f8ebcaec7fe
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/9897cb368efdbb674382f6d1fb4b7f8ebcaec7fe
  Author: Zbynek Konecny 
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge branch 'master' of https://github.com/jenkinsci/pipeline-aws-plugin 
into granular-deps


  Commit: b611ecfbc8f76d1a617cac0f4d790d3eb235587f
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b611ecfbc8f76d1a617cac0f4d790d3eb235587f
  Author: Zbynek Konecny 
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump Lombok version


  Commit: f7cee7a75401edbdc71d38207ac8b7337c629ef4
  

[jenkinsci/pipeline-aws-plugin] fd90dc: Update Jenkinsfile

2024-01-19 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: fd90dca3cb4ab1db9ff412068118d25c6b353b7c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/fd90dca3cb4ab1db9ff412068118d25c6b353b7c
  Author: Zbynek Konecny 
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


  Commit: 5ea997146c89be174eb92ae7b29124b6b8d96dcf
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/5ea997146c89be174eb92ae7b29124b6b8d96dcf
  Author: Thorsten Hoeger 
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #318 from zbynek/patch-1

Update Jenkinsfile


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/693f49f51bda...5ea997146c89

-- 
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/693f49-5ea997%40github.com.


[jenkinsci/pipeline-aws-plugin]

2021-08-23 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/tags/testGP
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin

-- 
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/tags/testGP/00-693f49%40github.com.


[jenkinsci/pipeline-aws-plugin] 693f49: Update .gitpod.yml

2021-08-20 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 693f49f51bda7a8738060eba2e90da8b7033c645
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/693f49f51bda7a8738060eba2e90da8b7033c645
  Author: Thorsten Hoeger 
  Date:   2021-08-20 (Fri, 20 Aug 2021)

  Changed paths:
M .gitpod.yml

  Log Message:
  ---
  Update .gitpod.yml


-- 
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/7b4d8b-693f49%40github.com.


[jenkinsci/pipeline-aws-plugin] 651b0e: Fix upload tags if file directory

2021-08-19 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 651b0ebfc389d6c10c64728acf44c240e9e03b89
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/651b0ebfc389d6c10c64728acf44c240e9e03b89
  Author: Sandra Antunes 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java

  Log Message:
  ---
  Fix upload tags if file directory


  Commit: 6840d00841d66b04c5882d7bd56f10bf3015262e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/6840d00841d66b04c5882d7bd56f10bf3015262e
  Author: Thorsten Hoeger 
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java

  Log Message:
  ---
  Merge branch 'master' into FixS3UploadTags


  Commit: 7b4d8bbcd557de72fb51971cf5aa59f692b217d7
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7b4d8bbcd557de72fb51971cf5aa59f692b217d7
  Author: Thorsten Hoeger 
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java

  Log Message:
  ---
  Merge pull request #276 from sandraantunes-cicd/FixS3UploadTags

Issue 275: Fix upload tags if file directory


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/8de94152eea9...7b4d8bbcd557

-- 
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/8de941-7b4d8b%40github.com.


[jenkinsci/pipeline-aws-plugin] 084794: Extend ebSwapEnvironmentCNAME step to accept the s...

2021-07-05 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 0847946dea342661ce913946bd15f9924406b88e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/0847946dea342661ce913946bd15f9924406b88e
  Author: SLourenco 
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java

  Log Message:
  ---
  Extend ebSwapEnvironmentCNAME step to accept the source and destination 
environment CNAMEs as identifiers


  Commit: 8de94152eea968297f1fa29f620dc7dea4978cc5
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/8de94152eea968297f1fa29f620dc7dea4978cc5
  Author: Thorsten Hoeger 
  Date:   2021-07-05 (Mon, 05 Jul 2021)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java

  Log Message:
  ---
  Merge pull request #280 from SLourenco/elasticbeanstalk-cname-swap-from-url

Extend ebSwapEnvironmentCNAME step to accept CNAME identifiers


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/47a6ebe5372a...8de94152eea9

-- 
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/47a6eb-8de941%40github.com.


[jenkinsci/pipeline-aws-plugin] 02be1a: Correct creation of AWSElasticBeanstalkClient to u...

2021-01-23 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 02be1a728bdb11af561f7ca5d34c6dc70a894f03
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/02be1a728bdb11af561f7ca5d34c6dc70a894f03
  Author: sslourenco 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStep.java
M 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStep.java
M 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStep.java
M src/main/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStep.java
M src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
M src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStep.java
M src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStep.java
M src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
M src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
M src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java

  Log Message:
  ---
  Correct creation of AWSElasticBeanstalkClient to use the provided 
configurations of the withAWSStep


  Commit: 85f98e2626b232c2ba1040be0165fb06f6add105
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/85f98e2626b232c2ba1040be0165fb06f6add105
  Author: sslourenco 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update changelog with bugfix


  Commit: 47a6ebe5372af5171c1535186b744b1f6947ab4f
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/47a6ebe5372af5171c1535186b744b1f6947ab4f
  Author: Thorsten Hoeger 
  Date:   2021-01-23 (Sat, 23 Jan 2021)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStep.java
M 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStep.java
M 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStep.java
M src/main/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStep.java
M src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
M src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStep.java
M src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStep.java
M src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
M src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
M src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java

  Log Message:
  ---
  Merge pull request #266 from SLourenco/elasticbeanstalk-client-creation-bug

Correct bug with AWS Elastic Beanstalk client creation


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/2cbd6200a854...47a6ebe5372a

-- 
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/2cbd62-47a6eb%40github.com.


[jenkinsci/pipeline-aws-plugin] 31ab7f: Add symbol to global configuration

2020-12-16 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 31ab7f8d7f732f190a8ffc2f9c91b619806d678a
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/31ab7f8d7f732f190a8ffc2f9c91b619806d678a
  Author: Dave Gallant 
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
M src/main/java/de/taimos/pipeline/aws/PluginImpl.java

  Log Message:
  ---
  Add symbol to global configuration


  Commit: 0ac70e34d62d7cae09a9a97b52fdc8354d2906ff
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/0ac70e34d62d7cae09a9a97b52fdc8354d2906ff
  Author: Dave Gallant 
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


  Commit: 94a0648cba342ecff829becf21868a321e299fa5
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/94a0648cba342ecff829becf21868a321e299fa5
  Author: Dave Gallant 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Note breaking change in CHANGELOG


  Commit: 54fc540c3a350b2700db5c57a6af73abf8f658d0
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/54fc540c3a350b2700db5c57a6af73abf8f658d0
  Author: Dave Gallant 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'master' into global-config-annotation


  Commit: 2cbd6200a8545ecde900f421288d514435a8ce9a
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/2cbd6200a8545ecde900f421288d514435a8ce9a
  Author: Thorsten Hoeger 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/PluginImpl.java

  Log Message:
  ---
  Merge pull request #260 from eSentire/global-config-annotation

Fix global configuration naming for JCasC


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/bb5f8f0f83f9...2cbd6200a854

-- 
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/bb5f8f-2cbd62%40github.com.


[jenkinsci/pipeline-aws-plugin] bb5f8f: Update README.md

2020-12-15 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: bb5f8f0f83f97fcae5fcfcb9d92748fef11bec07
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/bb5f8f0f83f97fcae5fcfcb9d92748fef11bec07
  Author: Thorsten Hoeger 
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


-- 
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/d4fee8-bb5f8f%40github.com.


[jenkinsci/pipeline-aws-plugin] d4fee8: [maven-release-plugin] prepare for next developmen...

2020-11-23 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: d4fee87c3328525c7f544e92251bd644a0b2567c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/d4fee87c3328525c7f544e92251bd644a0b2567c
  Author: Thorsten Hoeger 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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/bf1a9a-d4fee8%40github.com.


[jenkinsci/pipeline-aws-plugin]

2020-11-23 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/tags/pipeline-aws-1.43
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin

-- 
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/tags/pipeline-aws-1.43/00-99ba79%40github.com.


[jenkinsci/pipeline-aws-plugin] bf1a9a: [maven-release-plugin] prepare release pipeline-aw...

2020-11-23 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: bf1a9af561c7e3d22807ada72bd58cb602fd4f5e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/bf1a9af561c7e3d22807ada72bd58cb602fd4f5e
  Author: Thorsten Hoeger 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-aws-1.43


-- 
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/08a673-bf1a9a%40github.com.


[jenkinsci/pipeline-aws-plugin] 701c07: handle change set "no updates are to be performed"...

2020-11-19 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 701c077c042f9ded24962072a0087a234feb10f6
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/701c077c042f9ded24962072a0087a234feb10f6
  Author: Tyler Southwick 
  Date:   2020-11-19 (Thu, 19 Nov 2020)

  Changed paths:
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java

  Log Message:
  ---
  handle change set "no updates are to be performed" status


  Commit: 08a673380c78a94c49d03b68a0c41f4f31060237
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/08a673380c78a94c49d03b68a0c41f4f31060237
  Author: Thorsten Hoeger 
  Date:   2020-11-20 (Fri, 20 Nov 2020)

  Changed paths:
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 #258 from jenkinsci/cfn-change-set-no-updates

handle change set "no updates are to be performed" status


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/c785d3e9077e...08a673380c78

-- 
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/c785d3-08a673%40github.com.


[jenkinsci/pipeline-aws-plugin] ff2a31: Add elastic beanstalk commands ebCreateApplication...

2020-09-18 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: ff2a31131c49e567cbd0c0248426677ca105b373
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/ff2a31131c49e567cbd0c0248426677ca105b373
  Author: SLourenco 
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStep.java
A 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStep.java
A 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStep.java
A src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
A src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
A src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java

  Log Message:
  ---
  Add elastic beanstalk commands ebCreateApplication, 
ebCreateApplicationVersion, ebCreateConfigurationTemplate, ebCreateEnvironment, 
ebSwapEnvironmentCNAMEs, ebWaitOnEnvironmentStatus, ebWaitOnEnvironmentHealth


  Commit: 5d2a94121b69d0942ba87c223889492b1c4af947
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/5d2a94121b69d0942ba87c223889492b1c4af947
  Author: SLourenco 
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Added ebWaitOnEnvironmentHealth to the README.md list of commands


  Commit: dc8a639ca8a04b81f20ca6702f68b8b2d6610f52
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/dc8a639ca8a04b81f20ca6702f68b8b2d6610f52
  Author: Thorsten Hoeger 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'master' into elastic-beanstalk-commands


  Commit: 2adcf90c2bc69e336929626559cc6b795a13170e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/2adcf90c2bc69e336929626559cc6b795a13170e
  Author: Thorsten Hoeger 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStep.java
A 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStep.java
A 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStep.java
A src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
A src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
A src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java

  Log Message:
  ---
  Merge pull request #247 from SLourenco/elastic-beanstalk-commands

Add support for Elastic Beanstalk


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/dbe7c1adf451...2adcf90c2bc6

-- 
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/dbe7c1-2adcf9%40github.com.


[jenkinsci/pipeline-aws-plugin] e31ce0: fix documentation for lambdaVersionCleanup

2020-09-18 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: e31ce052b278abe3d7e4e276100d318d25d098f5
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/e31ce052b278abe3d7e4e276100d318d25d098f5
  Author: Tyler Southwick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  fix documentation for lambdaVersionCleanup


  Commit: dbe7c1adf45150f721c29332fb3f552d510938bf
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/dbe7c1adf45150f721c29332fb3f552d510938bf
  Author: Thorsten Hoeger 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #248 from 
tylersouthwick/fix-documentation-lambdaVersionCleanup

fix documentation for lambdaVersionCleanup


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/b897159c235d...dbe7c1adf451

-- 
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/b89715-dbe7c1%40github.com.