diskimage-builder/flavours/jenkins/install.d/defaults
Ghe Rivero fcf68d1c18 Updated jenkins flavour
- Install list of plugins
- Use an http service as proxy on port 80
  - Only nginx for now
2012-11-23 10:26:39 +01:00

10 lines
297 B
Plaintext

set -e
#Use an httpd service to run on port 80
#HTTP_PROXY="true"
SERVER_NAME="ci.yourcompany.com"
#List of plugins to install, comma separated list
#full list of plugins available at: http://updates.jenkins-ci.org/download/plugins/
#JENKINS_PLUGINS="github-oauth,ircbot,debian-package-builder"