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.
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.
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
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
- Miel Donkers
- Marcel Birkner
- Andreas Houben
- Christian Langmann