aws-codedeploy-plugin | Jenkins plugin for AWS CodeDeploy | Plugin library
kandi X-RAY | aws-codedeploy-plugin Summary
kandi X-RAY | aws-codedeploy-plugin Summary
aws-codedeploy-plugin is a Java library typically used in Plugin, Jenkin applications. aws-codedeploy-plugin has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. However aws-codedeploy-plugin has 6 bugs. You can download it from GitHub.
The AWS CodeDeploy Jenkins plugin provides a post-build step for your Jenkins project. Upon a successful build, it will zip the workspace, upload to S3, and start a new deployment. Optionally, you can set it to wait for the deployment to finish, making the final success contingent on the success of the deployment.
The AWS CodeDeploy Jenkins plugin provides a post-build step for your Jenkins project. Upon a successful build, it will zip the workspace, upload to S3, and start a new deployment. Optionally, you can set it to wait for the deployment to finish, making the final success contingent on the success of the deployment.
Support
Quality
Security
License
Reuse
Support
aws-codedeploy-plugin has a low active ecosystem.
It has 152 star(s) with 121 fork(s). There are 35 watchers for this library.
It had no major release in the last 12 months.
There are 31 open issues and 33 have been closed. On average issues are closed in 345 days. There are 12 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of aws-codedeploy-plugin is codedeploy-1.8
Quality
aws-codedeploy-plugin has 6 bugs (1 blocker, 0 critical, 1 major, 4 minor) and 7 code smells.
Security
aws-codedeploy-plugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
aws-codedeploy-plugin code analysis shows 0 unresolved vulnerabilities.
There are 2 security hotspots that need review.
License
aws-codedeploy-plugin is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
aws-codedeploy-plugin releases are available to install and integrate.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
aws-codedeploy-plugin saves you 330 person hours of effort in developing the same functionality from scratch.
It has 791 lines of code, 60 functions and 20 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed aws-codedeploy-plugin and discovered the below as its top functions. This is intended to give you an instant insight into aws-codedeploy-plugin implemented functionality, and help decide if they suit your requirements.
- Perform code deploy
- Zip and upload to a directory
- Obtain credentials for the IAM user
- Waits for a deployment to be executed
- Perform a code - deploy test
- Creates test file
- Returns the account ID for the currently authenticated user
Get all kandi verified functions for this library.
aws-codedeploy-plugin Key Features
No Key Features are available at this moment for aws-codedeploy-plugin.
aws-codedeploy-plugin Examples and Code Snippets
No Code Snippets are available at this moment for aws-codedeploy-plugin.
Community Discussions
Trending Discussions on aws-codedeploy-plugin
QUESTION
AWS CodeDeploy Jenkins Plugin with Jenkins Pileline
Asked 2018-Jan-24 at 00:49
Is it possible to use AWSCodeDeployPublisher as step in Jenkins Pipeline? I know there is a pull request with support https://github.com/awslabs/aws-codedeploy-plugin/pull/60 but maybe there is a workaround for unsupported plugins like this one to use them as step in Jenkinsfile?
...ANSWER
Answered 2018-Jan-24 at 00:49It looks like support has been added in this PR.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install aws-codedeploy-plugin
After building and installing the plugin, some simple configuration is needed for your project.
Open up your project configuration
In the Post-build Actions section, select "Deploy an application to AWS CodeDeploy"
Application Name, Deployment Group, Deployment Config, and region are all required options.
For authentication, there are two options. Either option requires that the associated role has, at minimum, a policy that permits codedeploy:* and s3:Put*.
Access/Secret key pair. For example, the keys associated with a specific IAM user. If left blank, the default chain of credentials will be checked.
Temporary access keys. These will use the global keys from the Jenkins instance.
Create a [Jenkins Pipeline](https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin) project
Use the Pipeline Snippet Generator
For Sample Step, choose step: General Build Step
For Build Step, choose Deploy an application to AWS CodeDeploy
populate variables and then Generate Groovy
Open up your project configuration
In the Post-build Actions section, select "Deploy an application to AWS CodeDeploy"
Application Name, Deployment Group, Deployment Config, and region are all required options.
For authentication, there are two options. Either option requires that the associated role has, at minimum, a policy that permits codedeploy:* and s3:Put*.
Access/Secret key pair. For example, the keys associated with a specific IAM user. If left blank, the default chain of credentials will be checked.
Temporary access keys. These will use the global keys from the Jenkins instance.
Create a [Jenkins Pipeline](https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin) project
Use the Pipeline Snippet Generator
For Sample Step, choose step: General Build Step
For Build Step, choose Deploy an application to AWS CodeDeploy
populate variables and then Generate Groovy
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page