~1chb1n/ubuntu-openstack-ci/uosci-job-pull-1812a

« back to all changes in this revision

Viewing changes to deploy/jobs-static/_env/config.xml

  • Committer: Ryan Beisner
  • Date: 2018-12-13 22:52:15 UTC
  • Revision ID: ryan.beisner@canonical.com-20181213225215-5h4lnb7jawox1y81
Update repo with current jobs as a check point

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<project>
 
3
  <actions/>
 
4
  <description></description>
 
5
  <keepDependencies>false</keepDependencies>
 
6
  <properties>
 
7
    <com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.25">
 
8
      <autoRebuild>false</autoRebuild>
 
9
      <rebuildDisabled>false</rebuildDisabled>
 
10
    </com.sonyericsson.rebuild.RebuildSettings>
 
11
    <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@1.9.0">
 
12
      <maxConcurrentPerNode>0</maxConcurrentPerNode>
 
13
      <maxConcurrentTotal>0</maxConcurrentTotal>
 
14
      <categories class="java.util.concurrent.CopyOnWriteArrayList"/>
 
15
      <throttleEnabled>false</throttleEnabled>
 
16
      <throttleOption>project</throttleOption>
 
17
      <limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams>
 
18
      <paramsToUseForLimit></paramsToUseForLimit>
 
19
    </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
 
20
    <org.jvnet.hudson.plugins.shelveproject.ShelveProjectProperty plugin="shelve-project-plugin@1.5"/>
 
21
  </properties>
 
22
  <scm class="hudson.scm.NullSCM"/>
 
23
  <canRoam>true</canRoam>
 
24
  <disabled>false</disabled>
 
25
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
 
26
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
 
27
  <triggers/>
 
28
  <concurrentBuild>false</concurrentBuild>
 
29
  <builders>
 
30
    <hudson.tasks.Shell>
 
31
      <command>#!/bin/bash -uex
 
32
 
 
33
export PATH=${PATH}:/var/lib/jenkins/.local/bin
 
34
 
 
35
env | sort
 
36
 
 
37
pip list | sort
 
38
 
 
39
tox --version</command>
 
40
    </hudson.tasks.Shell>
 
41
    <hudson.tasks.Shell>
 
42
      <command>#!/bin/bash -e
 
43
. ~/oscirc
 
44
~/osci-repo-boot-clean.sh
 
45
. ${OSCI_ROOT}/run/job-parts/osci_job_common.sh
 
46
env | sort
 
47
</command>
 
48
    </hudson.tasks.Shell>
 
49
  </builders>
 
50
  <publishers/>
 
51
  <buildWrappers/>
 
52
</project>
 
 
b'\\ No newline at end of file'