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

### Dependencies Some JSON manipulation libraries is needed ### Feature Request the ability to get the existing task definition, then change a few parameters and add it back as a...

[ ] 🐞 Bug [X] 🚀 Feature [ ] 🛠 Task [ ] 📄 Documentation ### Description It would be neet to support the sync approach. The current steps only...

[ ] 🐞 Bug [x] 🚀 Feature [ ] 🛠 Task [ ] 📄 Documentation ### Description I understand that using withAWS, it'll use the instance role that is attached...

[x ] 🐞 Bug [ ] 🚀 Feature [ ] 🛠 Task [ ] 📄 Documentation ### Description When I call cfnCreateChangeSet I am getting no return ### Steps to...

[ ] 🐞 Bug [ ] 🚀 Feature [ ] 🛠 Task [ ] 📄 Documentation ### Description I have a master node running in AWS and a Slave running...

### Description Secret key is readable in the Jenkins pipeline log file. ### Steps to Reproduce 1. In your pipeline use withAWS in option block of declarative pipeline: `def AWS_ROLE...

[ ] 🐞 Bug [ ] 🚀 Feature [ ] 🛠 Task [x] 📄 Documentation ### Description Please provide variable descriptions! A lot of them are self-explanatory, but when they...

### Description s3Upload fails with exception given below. This issue started right after 2.261 release of jenkins. ### Steps to Reproduce ``` withAWS(credentials: 'build-user-xxxx', region: 'ca-central-1') { s3Upload bucket: 'build-xxx',...

needs-research

[ ] 🚀 Feature ### Description Hello, When I use WithAws in my Jenkins pipeline, the Role and Account to assume is displayed in job log. In my case, it's...

enhancement

[x] 🐞 Bug ### Description When using withAWS to execute some operations as another role (using AssumeRole), the authentication succeeds, but AWS_SESSION_TOKEN is not being set. As a consequence, requests...

enhancement
help wanted