/
Deploy

Deploy

DEPRECATED: PLEASE SEE http://wiki.pentaho.com/display/PEOpen/Wingman+Infrastructure

The following snippet will stop the current wingman server, pull down changes, rebuild, and deploy the new build.

RUN WITH JAVA 7

~/docker-build/assembly/build/assembly-0.0.1/bin/stop; \
sleep 5; \
cd ~/docker-build/ && \
git pull origin master && \
cd ~/docker-build/assembly/ && \
gradle clean build && \
cd ~/docker-build/assembly/build/ && \
unzip ~/docker-build/assembly/build/distributions/assembly-0.0.1.zip && \
cd ~/docker-build/assembly/build/assembly-0.0.1/ && \
bin/start

Related content

Wingman Infrastructure
Wingman Infrastructure
More like this
CBF - Community Build Framework
CBF - Community Build Framework
More like this
CBF2.1
More like this
Validating code contributions with Wingman
Validating code contributions with Wingman
More like this
Wingman Analyzers
Wingman Analyzers
More like this
CBF1.0
More like this