pipeline-aws-plugin icon indicating copy to clipboard operation
pipeline-aws-plugin copied to clipboard

Jenkins Pipeline Step Plugin for AWS

Results 96 pipeline-aws-plugin issues
Sort by recently updated
recently updated
newest added

Bumps xercesImpl from 2.12.0 to 2.12.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xerces:xercesImpl&package-manager=maven&previous-version=2.12.0&new-version=2.12.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Can I use this plugin and MFA with jenkins **role** in input? I have crossaccount access between roles and would like to use MFA for production deployments

bug

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

### Dependencies None that I know of ### Feature Request Support String, String.Array, and Number data types in the messageAttributes argument of the snsPublish step. By opening the API against...

### Description [ecrLogin](https://github.com/jenkinsci/pipeline-aws-plugin#ecrlogin) not logging in to ECR with [IAM role assigned to the Kubernetes service account](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) To use this feature, the aws-sdk has to be `>= 1.11.704` https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-minimum-sdk.html ###...

enhancement

[ ] 🐞 Bug [ ] 🚀 Feature [ ] 🛠 Task [ ] 📄 Documentation ### Description We're getting below exception from Today Morning. ### Steps to Reproduce 1....

Hi, there are steps related to EB, but it seems there is a lacking of update-environment which its important to deploy the latest created application version. May I know am...

When we use s3Upload to upload bunch of files, there is a line of output for each file uploaded, which is little noisy. Then we set `verbose: false` in s3Upload,...

bug

### Version report Jenkins and plugins versions report: ``` Jenkins version: 2.289.3 - Plugin versions: pipeline-aws:1.0 -> latest ``` - What Operating System are you using (both controller, and any...

bug

### Feature Request Please Allow s3Upload to Upload Files Synchronously I need to be able to proceed to subsequent stages only after the upload has completed.