pipeline-aws-plugin
pipeline-aws-plugin copied to clipboard
Jenkins Pipeline Step Plugin for AWS
### Jenkins and plugins versions report **Getting InvalidFileExistsBehaviorException even though fileExistsBehavior is not specified.** Running the following block on Jenkins pipeline: ``` createDeployment( applicationName: "${APPLICATION_NAME}", deploymentGroupName: "${DEPLOYMENT_GROUP}", deploymentConfigName: 'CodeDeployDefault.AllAtOnce', description:...
* **Please check if the PR fulfills these requirements** - [ ] The commit message describes your change - [ ] Tests for the changes have been added if possible...
### What feature do you want to see added? With #85 done, users can now add a `enableTerminationProtection` flag to `cfnUpdate` in order to add termination protection on creation. While...
It is stated in the `JENKINS SECURITY POLICY` that > The Jenkins project takes security seriously. We make every possible effort to ensure users can adequately secure their automation infrastructure....
* **Please check if the PR fulfills these requirements** - [x] The commit message describes your change - [ ] Tests for the changes have been added if possible (for...
### What feature do you want to see added? Compression using gzip. ### Upstream changes _No response_ ### Are you interested in contributing this feature? Yes, happy to contribute.