pipeline-aws-plugin
pipeline-aws-plugin copied to clipboard
Jenkins Pipeline Step Plugin for AWS
### Jenkins and plugins versions report Environment ```text Paste the output here ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? java.lang.UnsupportedClassVersionError:...
### Jenkins and plugins versions report Environment ```text Paste the output here ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? Pipeline...
Bumps [script-security](https://github.com/jenkinsci/script-security-plugin) from 1.41 to 1.75. Changelog Sourced from script-security's changelog. Version 1.75 Release date: 2020-09-23 Fix sandbox bypass vulnerability Improvement: Add the following to the default list of approved...
Bumps [workflow-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 2.45 to 2.65. Changelog Sourced from workflow-cps's changelog. 2.65 Release date: 2019-03-25 Fix security issue 2.64 Release date: 2019-03-06 Fix security issue 2.63 Release date: 2019-02-01 Enhancement:...
* **Please check if the PR fulfills these requirements** - [x] The commit message describes your change - [x] Tests for the changes have been added if possible (for bug...
Some provider fails to comply with s3 parallel downloads. Add an option to disable it http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/transfer/TransferManager.html#download(com.amazonaws.services.s3.model.GetObjectRequest,%20java.io.File,%20com.amazonaws.services.s3.transfer.internal.S3ProgressListener) AWS announce of parallel download: https://aws.amazon.com/blogs/developer/parallelizing-large-downloads-for-optimal-speed/ * **Please check if the PR fulfills these...
Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 2.1.16 to 2.6.1.1. Release notes Sourced from credentials's releases. 2.6.1 Clean version of 2.6 (correct checksum). 2.6 What's Changed Correct french typo by @Wadeck in jenkinsci/credentials-plugin#223 [JENKINS-66514]...
### What feature do you want to see added? Allow support for sts:AssumeRoleWithWebIdentity not just sts:AssumeRole ### Upstream changes https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/assume-role-with-web-identity.html
### Description s3 plugin is awful and can much less than aws-plugin, but use same name s3Upload. Unfortunetely, we can't delete this, because many classical tasks use it. Can you...
### Add options that don't keep the parent path of the source path. s3Download(file:'targetFolder/', bucket:'my-bucket', path:'path/to/sourceFolder/', force:true) In this case, isn't it non-intuitive to erase all the files at targetFolder/*,...