diskimage-builder/flavours/jenkins
Ghe Rivero 38dc7680c9 Jenkins image fixed
- Removed http_proxy option
- Added sudoers entry to cp first-bot.d
- Fixed typo on 11-jenkins-plugins
- Restored trap exit on run-parts
2012-11-27 18:37:57 +01:00
..
first-boot.d Reinstate /mnt redirection of jenkins - HPCS cloud images have a very 2012-11-27 15:13:37 +13:00
install.d Jenkins image fixed 2012-11-27 18:37:57 +01:00
pre-install.d Make a primitive jenkins image. 2012-11-22 18:05:45 +13:00
README.md Make a primitive jenkins image. 2012-11-22 18:05:45 +13:00

Provisions a jenkins for doing tests of openstack cloud images

After deploying the image, jenkins should be available on port 8080.

The following is fiction

To use this, add a new application at https://github.com/organizations/$ORGANISATION/settings/applications and grab the client id and secret it provides.

Config options

XXX: These should be passed in via cloud-init or salt, not on image build. For now, export before building the image.

  • export GITHUB_ORGANISATION to set the which organisation to look for github committers from.

  • export GITHUB_ADMINS to set a list of github users to be jenkins admins.

  • export GITHUB_CLIENT_ID to set the github OAuth client id.

  • export GITHUB_SECRET to set the github OAuth secret.