Skip to content

Continuous Integration

aminjam edited this page Nov 15, 2014 · 3 revisions

#Continuous Integration Setup

In Jenkins or any other CD/CI, you can easily configure hipops to auto deploy on every push

hipops exec -plugin=ansible
 -config /PATH/TO/config.json
 -debug 3
 -git-key /PATH/TO/GIT_SSH_KEY
 -private-key /PATH/TO/AWS.pem
 -trigger MY_APP_NAME
 -inventory /etc/ansible/hosts
 -playbook-path /PATH/TO/PLAYBOOKS/

hipops will only trigger the MY_APP_NAME while ensuring that the dependent containers are in running state, and if not, it will start them up.

Clone this wiki locally