~fginther/charms/trusty/jenkaas/add-default-user

« back to all changes in this revision

Viewing changes to files/templates/user/config.xml

  • Committer: Francis Ginther
  • Date: 2015-06-19 02:59:34 UTC
  • Revision ID: francis.ginther@canonical.com-20150619025934-xsgeqrfe2e1k0lbg
Add support for default security and a default jenkins user.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<user>
 
3
  <fullName>__USERNAME__</fullName>
 
4
  <properties>
 
5
    <hudson.model.MyViewsProperty>
 
6
      <primaryViewName>All</primaryViewName>
 
7
      <views>
 
8
        <hudson.model.AllView>
 
9
          <owner class="hudson.model.MyViewsProperty" reference="../../.."/>
 
10
          <name>All</name>
 
11
          <filterExecutors>false</filterExecutors>
 
12
          <filterQueue>false</filterQueue>
 
13
          <properties class="hudson.model.View$PropertyList"/>
 
14
        </hudson.model.AllView>
 
15
      </views>
 
16
    </hudson.model.MyViewsProperty>
 
17
    <hudson.security.HudsonPrivateSecurityRealm_-Details>
 
18
      <passwordHash>__PASSWORD__</passwordHash>
 
19
    </hudson.security.HudsonPrivateSecurityRealm_-Details>
 
20
    <hudson.tasks.Mailer_-UserProperty>
 
21
      <emailAddress>changeme@changeme.com</emailAddress>
 
22
    </hudson.tasks.Mailer_-UserProperty>
 
23
  </properties>
 
24
</user>
 
25