[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/3deb66f699d82563a21a

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

2024-01-22 Thread 'Thorsten Hoeger' via Jenkins Commits
gin/commit/f7cee7a75401edbdc71d38207ac8b7337c629ef4
  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 pull request #317 from zbynek/granular-deps

Use more granular dependencies, update parent POM


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

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


[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.


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

2020-08-03 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: b897159c235d9ecfb693efd10e438bc70d964d89
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b897159c235d9ecfb693efd10e438bc70d964d89
  Author: Thorsten Hoeger 
  Date:   2020-08-04 (Tue, 04 Aug 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/f5d640-b89715%40github.com.


[jenkinsci/pipeline-aws-plugin]

2020-08-03 Thread Thorsten Hoeger
  Branch: refs/tags/pipeline-aws-1.42
  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.42/00-5786f2%40github.com.


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

2020-08-03 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 5b5cc7781bdb4436fc29edab6a6a82abe283ccc2
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/5b5cc7781bdb4436fc29edab6a6a82abe283ccc2
  Author: Thorsten Hoeger 
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
M pom.xml

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


  Commit: f5d640840b81e60780a3132f3f408dd40bad21bb
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f5d640840b81e60780a3132f3f408dd40bad21bb
  Author: Thorsten Hoeger 
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/10fa6d23935c...f5d640840b81

-- 
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/10fa6d-f5d640%40github.com.


[jenkinsci/pipeline-aws-plugin] 10fa6d: chore: fix changelog

2020-07-30 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 10fa6d23935c44e3cf8ec14f7f84f304dd6a4a60
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/10fa6d23935c44e3cf8ec14f7f84f304dd6a4a60
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  chore: fix changelog


-- 
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/0d70cd-10fa6d%40github.com.


[jenkinsci/pipeline-aws-plugin] a0119e: Fully automate dev setup with Gitpod

2020-07-30 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: a0119e9d129dd6221755f4409c37e414d959c5d1
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a0119e9d129dd6221755f4409c37e414d959c5d1
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
A .gitpod.yml
M README.md

  Log Message:
  ---
  Fully automate dev setup with Gitpod

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.


  Commit: f3144fde2bbb7ea234a9096f173d5c9bf06fd5ec
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f3144fde2bbb7ea234a9096f173d5c9bf06fd5ec
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M .gitignore
M .gitpod.yml
M ISSUE_TEMPLATE.md
M README.md

  Log Message:
  ---
  progress on gitpod


  Commit: 7a1edbb12e08fc91879cd60a4a54396052fcf39d
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7a1edbb12e08fc91879cd60a4a54396052fcf39d
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M .gitignore
M .gitpod.yml
M ISSUE_TEMPLATE.md
M README.md

  Log Message:
  ---
  progress on gitpod


  Commit: c920cc7d70ac3499c1dd2d51a82f9af70ab8f91c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/c920cc7d70ac3499c1dd2d51a82f9af70ab8f91c
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:

  Log Message:
  ---
  Merge branch 'hoegertn/gitpod-setup' of 
https://github.com/jenkinsci/pipeline-aws-plugin into hoegertn/gitpod-setup


  Commit: f49a68d0a05c4da06025ead49e98b86f5594ad31
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f49a68d0a05c4da06025ead49e98b86f5594ad31
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 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 branch 'master' into hoegertn/gitpod-setup


  Commit: 0d70cd547d2dfc952ee1febcb5a86ef791454b0a
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/0d70cd547d2dfc952ee1febcb5a86ef791454b0a
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M .gitignore
A .gitpod.yml
M ISSUE_TEMPLATE.md
M README.md

  Log Message:
  ---
  Merge pull request #242 from jenkinsci/hoegertn/gitpod-setup

Fully automate dev setup with Gitpod


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/53aca9b2bb2b...0d70cd547d2d

-- 
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/53aca9-0d70cd%40github.com.


[jenkinsci/pipeline-aws-plugin] 01f13d: fix `cfnExecuteChangeSet` when no resource changes...

2020-07-30 Thread Thorsten Hoeger
  Branch: refs/heads/hoegertn/gitpod-setup
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 01f13db59504fed0661de7d44d32052ef0a39834
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/01f13db59504fed0661de7d44d32052ef0a39834
  Author: Wim Symons 
  Date:   2020-07-28 (Tue, 28 Jul 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 `cfnExecuteChangeSet` when no resource changes (#210)
This might be the case when adding only an Output


  Commit: 1030ba2ec7e675725f07bfe77a362c7f48a4a86c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/1030ba2ec7e675725f07bfe77a362c7f48a4a86c
  Author: Wim Symons 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

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

  Log Message:
  ---
  Updated formatting after review


  Commit: 53aca9b2bb2b5d168c823433714887698bed563b
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/53aca9b2bb2b5d168c823433714887698bed563b
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 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 #240 from vrtdev/bugfix/210

fix `cfnExecuteChangeSet` when no resource changes (#210)


  Commit: f49a68d0a05c4da06025ead49e98b86f5594ad31
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f49a68d0a05c4da06025ead49e98b86f5594ad31
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 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 branch 'master' into hoegertn/gitpod-setup


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/c920cc7d70ac...f49a68d0a05c

-- 
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/hoegertn/gitpod-setup/c920cc-f49a68%40github.com.


[jenkinsci/pipeline-aws-plugin] 01f13d: fix `cfnExecuteChangeSet` when no resource changes...

2020-07-30 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 01f13db59504fed0661de7d44d32052ef0a39834
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/01f13db59504fed0661de7d44d32052ef0a39834
  Author: Wim Symons 
  Date:   2020-07-28 (Tue, 28 Jul 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 `cfnExecuteChangeSet` when no resource changes (#210)
This might be the case when adding only an Output


  Commit: 1030ba2ec7e675725f07bfe77a362c7f48a4a86c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/1030ba2ec7e675725f07bfe77a362c7f48a4a86c
  Author: Wim Symons 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

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

  Log Message:
  ---
  Updated formatting after review


  Commit: 53aca9b2bb2b5d168c823433714887698bed563b
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/53aca9b2bb2b5d168c823433714887698bed563b
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 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 #240 from vrtdev/bugfix/210

fix `cfnExecuteChangeSet` when no resource changes (#210)


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/63b606359121...53aca9b2bb2b

-- 
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/63b606-53aca9%40github.com.


[jenkinsci/pipeline-aws-plugin] 7a1edb: progress on gitpod

2020-07-30 Thread Thorsten Hoeger
  Branch: refs/heads/hoegertn/gitpod-setup
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 7a1edbb12e08fc91879cd60a4a54396052fcf39d
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7a1edbb12e08fc91879cd60a4a54396052fcf39d
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M .gitignore
M .gitpod.yml
M ISSUE_TEMPLATE.md
M README.md

  Log Message:
  ---
  progress on gitpod


  Commit: c920cc7d70ac3499c1dd2d51a82f9af70ab8f91c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/c920cc7d70ac3499c1dd2d51a82f9af70ab8f91c
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:

  Log Message:
  ---
  Merge branch 'hoegertn/gitpod-setup' of 
https://github.com/jenkinsci/pipeline-aws-plugin into hoegertn/gitpod-setup


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/f3144fde2bbb...c920cc7d70ac

-- 
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/hoegertn/gitpod-setup/f3144f-c920cc%40github.com.


[jenkinsci/pipeline-aws-plugin] f3144f: progress on gitpod

2020-07-30 Thread Thorsten Hoeger
  Branch: refs/heads/hoegertn/gitpod-setup
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: f3144fde2bbb7ea234a9096f173d5c9bf06fd5ec
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f3144fde2bbb7ea234a9096f173d5c9bf06fd5ec
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
M .gitignore
M .gitpod.yml
M ISSUE_TEMPLATE.md
M README.md

  Log Message:
  ---
  progress on gitpod


-- 
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/hoegertn/gitpod-setup/a0119e-f3144f%40github.com.


[jenkinsci/pipeline-aws-plugin] a0119e: Fully automate dev setup with Gitpod

2020-07-30 Thread Thorsten Hoeger
  Branch: refs/heads/hoegertn/gitpod-setup
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: a0119e9d129dd6221755f4409c37e414d959c5d1
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a0119e9d129dd6221755f4409c37e414d959c5d1
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

  Changed paths:
A .gitpod.yml
M README.md

  Log Message:
  ---
  Fully automate dev setup with Gitpod

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.


-- 
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/hoegertn/gitpod-setup/00-a0119e%40github.com.


[jenkinsci/pipeline-aws-plugin] a4e878: Added support for content-disposition metadata

2020-07-30 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: a4e87830a82f6e6483111bfa2aa0ea6c1c68c2eb
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a4e87830a82f6e6483111bfa2aa0ea6c1c68c2eb
  Author: Neha Gupta 
  Date:   2020-07-28 (Tue, 28 Jul 2020)

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

  Log Message:
  ---
  Added support for content-disposition metadata


  Commit: 80d05c1826c3ecf6002ccffd03e5913d57d2458e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/80d05c1826c3ecf6002ccffd03e5913d57d2458e
  Author: Neha Gupta 
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/S3CopyStep.java
M src/test/java/de/taimos/pipeline/aws/S3CopyStepTest.java
M src/test/java/de/taimos/pipeline/aws/S3UploadStepTest.java

  Log Message:
  ---
  Added support for content-disposition metadata


  Commit: 63b6063591213b693fc583af40ee48c587093440
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/63b6063591213b693fc583af40ee48c587093440
  Author: Thorsten Hoeger 
  Date:   2020-07-30 (Thu, 30 Jul 2020)

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

  Log Message:
  ---
  Merge pull request #241 from nehagupta29/master

Issue 166 : adding content disposition metadata support for file auto download


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/1154e948011a...63b606359121

-- 
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/1154e9-63b606%40github.com.


[jenkinsci/pipeline-aws-plugin] 6d399f: Create deploy (AWS CodeDeploy) step

2020-07-13 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 6d399fb1ebf837545a9dfa7a13cf9f1d4e1c8ca0
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/6d399fb1ebf837545a9dfa7a13cf9f1d4e1c8ca0
  Author: Mykhaylo Gnylorybov 
  Date:   2020-07-11 (Sat, 11 Jul 2020)

  Changed paths:
M README.md
R src/main/java/de/taimos/pipeline/aws/WaitDeployStep.java
A src/main/java/de/taimos/pipeline/aws/code/deploy/CreateDeployStep.java
A src/main/java/de/taimos/pipeline/aws/code/deploy/DeployUtils.java
A src/main/java/de/taimos/pipeline/aws/code/deploy/WaitDeployStep.java

  Log Message:
  ---
  Create deploy (AWS CodeDeploy) step


  Commit: def089c6f1819325869b28690629acffda88b3d7
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/def089c6f1819325869b28690629acffda88b3d7
  Author: Mykhaylo Gnylorybov 
  Date:   2020-07-13 (Mon, 13 Jul 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Create deploy (AWS CodeDeploy) step
- add comment to changelog


  Commit: 1154e948011a402ebef0345feb106b2b5949bb77
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/1154e948011a402ebef0345feb106b2b5949bb77
  Author: Thorsten Hoeger 
  Date:   2020-07-13 (Mon, 13 Jul 2020)

  Changed paths:
M README.md
R src/main/java/de/taimos/pipeline/aws/WaitDeployStep.java
A src/main/java/de/taimos/pipeline/aws/code/deploy/CreateDeployStep.java
A src/main/java/de/taimos/pipeline/aws/code/deploy/DeployUtils.java
A src/main/java/de/taimos/pipeline/aws/code/deploy/WaitDeployStep.java

  Log Message:
  ---
  Merge pull request #235 from MykhayloGnylorybov/master

Create deploy (AWS CodeDeploy) step


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/c795521ce645...1154e948011a

-- 
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/c79552-1154e9%40github.com.


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

2020-06-24 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 78a08592649a592f8da9e8f9332b212cfddbe007
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/78a08592649a592f8da9e8f9332b212cfddbe007
  Author: parentgabriel <63803878+parentgabr...@users.noreply.github.com>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md

the duration parameter of withAWS is an integer not a string, the example gives

09:52:04  org.codehaus.groovy.control.MultipleCompilationErrorsException: 
startup failed:
09:52:04  WorkflowScript: 77: Expecting "class java.lang.Integer" for parameter 
"duration" but got "3600" of type class java.lang.String instead @ line 77, 
column 99.
09:52:04 duration: '3600', ro


  Commit: c795521ce6453e2929b3cfbf3e94397016f0776d
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/c795521ce6453e2929b3cfbf3e94397016f0776d
  Author: Thorsten Hoeger 
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #234 from parentgabriel/patch-1

Update README.md


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/d7a625a0115c...c795521ce645

-- 
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/d7a625-c79552%40github.com.


[jenkinsci/pipeline-aws-plugin] b1e251: Add support to tag files using S3Upload

2020-06-18 Thread Thorsten Hoeger
gin/commit/b158dac14022fcce685792496071baf635c9a02a
  Author: Nicholas Carpenter 
  Date:   2020-05-15 (Fri, 15 May 2020)

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

  Log Message:
  ---
  Copy/paste issue


  Commit: 690eee7a1fbade33b7e4708bebe65aae42a97a6f
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/690eee7a1fbade33b7e4708bebe65aae42a97a6f
  Author: Thorsten Hoeger 
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
M README.md
M pom.xml
M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNDeleteStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java

  Log Message:
  ---
  Merge branch 'master' into feature/tags


  Commit: d7a625a0115c12e485e43af28e194b3813faaaff
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/d7a625a0115c12e485e43af28e194b3813faaaff
  Author: Thorsten Hoeger 
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java
M src/main/resources/de/taimos/pipeline/aws/S3UploadStep/config.jelly
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-tags.html
M 
src/test/java/de/taimos/pipeline/aws/S3UploadStepTransferManagerIntegrationTest.java

  Log Message:
  ---
  Merge pull request #191 from carpnick/feature/tags


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/3aa4bfd6b089...d7a625a0115c

-- 
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/3aa4bf-d7a625%40github.com.


[jenkinsci/pipeline-aws-plugin] 843c9e: Adds params to cfnDelete, updates tests

2020-06-18 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 843c9e72f592c6c57fbefd69628953c9dbf78231
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/843c9e72f592c6c57fbefd69628953c9dbf78231
  Author: kylekluever 
  Date:   2020-05-08 (Fri, 08 May 2020)

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

  Log Message:
  ---
  Adds params to cfnDelete, updates tests


  Commit: 365518db62066f5096e0936bc290e3ed566b93b7
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/365518db62066f5096e0936bc290e3ed566b93b7
  Author: kylekluever <39891060+kyleklue...@users.noreply.github.com>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


  Commit: 115b1381b30d1d4f3d792cd3a181302cd94acc2a
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/115b1381b30d1d4f3d792cd3a181302cd94acc2a
  Author: kylekluever <39891060+kyleklue...@users.noreply.github.com>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Updates changelog


  Commit: 4cd71775a9a3fca4785dd02f8b313570a5370028
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/4cd71775a9a3fca4785dd02f8b313570a5370028
  Author: kylekluever <39891060+kyleklue...@users.noreply.github.com>
  Date:   2020-05-09 (Sat, 09 May 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


  Commit: ab430845542dd66c3dbfe34df9885c62fb1bc94f
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/ab430845542dd66c3dbfe34df9885c62fb1bc94f
  Author: kylekluever <39891060+kyleklue...@users.noreply.github.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into feature/cfnDelete/parms


  Commit: 3aa4bfd6b08914e7090b6c6c72c386e170005b4a
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/3aa4bfd6b08914e7090b6c6c72c386e170005b4a
  Author: Thorsten Hoeger 
  Date:   2020-06-18 (Thu, 18 Jun 2020)

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

  Log Message:
  ---
  Merge pull request #230 from kylekluever/feature/cfnDelete/parms


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/980e02c0d7dc...3aa4bfd6b089

-- 
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/980e02-3aa4bf%40github.com.


[jenkinsci/pipeline-aws-plugin] 02ee59: Use github as source of plugin documentation

2020-05-25 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 02ee5976b37b54c607a8d6b19cf3e33f1d1f649e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/02ee5976b37b54c607a8d6b19cf3e33f1d1f649e
  Author: Raihaan Shouhell 
  Date:   2020-05-25 (Mon, 25 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use github as source of plugin documentation


  Commit: 980e02c0d7dcda6c018d8396c24edcc07a7be263
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/980e02c0d7dcda6c018d8396c24edcc07a7be263
  Author: Thorsten Hoeger 
  Date:   2020-05-25 (Mon, 25 May 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #231 from res0nance/patch-1


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/364c942546a2...980e02c0d7dc

-- 
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/364c94-980e02%40github.com.


[jenkinsci/pipeline-aws-plugin] 5c7210: adding elb methods

2020-04-02 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 5c72104b5828156ee798a0cb99821d0bcce0cacf
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/5c72104b5828156ee798a0cb99821d0bcce0cacf
  Author: Denton Yip 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
A src/main/java/de/taimos/pipeline/aws/elb/ELBDeregisterInstanceStep.java
A 
src/main/java/de/taimos/pipeline/aws/elb/ELBIsInstanceDeregisteredStep.java
A src/main/java/de/taimos/pipeline/aws/elb/ELBIsInstanceRegisteredStep.java
A src/main/java/de/taimos/pipeline/aws/elb/ELBRegisterInstanceStep.java
A 
src/test/java/de/taimos/pipeline/aws/elb/ELBDeregisterInstanceStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/elb/ELBIsInstanceDeregisteredStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/elb/ELBIsInstanceRegisteredStepTest.java
A src/test/java/de/taimos/pipeline/aws/elb/ELBRegisterInstanceStepTest.java

  Log Message:
  ---
  adding elb methods


  Commit: 47eb8704680a98ea9fbf680fa229ee6f9cce431c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/47eb8704680a98ea9fbf680fa229ee6f9cce431c
  Author: Denton Yip 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  documentation


  Commit: 8c025183c8ac3d7edc890ba7d2e0958a013d61d2
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/8c025183c8ac3d7edc890ba7d2e0958a013d61d2
  Author: Denton Yip 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M 
src/main/java/de/taimos/pipeline/aws/elb/ELBIsInstanceDeregisteredStep.java
M src/main/java/de/taimos/pipeline/aws/elb/ELBIsInstanceRegisteredStep.java

  Log Message:
  ---
  adding a break


  Commit: 8ba79942b47e9c0d9378a84e5bea7d0330be4581
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/8ba79942b47e9c0d9378a84e5bea7d0330be4581
  Author: Mendy Baitelman 
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
M README.md
M pom.xml
A src/main/java/de/taimos/pipeline/aws/DateTimeUtils.java
M src/main/java/de/taimos/pipeline/aws/ECRLoginStep.java
A src/main/java/de/taimos/pipeline/aws/LambdaVersionCleanupStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/parser/YAMLParameterFileParser.java
A 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/BatchingOptions.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CloudFormationStackSet.java
A src/main/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStep.java
A src/test/java/de/taimos/pipeline/aws/DateTimeUtilsTest.java
A src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CloudFormationStackSetTest.java
A 
src/test/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStepTests.java

  Log Message:
  ---
  Merge remote-tracking branch 'upstream/master' into add-elb


  Commit: a6ca71009df1af400082f54dd10f8ecf859cb220
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a6ca71009df1af400082f54dd10f8ecf859cb220
  Author: Mendy Baitelman 
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
M src/main/java/de/taimos/pipeline/aws/elb/ELBDeregisterInstanceStep.java
M src/main/java/de/taimos/pipeline/aws/elb/ELBRegisterInstanceStep.java

  Log Message:
  ---
  remove unused va;ues


  Commit: 159616a28095ba6ee7995a53c8266cae4c9c3d78
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/159616a28095ba6ee7995a53c8266cae4c9c3d78
  Author: mbaitelman 
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update changelog

Add notes to changelog about new ELB methods


  Commit: 364c942546a23078fc0379747f9a74ca18c41356
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/364c942546a23078fc0379747f9a74ca18c41356
  Author: Thorsten Hoeger 
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/elb/ELBDeregisterInstanceStep.java
A 
src/main/java/de/taimos/pipeline/aws/elb/ELBIsInstanceDeregisteredStep.java
A src/main/java/de/taimos/pipeline/aws/elb/ELBIsInstanceRegisteredStep.java
A src/main/java/de/taimos/pipeline/aws/elb/ELBRegisterInstanceStep.java
A 
src/test/java/de/taimos/pipeline/aws/elb/ELBDeregisterInstanceStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/elb/ELBIsInstanceDeregisteredStepTest.java
A 
src/test/java/de/taimos/pipeli

[jenkinsci/pipeline-aws-plugin]

2020-03-18 Thread Thorsten Hoeger
  Branch: refs/tags/pipeline-aws-1.41
  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.41/00-f48158%40github.com.


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

2020-03-18 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: a3739fb9546038ddaa35c7ae302c6284a0ca3fb8
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a3739fb9546038ddaa35c7ae302c6284a0ca3fb8
  Author: Thorsten Hoeger 
  Date:   2020-03-18 (Wed, 18 Mar 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/473f96-a3739f%40github.com.


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

2020-03-18 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 473f9634a6cbd75767d83f29d414e6752e1d3e8f
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/473f9634a6cbd75767d83f29d414e6752e1d3e8f
  Author: Thorsten Hoeger 
  Date:   2020-03-18 (Wed, 18 Mar 2020)

  Changed paths:
M pom.xml

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


-- 
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/9a1baa-473f96%40github.com.


[jenkinsci/pipeline-aws-plugin] 9a1baa: chore: update deps

2020-03-18 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 9a1baa64d1bba59562b6731f6ba549bc5be682b2
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/9a1baa64d1bba59562b6731f6ba549bc5be682b2
  Author: Thorsten Hoeger 
  Date:   2020-03-18 (Wed, 18 Mar 2020)

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

  Log Message:
  ---
  chore: update deps


-- 
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/5f81bd-9a1baa%40github.com.


[jenkinsci/pipeline-aws-plugin] 5f81bd: chore: update deps

2020-03-17 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 5f81bd0517ed17de87e3b5fc7906e5e2dadcad1e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/5f81bd0517ed17de87e3b5fc7906e5e2dadcad1e
  Author: Thorsten Hoeger 
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  chore: update deps


-- 
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/ddacc4-5f81bd%40github.com.


[jenkinsci/pipeline-aws-plugin] b397be: fix README.md changelog for 1.40

2020-03-14 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: b397bedc34094bb5f48eb591124dcbd2f5ea6f0f
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b397bedc34094bb5f48eb591124dcbd2f5ea6f0f
  Author: Tyler Southwick 
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  fix README.md changelog for 1.40


  Commit: ddacc4ad83a63c13d3cf05e47f4d60691a875189
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/ddacc4ad83a63c13d3cf05e47f4d60691a875189
  Author: Thorsten Hoeger 
  Date:   2020-03-14 (Sat, 14 Mar 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #221 from tylersouthwick/fix-changelog-1.40

fix README.md changelog for 1.40


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/e770d886883c...ddacc4ad83a6

-- 
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/e770d8-ddacc4%40github.com.


[jenkinsci/pipeline-aws-plugin] 966313: Add batachingOptions for cfnUpdateStackSet

2020-03-11 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 966313eaf4ffd28fa57c01bf5fc5f312f276d928
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/966313eaf4ffd28fa57c01bf5fc5f312f276d928
  Author: Tyler Southwick 
  Date:   2020-03-11 (Wed, 11 Mar 2020)

  Changed paths:
M README.md
A 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/BatchingOptions.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CloudFormationStackSet.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CloudFormationStackSetTest.java

  Log Message:
  ---
  Add batachingOptions for cfnUpdateStackSet


  Commit: 1610e3358c2e7426158e384e6cabdd992d3cc1fc
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/1610e3358c2e7426158e384e6cabdd992d3cc1fc
  Author: Tyler Southwick 
  Date:   2020-03-11 (Wed, 11 Mar 2020)

  Changed paths:
M README.md
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CloudFormationStackSet.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CloudFormationStackSetTest.java

  Log Message:
  ---
  handle 'StackSet operations cannot involve more than 3500 stack instances at 
a time' error in cfnUpdateStackSet


  Commit: e770d886883c6d577cdc2e26dd6f5399ffa48602
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/e770d886883c6d577cdc2e26dd6f5399ffa48602
  Author: Thorsten Hoeger 
  Date:   2020-03-12 (Thu, 12 Mar 2020)

  Changed paths:
M README.md
A 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/BatchingOptions.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/stacksets/CloudFormationStackSet.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CFNUpdateStackSetStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/stacksets/CloudFormationStackSetTest.java

  Log Message:
  ---
  Merge pull request #220 from tylersouthwick/improve-stack-set-support

Add resiliancy features for cfnUpdateStackSet


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/b0e541d164e6...e770d886883c

-- 
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/b0e541-e770d8%40github.com.


[jenkinsci/pipeline-aws-plugin]

2020-03-07 Thread Thorsten Hoeger
  Branch: refs/tags/pipeline-aws-1.40
  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.40/00-0c1b15%40github.com.


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

2020-03-07 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: b0e541d164e67793bd2945fe3c783957dff7d536
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b0e541d164e67793bd2945fe3c783957dff7d536
  Author: Thorsten Hoeger 
  Date:   2020-03-07 (Sat, 07 Mar 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/bf4c6b-b0e541%40github.com.


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

2020-03-07 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: bf4c6bfcc65628d5ce0f8e9f545193907b4861b9
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/bf4c6bfcc65628d5ce0f8e9f545193907b4861b9
  Author: Thorsten Hoeger 
  Date:   2020-03-07 (Sat, 07 Mar 2020)

  Changed paths:
M pom.xml

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


-- 
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/75ed8b-bf4c6b%40github.com.


[jenkinsci/pipeline-aws-plugin] 197ca0: allow setting ecr permissions

2020-03-03 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 197ca06341f222591579544324e6f57d9225a6c7
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/197ca06341f222591579544324e6f57d9225a6c7
  Author: steve_cavallo 
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
M README.md
M pom.xml
A src/main/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStep.java
A 
src/test/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStepTests.java

  Log Message:
  ---
  allow setting ecr permissions


  Commit: 3f2f449558bc9fe7372453a8ea774d1b773505a8
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/3f2f449558bc9fe7372453a8ea774d1b773505a8
  Author: steve_cavallo 
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  update pom and readme versions


  Commit: 63f3feba44d0542c67504d7ba97671fdfc9b9bef
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/63f3feba44d0542c67504d7ba97671fdfc9b9bef
  Author: steve_cavallo 
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/DateTimeUtils.java
M src/main/java/de/taimos/pipeline/aws/ECRLoginStep.java
A src/main/java/de/taimos/pipeline/aws/LambdaVersionCleanupStep.java
M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java
A src/test/java/de/taimos/pipeline/aws/DateTimeUtilsTest.java
A src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java
M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java

  Log Message:
  ---
  Merge remote-tracking branch 'upstream/master' into ecr_permissions
Signed-off-by: S.Cavallo 


  Commit: 3b166a9460dc7007aa7c89e942504347968e8d7b
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/3b166a9460dc7007aa7c89e942504347968e8d7b
  Author: steve_cavallo 
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  - revert pom changes
- fix readme merge
Signed-off-by: S.Cavallo 


  Commit: b0fa1f7da60267357f7245c4231c60e250c84103
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b0fa1f7da60267357f7245c4231c60e250c84103
  Author: steve_cavallo 
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  fix readme merge
Signed-off-by: S.Cavallo 


  Commit: b0f2335f91b95ee5b74f1d7e689c342fe815d581
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b0f2335f91b95ee5b74f1d7e689c342fe815d581
  Author: steve_cavallo 
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  update example with whitelisted command
Signed-off-by: S.Cavallo 


  Commit: 75ed8b1fbee1a226a0b9f33d438710ffece08e19
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/75ed8b1fbee1a226a0b9f33d438710ffece08e19
  Author: Thorsten Hoeger 
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStep.java
A 
src/test/java/de/taimos/pipeline/aws/ecr/ECRSetRepositoryPolicyStepTests.java

  Log Message:
  ---
  Merge pull request #214 from smcavallo/ecr_permissions

Add support for setting ecr permissions


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/4285121f1ac3...75ed8b1fbee1

-- 
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/428512-75ed8b%40github.com.


[jenkinsci/pipeline-aws-plugin] d11833: ecrLogin: support setting registry ids explicitly

2020-02-25 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: d118338ffb00415cc404fd616a76fed452bc48dc
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/d118338ffb00415cc404fd616a76fed452bc48dc
  Author: Alexey Pelykh 
  Date:   2020-02-25 (Tue, 25 Feb 2020)

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

  Log Message:
  ---
  ecrLogin: support setting registry ids explicitly


  Commit: 4285121f1ac31bb94f790906c6f9fabb9d771f26
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/4285121f1ac31bb94f790906c6f9fabb9d771f26
  Author: Thorsten Hoeger 
  Date:   2020-02-26 (Wed, 26 Feb 2020)

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

  Log Message:
  ---
  Merge pull request #217 from brainbeanapps/ecrLogin-registryIds

ecrLogin: support setting registry ids explicitly


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/c6a6159c72d2...4285121f1ac3

-- 
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/c6a615-428512%40github.com.


[jenkinsci/pipeline-aws-plugin] efced7: do not try to delete function versions that have a...

2020-02-25 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: efced79e88bd406c92a2ebeec8f7f985f53bb8de
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/efced79e88bd406c92a2ebeec8f7f985f53bb8de
  Author: Tyler Southwick 
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
A src/main/java/de/taimos/pipeline/aws/DateTimeUtils.java
M src/main/java/de/taimos/pipeline/aws/LambdaVersionCleanupStep.java
A src/test/java/de/taimos/pipeline/aws/DateTimeUtilsTest.java
M src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java

  Log Message:
  ---
  do not try to delete function versions that have an alias or are $LATEST


  Commit: 4c06e71a07b50b8e735fdd848a2b42417345f507
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/4c06e71a07b50b8e735fdd848a2b42417345f507
  Author: Tyler Southwick 
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
M src/main/java/de/taimos/pipeline/aws/LambdaVersionCleanupStep.java
M src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java

  Log Message:
  ---
  fix infinite loop with next token


  Commit: c6a6159c72d26334261105c346948d2fc0668b2e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/c6a6159c72d26334261105c346948d2fc0668b2e
  Author: Thorsten Hoeger 
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
A src/main/java/de/taimos/pipeline/aws/DateTimeUtils.java
M src/main/java/de/taimos/pipeline/aws/LambdaVersionCleanupStep.java
A src/test/java/de/taimos/pipeline/aws/DateTimeUtilsTest.java
M src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java

  Log Message:
  ---
  Merge pull request #219 from 
tylersouthwick/add-alias-support-for-lambdaVersionCleanupStep

do not try to delete function versions that have an alias or are $LATEST


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/7374a7fe3bde...c6a6159c72d2

-- 
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/7374a7-c6a615%40github.com.


[jenkinsci/pipeline-aws-plugin] 515bb3: add LambdaVersionCleanupStep

2020-02-25 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 515bb38b563bb48ccd087bdb14a723e63b9c2320
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/515bb38b563bb48ccd087bdb14a723e63b9c2320
  Author: Tyler Southwick 
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/LambdaVersionCleanupStep.java
A src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java

  Log Message:
  ---
  add LambdaVersionCleanupStep


  Commit: 321b2aca6012c043d19e5629f8f4df807cc34b97
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/321b2aca6012c043d19e5629f8f4df807cc34b97
  Author: Tyler Southwick 
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/LambdaVersionCleanupStep.java
M src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java

  Log Message:
  ---
  Add support to lambdaCleanupVerisons for cloudformation stacks


  Commit: 4353a1072de2f67a467a8261351def982567cbb5
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/4353a1072de2f67a467a8261351def982567cbb5
  Author: Tyler Southwick 
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  fix README.md typos lambdaCleanupVerisons -> lambdaCleanupVersions


  Commit: 760e4ad50b907162a51bcaeaccb15d36c4ebe433
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/760e4ad50b907162a51bcaeaccb15d36c4ebe433
  Author: Tyler Southwick 
  Date:   2020-02-25 (Tue, 25 Feb 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 branch 'master' into add-lambda-version-cleanup-step


  Commit: 851f662474c5417667015ddad4d2fa124ff06b22
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/851f662474c5417667015ddad4d2fa124ff06b22
  Author: Tyler Southwick 
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  update changelog for lambdaCleanupVersions


  Commit: 7374a7fe3bdec727c1b2fa157bea546ddc42b719
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7374a7fe3bdec727c1b2fa157bea546ddc42b719
  Author: Thorsten Hoeger 
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/LambdaVersionCleanupStep.java
A src/test/java/de/taimos/pipeline/aws/LambdaVersionCleanupStepTest.java

  Log Message:
  ---
  Merge pull request #218 from tylersouthwick/add-lambda-version-cleanup-step

add LambdaVersionCleanupStep


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/e3598f22431a...7374a7fe3bde

-- 
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/e3598f-7374a7%40github.com.


[jenkinsci/pipeline-aws-plugin] 528d32: If cloudformation stack IN_REVIEW, then a change r...

2020-02-25 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 528d32a580d9b38dd25d98da9daeb16748b85eb4
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/528d32a580d9b38dd25d98da9daeb16748b85eb4
  Author: Tyler Southwick 
  Date:   2020-02-24 (Mon, 24 Feb 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:
  ---
  If cloudformation stack IN_REVIEW, then a change request needs to be CREATE


  Commit: e3598f22431a6a080b8c8588229facc5975104ee
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/e3598f22431a6a080b8c8588229facc5975104ee
  Author: Thorsten Hoeger 
  Date:   2020-02-25 (Tue, 25 Feb 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 #205 from tylersouthwick/cfn-changeset-in-review

If cloudformation stack IN_REVIEW, then a change request needs to be CREATE


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/6e51a7783a5e...e3598f22431a

-- 
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/6e51a7-e3598f%40github.com.


[jenkinsci/pipeline-aws-plugin] 6e51a7: fix changelog add add primary/agent disclaimer

2019-11-22 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 6e51a7783a5e4739f2fd3d97770e544487989863
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/6e51a7783a5e4739f2fd3d97770e544487989863
  Author: Thorsten Hoeger 
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  fix changelog add add primary/agent disclaimer


-- 
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/af9939-6e51a7%40github.com.


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

2019-11-04 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: af99398a40759a88e2dc58695bb2067006ad6d94
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/af99398a40759a88e2dc58695bb2067006ad6d94
  Author: Thorsten Hoeger 
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  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/7c11b2-af9939%40github.com.


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

2019-11-04 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 7c11b2b04c0c1f83c4e90a969774cadc1ba9d91e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7c11b2b04c0c1f83c4e90a969774cadc1ba9d91e
  Author: Thorsten Hoeger 
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
M pom.xml

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


-- 
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/211faf-7c11b2%40github.com.


[jenkinsci/pipeline-aws-plugin]

2019-11-04 Thread Thorsten Hoeger
  Branch: refs/tags/pipeline-aws-1.39
  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.39/00-6e8b5a%40github.com.


[jenkinsci/pipeline-aws-plugin] 2a9cf0: Add support of notificationARNs for cfnUpdate and ...

2019-11-04 Thread Thorsten Hoeger
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/pipeline-aws-plugin

  Commit: 2a9cf04dd047ccca08eb9a14bb1960c893b2013f

  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/2a9cf04dd047ccca08eb9a14bb1960c893b2013f

  Author: yauheni.shaikevich 

  Date:   2019-11-01 (Fri, 01 Nov 2019)



  Changed paths:

M README.md

M 
src/main/java/de/taimos/pipeline/aws/cloudformation/AbstractCFNCreateStep.java

M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CFNCreateChangeSetStep.java

M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNUpdateStep.java

M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java

M src/main/java/de/taimos/pipeline/aws/cloudformation/TemplateStepBase.java

M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNCreateChangeSetTests.java

M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNUpdateStackTests.java

M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java



  Log Message:

  ---

  Add support of notificationARNs for cfnUpdate and cfnUpdateStackSet steps





  Commit: d4faf9fbc69d0ffc32a3d612219b2595a0965feb

  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/d4faf9fbc69d0ffc32a3d612219b2595a0965feb

  Author: yauheni.shaikevich 

  Date:   2019-11-01 (Fri, 01 Nov 2019)



  Changed paths:

M README.md



  Log Message:

  ---

  Add support of notificationARNs for cfnUpdate and cfnUpdateStackSet steps





  Commit: f2729ca3efe3cf36d383be74d3df22de1a409309

  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f2729ca3efe3cf36d383be74d3df22de1a409309

  Author: Yauheni Shaikevich 
<57263578+yauhenishaikev...@users.noreply.github.com>

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M src/main/java/de/taimos/pipeline/aws/cloudformation/TemplateStepBase.java



  Log Message:

  ---

  Remove StepExecution argument from getAwsNotificationARNs method





  Commit: 9fe50a0489a229d574e546a5efafadb89bae18d8

  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/9fe50a0489a229d574e546a5efafadb89bae18d8

  Author: Yauheni Shaikevich 
<57263578+yauhenishaikev...@users.noreply.github.com>

  Date:   2019-11-03 (Sun, 03 Nov 2019)



  Changed paths:

M 
src/main/java/de/taimos/pipeline/aws/cloudformation/AbstractCFNCreateStep.java



  Log Message:

  ---

  Remove StepExecution argument from getAwsNotificationARNs method





  Commit: 211faf6b3157741212de1e69060be09e8dcf155d

  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/211faf6b3157741212de1e69060be09e8dcf155d

  Author: Thorsten Hoeger 

  Date:   2019-11-04 (Mon, 04 Nov 2019)



  Changed paths:

M README.md

M 
src/main/java/de/taimos/pipeline/aws/cloudformation/AbstractCFNCreateStep.java

M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CFNCreateChangeSetStep.java

M src/main/java/de/taimos/pipeline/aws/cloudformation/CFNUpdateStep.java

M 
src/main/java/de/taimos/pipeline/aws/cloudformation/CloudFormationStack.java

M src/main/java/de/taimos/pipeline/aws/cloudformation/TemplateStepBase.java

M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNCreateChangeSetTests.java

M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CFNUpdateStackTests.java

M 
src/test/java/de/taimos/pipeline/aws/cloudformation/CloudformationStackTests.java



  Log Message:

  ---

  Add support of notificationARNs for cfnUpdate and cfnUpdateStack… (#207)



Add support of notificationARNs for cfnUpdate and cfnUpdateStackSet steps





Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/3b7191747db3...211faf6b3157

-- 
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/3b7191-211faf%40github.com.


[jenkinsci/pipeline-deploymon-plugin] 6b04a2: Use HTTPS URLs in pom.xml

2019-10-08 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-deploymon-plugin
  Commit: 6b04a23858915ca7975b78aea0ea88bd12171ee1
  
https://github.com/jenkinsci/pipeline-deploymon-plugin/commit/6b04a23858915ca7975b78aea0ea88bd12171ee1
  Author: Daniel Beck 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: 68425cf59d9daa4909978d4b76d9f31d703263bc
  
https://github.com/jenkinsci/pipeline-deploymon-plugin/commit/68425cf59d9daa4909978d4b76d9f31d703263bc
  Author: Thorsten Hoeger 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml (#1)

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/pipeline-deploymon-plugin/compare/05a3bacb86be...68425cf59d9d

-- 
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-deploymon-plugin/push/refs/heads/master/05a3ba-68425c%40github.com.


[jenkinsci/pipeline-aws-plugin] 5abadd: Update S3 upload docs for more clarity

2019-10-05 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 5abaddc7b7178b53a8f6d41a1456a6dacd49b9de
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/5abaddc7b7178b53a8f6d41a1456a6dacd49b9de
  Author: David Hettler 
  Date:   2019-10-04 (Fri, 04 Oct 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update S3 upload docs for more clarity


  Commit: 3b7191747db3edfdd96e8c0c7334b64a138ae6d0
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/3b7191747db3edfdd96e8c0c7334b64a138ae6d0
  Author: Thorsten Hoeger 
  Date:   2019-10-05 (Sat, 05 Oct 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update s3Upload docs for more clarity (#204)

Update s3Upload docs for more clarity


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/a23c5eaf85d5...3b7191747db3

-- 
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/a23c5e-3b7191%40github.com.


[jenkinsci/pipeline-aws-plugin] d88feb: Handle Stopped status in WaitDeployStep

2019-07-05 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: d88feb174215fc3b2cdba18afbd64f8e18037e0c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/d88feb174215fc3b2cdba18afbd64f8e18037e0c
  Author: Lee Houghton 
  Date:   2019-07-04 (Thu, 04 Jul 2019)

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

  Log Message:
  ---
  Handle Stopped status in WaitDeployStep


  Commit: 9188863d038d0c80518db572441e613ce284f0cb
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/9188863d038d0c80518db572441e613ce284f0cb
  Author: Lee Houghton 
  Date:   2019-07-04 (Thu, 04 Jul 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update changelog


  Commit: a23c5eaf85d5e3a66be4c7e88cc56019b8faf17e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a23c5eaf85d5e3a66be4c7e88cc56019b8faf17e
  Author: Thorsten Hoeger 
  Date:   2019-07-05 (Fri, 05 Jul 2019)

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

  Log Message:
  ---
  Handle Stopped status in WaitDeployStep (#185)

Handle Stopped status in WaitDeployStep


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/7000172286ef...a23c5eaf85d5

-- 
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/700017-a23c5e%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin]

2019-06-17 Thread Thorsten Hoeger
  Branch: refs/tags/pipeline-aws-1.38
  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.38/00-3743b0%40github.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-17 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 7000172286ef5b3f1915991af99d10a19ba1cea2
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7000172286ef5b3f1915991af99d10a19ba1cea2
  Author: Thorsten Hoeger 
  Date:   2019-06-17 (Mon, 17 Jun 2019)

  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/edad44-700017%40github.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-17 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: edad4402fa747127b77cd0857b09c59ebdfd07d7
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/edad4402fa747127b77cd0857b09c59ebdfd07d7
  Author: Thorsten Hoeger 
  Date:   2019-06-17 (Mon, 17 Jun 2019)

  Changed paths:
M pom.xml

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


-- 
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/ab9216-edad44%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] 202248: Set tags to request only if there are tags to

2019-06-17 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 202248872d74131d5073a70fb5898e8f834a0143
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/202248872d74131d5073a70fb5898e8f834a0143
  Author: Thorsten Hacke 
  Date:   2019-06-13 (Thu, 13 Jun 2019)

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

  Log Message:
  ---
  Set tags to request only if there are tags to
prevent unneccessary tag deletion in stack-update


  Commit: ab9216bb9951dc5fb874c795a4ab669aa28824c9
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/ab9216bb9951dc5fb874c795a4ab669aa28824c9
  Author: Thorsten Hoeger 
  Date:   2019-06-17 (Mon, 17 Jun 2019)

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

  Log Message:
  ---
  Set tags to request only if there are tags to (#184)

Set tags to request only if there are tags to


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/123c8709f3de...ab9216bb9951

-- 
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/123c87-ab9216%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] bf0a5d: add ecr list and delete image

2019-06-05 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: bf0a5d0d203725b50955198601063a3d9a606a0c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/bf0a5d0d203725b50955198601063a3d9a606a0c
  Author: Tyler Southwick 
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
M README.md
M pom.xml
A src/main/java/de/taimos/pipeline/aws/ecr/ECRDeleteImagesStep.java
A src/main/java/de/taimos/pipeline/aws/ecr/ECRListImagesStep.java
A src/main/java/de/taimos/pipeline/aws/ecr/JenkinsImageIdentifier.java
A src/main/java/de/taimos/pipeline/aws/ecr/JenkinsListImageFilter.java
A src/test/java/de/taimos/pipeline/aws/ecr/ECRDeleteImagesStepTests.java
A src/test/java/de/taimos/pipeline/aws/ecr/ECRListImagesStepTests.java

  Log Message:
  ---
  add ecr list and delete image


  Commit: 850f1b771f6c5afbbfd493c00e48be19a82aaade
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/850f1b771f6c5afbbfd493c00e48be19a82aaade
  Author: Thorsten Hoeger 
  Date:   2019-05-18 (Sat, 18 May 2019)

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

  Log Message:
  ---
  Merge branch 'master' into ecr-list-delete


  Commit: b801e7a973d72d992390c11f91cbcd209b2109ca
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b801e7a973d72d992390c11f91cbcd209b2109ca
  Author: Tyler Southwick 
  Date:   2019-06-05 (Wed, 05 Jun 2019)

  Changed paths:
M README.md
M pom.xml
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/test/java/de/taimos/pipeline/aws/S3UploadStepTransferManagerIntegrationTest.java

  Log Message:
  ---
  Merge branch 'master' into ecr-list-delete


  Commit: 123c8709f3deacbd1f3112efe5390315c62bc1e6
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/123c8709f3deacbd1f3112efe5390315c62bc1e6
  Author: Thorsten Hoeger 
  Date:   2019-06-05 (Wed, 05 Jun 2019)

  Changed paths:
M README.md
M pom.xml
A src/main/java/de/taimos/pipeline/aws/ecr/ECRDeleteImagesStep.java
A src/main/java/de/taimos/pipeline/aws/ecr/ECRListImagesStep.java
A src/main/java/de/taimos/pipeline/aws/ecr/JenkinsImageIdentifier.java
A src/main/java/de/taimos/pipeline/aws/ecr/JenkinsListImageFilter.java
A src/test/java/de/taimos/pipeline/aws/ecr/ECRDeleteImagesStepTests.java
A src/test/java/de/taimos/pipeline/aws/ecr/ECRListImagesStepTests.java

  Log Message:
  ---
  add ecr list and delete image (#167)

add ecr list and delete image


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/58f49f15302a...123c8709f3de

-- 
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/58f49f-123c87%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] 9a57ea: update snakeyaml from 1.20 to 1.24

2019-05-31 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 9a57eaaa7bfc91b95bce889a788f62766d392ceb
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/9a57eaaa7bfc91b95bce889a788f62766d392ceb
  Author: based2 
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update snakeyaml from 1.20 to 1.24

https://mvnrepository.com/artifact/org.yaml/snakeyaml


  Commit: 0a42941be0f448fe4ae7005ddd459cc762a934ec
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/0a42941be0f448fe4ae7005ddd459cc762a934ec
  Author: Thorsten Hoeger 
  Date:   2019-06-01 (Sat, 01 Jun 2019)

  Changed paths:
M README.md
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/test/java/de/taimos/pipeline/aws/S3UploadStepTransferManagerIntegrationTest.java

  Log Message:
  ---
  Merge branch 'master' into patch-2


  Commit: 58f49f15302a0195f5166bf9239a4ff645ac06fa
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/58f49f15302a0195f5166bf9239a4ff645ac06fa
  Author: Thorsten Hoeger 
  Date:   2019-06-01 (Sat, 01 Jun 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  update snakeyaml from 1.20 to 1.24 (#179)

fix: update snakeyaml from 1.20 to 1.24


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/2ee600e40ff3...58f49f15302a

-- 
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/2ee600-58f49f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] 52345e: Shutdown AWS sdk TransferManager for all created i...

2019-05-31 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 52345e89825d83289f7192acfc98eb0a1175b0c3
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/52345e89825d83289f7192acfc98eb0a1175b0c3
  Author: James Forsee 
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
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/test/java/de/taimos/pipeline/aws/S3UploadStepTransferManagerIntegrationTest.java

  Log Message:
  ---
  Shutdown AWS sdk TransferManager for all created instances


  Commit: 7027443cccd160d279a050761087bdd3bbcecf94
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/7027443cccd160d279a050761087bdd3bbcecf94
  Author: James Forsee 
  Date:   2019-05-31 (Fri, 31 May 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update changelog


  Commit: 2ee600e40ff3ca59b3ab4b54c4b72f3cdbace7a3
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/2ee600e40ff3ca59b3ab4b54c4b72f3cdbace7a3
  Author: Thorsten Hoeger 
  Date:   2019-06-01 (Sat, 01 Jun 2019)

  Changed paths:
M README.md
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/test/java/de/taimos/pipeline/aws/S3UploadStepTransferManagerIntegrationTest.java

  Log Message:
  ---
  Merge pull request #180 from JamesForsee/master

Bug Fix: Close TransferManger threads from aws-sdk


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/c38b3127a337...2ee600e40ff3

-- 
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/c38b31-2ee600%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] bd0093: Add a flag to reduce logging in `s3Upload` step

2019-05-18 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: bd00931ccffcb73def6b3391d633dd9606eb06d5
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/bd00931ccffcb73def6b3391d633dd9606eb06d5
  Author: Thai Pham 
  Date:   2019-05-16 (Thu, 16 May 2019)

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

  Log Message:
  ---
  Add a flag to reduce logging in `s3Upload` step


  Commit: eebaf3b8610309e70ebf32bec2676cca4eae7c2a
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/eebaf3b8610309e70ebf32bec2676cca4eae7c2a
  Author: Thai Pham 
  Date:   2019-05-16 (Thu, 16 May 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update docs


  Commit: c38b3127a3378b5fbb0c56748fda4131eb3ac880
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/c38b3127a3378b5fbb0c56748fda4131eb3ac880
  Author: Thorsten Hoeger 
  Date:   2019-05-18 (Sat, 18 May 2019)

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

  Log Message:
  ---
  Add a flag to reduce logging in `s3Upload` step (#177)

Add a flag to reduce logging in `s3Upload` step


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/9ffcef3a2a94...c38b3127a337

-- 
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/9ffcef-c38b31%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] a4bbd0: Adds S3DoesObjectExistStep

2019-05-07 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: a4bbd05bb45b6dadb4652ae3d1312ce0c914e239
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a4bbd05bb45b6dadb4652ae3d1312ce0c914e239
  Author: Piotr Galar 
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/S3DoesObjectExistStep.java
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/config.jelly
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help-bucket.html
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help-path.html
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help-pathStyleAccessEnabled.html
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help-payloadSigningEnabled.html
A src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help.html
A src/test/java/de/taimos/pipeline/aws/S3DoesObjectExistStepTest.java

  Log Message:
  ---
  Adds S3DoesObjectExistStep


  Commit: 9ffcef3a2a940ac0e75f863e07c7ca6dcbd8434c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/9ffcef3a2a940ac0e75f863e07c7ca6dcbd8434c
  Author: Thorsten Hoeger 
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/S3DoesObjectExistStep.java
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/config.jelly
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help-bucket.html
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help-path.html
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help-pathStyleAccessEnabled.html
A 
src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help-payloadSigningEnabled.html
A src/main/resources/de/taimos/pipeline/aws/S3DoesObjectExistStep/help.html
A src/test/java/de/taimos/pipeline/aws/S3DoesObjectExistStepTest.java

  Log Message:
  ---
  Adds S3DoesObjectExistStep (#174)

Adds S3DoesObjectExistStep


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/d31b936316de...9ffcef3a2a94

-- 
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/d31b93-9ffcef%40github.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-04-28 Thread Thorsten Hoeger
  Branch: refs/tags/pipeline-aws-1.37
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: f60068983f597762a72a4ba340ab58e7877c1060
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f60068983f597762a72a4ba340ab58e7877c1060
  Author: Thorsten Hoeger 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M pom.xml

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


-- 
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.
For more options, visit https://groups.google.com/d/optout.


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

2019-04-28 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: f60068983f597762a72a4ba340ab58e7877c1060
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/f60068983f597762a72a4ba340ab58e7877c1060
  Author: Thorsten Hoeger 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M pom.xml

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


  Commit: d31b936316de21f86c59fc18e9cb0c9ba9d995cd
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/d31b936316de21f86c59fc18e9cb0c9ba9d995cd
  Author: Thorsten Hoeger 
  Date:   2019-04-28 (Sun, 28 Apr 2019)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/07c52d039ad1...d31b936316de

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] d6ae38: fixes #170

2019-04-23 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: d6ae3855eddcef54a73d49c8654be21815684313
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/d6ae3855eddcef54a73d49c8654be21815684313
  Author: David Kuhlman 
  Date:   2019-04-22 (Mon, 22 Apr 2019)

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

  Log Message:
  ---
  fixes #170


  Commit: 07c52d039ad19adc53cf3d8e9706abecff72ba09
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/07c52d039ad19adc53cf3d8e9706abecff72ba09
  Author: Thorsten Hoeger 
  Date:   2019-04-23 (Tue, 23 Apr 2019)

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

  Log Message:
  ---
  Fixes jenkinsci/pipeline-aws-plugin#170 (#171)

Fixes jenkinsci/pipeline-aws-plugin#170


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/82d68b66f1e9...07c52d039ad1

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] a49c6d: fixes jenkinsci/pipeline-aws-plugin#117

2019-04-21 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: a49c6d20de397608d15ca4093054f94f80bcc61d
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/a49c6d20de397608d15ca4093054f94f80bcc61d
  Author: angelahsu 
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  fixes jenkinsci/pipeline-aws-plugin#117


  Commit: 3579f696e22971bf59c5c72fbcbd1af691e77d27
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/3579f696e22971bf59c5c72fbcbd1af691e77d27
  Author: angelahsu 
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  updating changelog


  Commit: 649ac02cdca664ce5a2fe245e1934256da035115
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/649ac02cdca664ce5a2fe245e1934256da035115
  Author: Thorsten Hoeger 
  Date:   2019-04-21 (Sun, 21 Apr 2019)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java
M src/main/resources/de/taimos/pipeline/aws/S3UploadStep/config.jelly
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-text.html
M src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help.html
M src/test/java/de/taimos/pipeline/aws/S3UploadStepTest.java

  Log Message:
  ---
  Merge branch 'master' into issue-117


  Commit: 82d68b66f1e9c76f389843ee7f849c189fdfaad5
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/82d68b66f1e9c76f389843ee7f849c189fdfaad5
  Author: Thorsten Hoeger 
  Date:   2019-04-21 (Sun, 21 Apr 2019)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Fixes jenkinsci/pipeline-aws-plugin#117 (#169)

Fixes jenkinsci/pipeline-aws-plugin#117


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/b0a481b32630...82d68b66f1e9

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] 37fa6f: Adding ability to upload String into an S3 Object

2019-04-21 Thread Thorsten Hoeger
 paths:
M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java

  Log Message:
  ---
  Undoing grammar change


  Commit: b0a481b326301801b123cfff8b71bef34b424c74
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b0a481b326301801b123cfff8b71bef34b424c74
  Author: Thorsten Hoeger 
  Date:   2019-04-21 (Sun, 21 Apr 2019)

  Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/S3UploadStep.java
M src/main/resources/de/taimos/pipeline/aws/S3UploadStep/config.jelly
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-text.html
M src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help.html
M src/test/java/de/taimos/pipeline/aws/S3UploadStepTest.java

  Log Message:
  ---
  Merge pull request #168 from helver/s3UploadStringSource

Provide S3 Upload from String Source to s3Upload method


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/77b27c95bbb2...b0a481b32630

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] 8c16bf: Add description to plugin

2019-04-01 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 8c16bffdc7b599ffd61bfdc815ecdcd113017cb7
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/8c16bffdc7b599ffd61bfdc815ecdcd113017cb7
  Author: Raihaan <31362124+res0na...@users.noreply.github.com>
  Date:   2019-04-01 (Mon, 01 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add description to plugin


  Commit: 77b27c95bbb2bdef61f5aa01a2ec4fe48fa2778f
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/77b27c95bbb2bdef61f5aa01a2ec4fe48fa2778f
  Author: Thorsten Hoeger 
  Date:   2019-04-01 (Mon, 01 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #165 from res0nance/patch-1

Add description to plugin


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/4b6bda9e5ae3...77b27c95bbb2

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] c6803f: Closes #92. FeedList state is not passed back to c...

2019-03-31 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: c6803facbbc630f30d8e324e651438d4167d02b1
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/c6803facbbc630f30d8e324e651438d4167d02b1
  Author: Tomi Pakarinen 
  Date:   2019-03-26 (Tue, 26 Mar 2019)

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

  Log Message:
  ---
  Closes #92. FeedList state is not passed back to caller from remote.


  Commit: 4b6bda9e5ae3d5ed32735854d9668fa5660a0748
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/4b6bda9e5ae3d5ed32735854d9668fa5660a0748
  Author: Thorsten Hoeger 
  Date:   2019-03-31 (Sun, 31 Mar 2019)

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

  Log Message:
  ---
  Merge pull request #164 from patope/master

Closes #92. FeedList state is not passed back to caller from remote.


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/362499cf7627...4b6bda9e5ae3

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-aws-plugin] 1db9c9: DatatypeConverter replaced with Base64 decoder

2019-02-11 Thread Thorsten Hoeger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: 1db9c98ad2ba81a661d69b28642e43cdbecd8622
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/1db9c98ad2ba81a661d69b28642e43cdbecd8622
  Author: Aniket Kadam 
  Date:   2019-02-04 (Mon, 04 Feb 2019)

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

  Log Message:
  ---
  DatatypeConverter replaced with Base64 decoder

The DatatypeConverter was part of the javax.xml.bind and therefore needs
to be replaced with Base64 decoder from the java util packages to smooth
transition to Java9.


  Commit: 362499cf76270ba064da0c74256fd30c76347205
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/362499cf76270ba064da0c74256fd30c76347205
  Author: Thorsten Hoeger 
  Date:   2019-02-11 (Mon, 11 Feb 2019)

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

  Log Message:
  ---
  Merge pull request #158 from AniketSK/master

DatatypeConverter replaced with Base64 decoder


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/fa554c6b7847...362499cf7627

-- 
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.
For more options, visit https://groups.google.com/d/optout.