Skip to content

derekjc/jenkins-deployment-dashboard-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins EC2 Deployment Dashboard

Build Status

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.

EC2 Deployment Dashboard

Plugin Documentation

For more details on how to use the plugin see our documentation.

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

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
  • Nexus docker run -d -p 8081:8081 --name nexus sonatype/nexus
  • Open Nexus: http://localhost:8081

Developers

  • Miel Donkers
  • Marcel Birkner
  • Andreas Houben
  • Christian Langmann

About

Jenkins plugin for a deployment dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.9%
  • Other 1.1%