AshampooSystems / amazon-ecs-plugin

Amazon EC2 Container Service Plugin for Jenkins

Home Page:https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Container+Service+Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon EC2 Container Service Plugin for Jenkins

Build Status Join the chat at https://gitter.im/jenkinsci/amazon-ecs-plugin

About

This Jenkins plugin do use Amazon EC2 Container Service to host jobs execution inside docker containers.

  • see Jenkins wiki for detailed feature descriptions
  • use JIRA to report issues / feature requests

Building the Plugin

  $ java -version # Need Java 1.8, earlier versions are unsupported for build
  $ mvn -version # Need a modern maven version; maven 3.2.5 and 3.5.0 are known to work
  $ mvn clean install

To run locally, execute the following command and open the browser http://localhost:8080/jenkins/

  $ mvn -e hpi:run

Maintainers

Philipp Garbe (GitHub, Twitter) Douglas Manley (GitHub) Jan Roehrich (GitHub)

Documentation and Installation

Please find the documentation on the Jenkins Wiki page Amazon EC2 Container Service Plugin.

About

Amazon EC2 Container Service Plugin for Jenkins

https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Container+Service+Plugin

License:MIT License


Languages

Language:Java 74.5%Language:HTML 25.5%