https://github.com/codecentric/jenkins-deployment-dashboard-plugin
Jenkins plugin for a deployment dashboard
https://github.com/codecentric/jenkins-deployment-dashboard-plugin
Last synced: 8 months ago
JSON representation
Jenkins plugin for a deployment dashboard
- Host: GitHub
- URL: https://github.com/codecentric/jenkins-deployment-dashboard-plugin
- Owner: codecentric
- License: mit
- Created: 2014-08-01T08:07:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T04:32:53.000Z (almost 6 years ago)
- Last Synced: 2023-03-22T13:44:44.443Z (almost 3 years ago)
- Language: Java
- Size: 1.58 MB
- Stars: 15
- Watchers: 163
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins EC2 Deployment Dashboard
[](https://travis-ci.org/codecentric/jenkins-deployment-dashboard-plugin)
## Description
This plugin was developed to help managing the deployment of software artifacts to different environments easily. You configure an artifact repository (like Artifactory or Nexus) and your Amazon EC2 deployment servers. The plugin manages the deployed versions of any artifact from your repository to your server environments (i.e. DEV, TEST, PROD). The plugin works with Amazon EC2 instances.

## Plugin Documentation
For more details on how to use the plugin see our documentation.
* [Getting started & screenshots](documentation/README.md)
* [Blog article describing the plugin](https://blog.codecentric.de/en/2015/02/jenkins-deployment-dashboard-ec2-environments/)
Feel free to use the plugin and get in contact with us in case you have questions or suggestions.
## Building the plugin yourself
The plugin was constructed with the maven goal **hpi:create**, which generates a basic Jenkins plugin skeleton.
To build the plugin yourself follow these steps:
* Check out the repository
* Run **mvn hpi:run**. This will start Jenkins with the plugin already installed and ready to use.
* Open jenkins [http://localhost:8080/jenkins](http://localhost:8080/jenkins)
## Testing the plugin
For testing the integration of the plugin with Artifactory or Nexus simply use Docker to startup a container.
* Artifactory **docker run -p 8082:8080 --name artifactory mattgruter/artifactory**
* Open Artifactory: [http://localhost:8082](http://localhost:8082)
* Nexus **docker run -d -p 8081:8081 --name nexus sonatype/nexus**
* Open Nexus: [http://localhost:8081](http://localhost:8081)
## Developers
* Miel Donkers
* Marcel Birkner
* Andreas Houben
* Christian Langmann