pipeline-aws-plugin
pipeline-aws-plugin copied to clipboard
Jenkins Pipeline Step Plugin for AWS
### Description Jenkins v2.164.3 We use the AWS Steps plugin v1.38 in our Jenkins pipelines. We used to just be able to do `withAWS() { cfnValidate(file: 'myCloudFmtn.yaml') }` But now...
### Description Can we change the withAWS assume role ID to the username of the person who ran the jenkins job. Is there is an option available already ? ###...
### Description In the Jenkins pipeline, we may want to introduce an approval gate before re-routing of the traffic. Currently, `awaitDeploymentCompletion` waits for the deployment when the deployment status is...
Version 1.26 Assuming we have the following content in the `build` directory: ``` Houseparty-arm64-v8a.apk Houseparty-armeabi-v7a.apk Houseparty-x86.apk mapping.txt ``` And we want to upload it to S3: This works: ``` s3Upload(bucket:...
### Description The 'sseAlgorithm' property is ignored when the 'file' property refers to a directory. ### Steps to Reproduce 1. Create a s3 bucket with a sse policy 2. call...
Hi, first of all, great plugin very useful!! any chance you are willing to support elastic beanstalk aws cli support? https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html That would be an awesome addition. Thanks
### Description Would like to see integration for using AWS Secrets Manager within pipeline. similar to using Hashi Vault, be able to inject from ASM at build time.
### Description S3Copy does not work cross region, while `aws s3 cp` does. ### Steps to Reproduce S3 copy failing example: ``` withAWS(role: "${UPLOAD_ROLE}", roleAccount: "${UPLOAD_ACCOUNT_ID}") { s3Copy( fromBucket: "${US_BUCKET}",...
### Description It appears all files uploaded with s3Upload get default standard storage class. It would be great to be able to set the storage class for objects, as I...
### Description Add parameter to `listAccounts` to specify OU to list