Jenkins

Attachment 'jenkins-cc.txt'

Download

   1 #cloud-config
   2 # Update apt database on first boot
   3 # (ie run apt-get update)
   4 #
   5 # Default: true
   6 #
   7 apt_update: true
   8 
   9 # Upgrade the instance on first boot
  10 # (ie run apt-get upgrade)
  11 #
  12 # Default: false
  13 #
  14 apt_upgrade: true
  15 
  16 ssh_import_id: []
  17 
  18 apt_sources:
  19  - source: ppa:hudson-ubuntu/testing
  20 
  21 packages:
  22  - jenkins
  23 
  24 runcmd:
  25  - touch /tmp/done

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2011-03-07 10:40:32, 0.3 KB) [[attachment:jenkins-cc.txt]]
 All files | Selected Files: delete move to page

You are not allowed to attach a file to this page.