&tag(Jenkins);
export JENKINS_HOME=/opt/home/jenkins
※この段階でTomcat経由では動くはず。
# To Tomcat
<IfModule mod_proxy_ajp.c>
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /jenkins ajp://localhost:8009/jenkins nocanon
ProxyRequests off
AllowEncodedSlashes nodecode
</IfModule>
$JENKINS_HOME/.rbenv
bundle install --path=vendor/bundle bundle exec rake db:migrate bundle exec rake test
whoami echo $HOME